LICENSE
README.md
pyproject.toml
crucible_stack/__init__.py
crucible_stack.egg-info/PKG-INFO
crucible_stack.egg-info/SOURCES.txt
crucible_stack.egg-info/dependency_links.txt
crucible_stack.egg-info/requires.txt
crucible_stack.egg-info/top_level.txt
crucible_stack/capital/__init__.py
crucible_stack/capital/bands.py
crucible_stack/capital/equity.py
crucible_stack/engine/exits.py
crucible_stack/engine/simulator.py
crucible_stack/framework/__init__.py
crucible_stack/framework/config.py
crucible_stack/framework/montecarlo.py
crucible_stack/framework/registry.py
crucible_stack/framework/strategy.py
crucible_stack/optimize/__init__.py
crucible_stack/optimize/select.py
crucible_stack/optimize/simulators.py
crucible_stack/optimize/sweep.py
crucible_stack/optimize/trial_matrix.py
crucible_stack/orchestrate/__init__.py
crucible_stack/orchestrate/__main__.py
crucible_stack/orchestrate/account_drift.py
crucible_stack/orchestrate/decay.py
crucible_stack/orchestrate/drift.py
crucible_stack/orchestrate/gate.py
crucible_stack/orchestrate/ledger.py
crucible_stack/orchestrate/runner.py
crucible_stack/orchestrate/trigger.py
tests/test_account_drift.py
tests/test_boundaries.py
tests/test_capital_equity.py
tests/test_crucible_compat.py
tests/test_decay.py
tests/test_drift.py
tests/test_gate.py
tests/test_ledger.py
tests/test_no_findings_in_prose.py
tests/test_public_api.py
tests/test_runner.py
tests/test_select.py
tests/test_select_objective.py
tests/test_simulator_entry_delay.py
tests/test_sweep.py
tests/test_sweep_shared_ledger.py
tests/test_trial_matrix.py
tests/test_trigger.py