.gitignore
AGENTS.md
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GEMINI.md
LICENSE
MANIFEST.in
README.md
REALISTIC_TRADING_ROADMAP.md
SECURITY.md
pyproject.toml
.cursor/rules/koval-backtrader.mdc
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/copilot-instructions.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/mirror.yml
.github/workflows/release.yml
.github/workflows/scorecard.yml
agents_docs/README.md
agents_docs/agent_workflow.md
agents_docs/architecture.md
agents_docs/invariants.md
agents_docs/release_process.md
agents_docs/testing.md
agents_docs/troubleshooting.md
docs/README.md
docs/architecture.md
docs/custom-engines.md
docs/execution-model.md
docs/execution-plan.md
docs/execution-research.md
docs/execution-validation.md
docs/getting-started.md
docs/results.md
docs/strategies.md
docs/troubleshooting.md
examples/run_backtest.py
scripts/check_dist.py
scripts/verify.sh
src/koval_backtrader/__init__.py
src/koval_backtrader/backtest_runner.py
src/koval_backtrader/bt_adapter.py
src/koval_backtrader/bt_analyzers.py
src/koval_backtrader/evidence_execution.py
src/koval_backtrader/execution_account.py
src/koval_backtrader/execution_audit.py
src/koval_backtrader/execution_broker.py
src/koval_backtrader/execution_config.py
src/koval_backtrader/execution_evidence.py
src/koval_backtrader/market_identity.py
src/koval_backtrader/oco_patch.py
src/koval_backtrader/py.typed
src/koval_backtrader/realistic_broker.py
src/koval_backtrader/research_metrics.py
src/koval_backtrader/run_identity.py
src/koval_backtrader/strategy_account.py
src/koval_backtrader/time_conversion.py
src/koval_backtrader.egg-info/PKG-INFO
src/koval_backtrader.egg-info/SOURCES.txt
src/koval_backtrader.egg-info/dependency_links.txt
src/koval_backtrader.egg-info/entry_points.txt
src/koval_backtrader.egg-info/requires.txt
src/koval_backtrader.egg-info/top_level.txt
tests/__init__.py
tests/test_agents_docs.py
tests/test_backtest_runner.py
tests/test_block_assembler_integration.py
tests/test_bt_adapter.py
tests/test_bt_adapter_htf.py
tests/test_bt_analyzers.py
tests/test_dist_artifacts.py
tests/test_docs.py
tests/test_engine_signal_parity.py
tests/test_entry_point.py
tests/test_examples.py
tests/test_execution_account.py
tests/test_execution_broker.py
tests/test_execution_realism.py
tests/test_license_headers.py
tests/test_market_identity.py
tests/test_oco_patch.py
tests/test_package_metadata.py
tests/test_paper_parity.py
tests/test_parity_fixtures.py
tests/test_public_language.py
tests/test_public_surface.py
tests/test_realistic_evidence.py
tests/test_release_workflow.py
tests/test_research_metrics.py
tests/test_run_identity.py
tests/test_runtime_conformance.py
tests/test_sdist_contents.py
tests/test_state_injection_arrays.py
tests/test_version.py