.gitignore
AGENTS.md
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GEMINI.md
LICENSE
MANIFEST.in
README.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
examples/run_backtest.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/oco_patch.py
src/koval_backtrader/py.typed
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/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_entry_point.py
tests/test_examples.py
tests/test_license_headers.py
tests/test_oco_patch.py
tests/test_package_metadata.py
tests/test_public_language.py
tests/test_public_surface.py
tests/test_release_workflow.py
tests/test_sdist_contents.py
tests/test_state_injection_arrays.py
tests/test_version.py