LICENSE
README.en.md
README.md
pyproject.toml
src/invest_wiki_runtime/__init__.py
src/invest_wiki_runtime/__main__.py
src/invest_wiki_runtime/cli.py
src/invest_wiki_runtime.egg-info/PKG-INFO
src/invest_wiki_runtime.egg-info/SOURCES.txt
src/invest_wiki_runtime.egg-info/dependency_links.txt
src/invest_wiki_runtime.egg-info/entry_points.txt
src/invest_wiki_runtime.egg-info/requires.txt
src/invest_wiki_runtime.egg-info/top_level.txt
src/invest_wiki_runtime/runtime/__init__.py
src/invest_wiki_runtime/runtime/article_sidecars.py
src/invest_wiki_runtime/runtime/cli_brief.py
src/invest_wiki_runtime/runtime/config.py
src/invest_wiki_runtime/runtime/frontmatter.py
src/invest_wiki_runtime/runtime/ingest_ops.py
src/invest_wiki_runtime/runtime/json_io.py
src/invest_wiki_runtime/runtime/lens_contracts.py
src/invest_wiki_runtime/runtime/lint_rules.py
src/invest_wiki_runtime/runtime/managed_python.py
src/invest_wiki_runtime/runtime/markdown_contracts.py
src/invest_wiki_runtime/runtime/paths.py
src/invest_wiki_runtime/runtime/result_contract.py
src/invest_wiki_runtime/runtime/dossier/__init__.py
src/invest_wiki_runtime/runtime/dossier/discover.py
src/invest_wiki_runtime/runtime/dossier/load.py
src/invest_wiki_runtime/runtime/dossier/log_render.py
src/invest_wiki_runtime/runtime/dossier/market.py
src/invest_wiki_runtime/runtime/dossier/materialize.py
src/invest_wiki_runtime/runtime/dossier/ops.py
src/invest_wiki_runtime/runtime/dossier/orchestrator.py
src/invest_wiki_runtime/runtime/dossier/paths.py
src/invest_wiki_runtime/runtime/dossier/registry.py
src/invest_wiki_runtime/runtime/dossier/render.py
src/invest_wiki_runtime/runtime/dossier/report.py
src/invest_wiki_runtime/runtime/dossier/schemas.py
src/invest_wiki_runtime/runtime/dossier/source_materializer.py
src/invest_wiki_runtime/runtime/dossier/validate.py
src/invest_wiki_runtime/runtime/dossier/workspace.py
src/invest_wiki_runtime/runtime/dossier/materialization/__init__.py
src/invest_wiki_runtime/runtime/dossier/materialization/materialization-report.md.tmpl
src/invest_wiki_runtime/runtime/dossier/materialization/materializers.py
src/invest_wiki_runtime/runtime/dossier/materialization/paths.py
src/invest_wiki_runtime/runtime/dossier/materialization/report.py
src/invest_wiki_runtime/runtime/dossier/providers/__init__.py
src/invest_wiki_runtime/runtime/dossier/providers/base.py
src/invest_wiki_runtime/runtime/dossier/providers/earnings_calendar_provider.py
src/invest_wiki_runtime/runtime/dossier/providers/fixtures.py
src/invest_wiki_runtime/runtime/dossier/providers/official_web_provider.py
src/invest_wiki_runtime/runtime/dossier/providers/sec_provider.py
src/invest_wiki_runtime/runtime/dossier/providers/yfinance_provider.py
src/invest_wiki_runtime/runtime/dossier/templates/source-template.overrides.us.json
src/invest_wiki_runtime/runtime/dossier/templates/source-template.v1.json
tests/test_article_runtime.py
tests/test_docs_contract.py
tests/test_dossier_discover.py
tests/test_dossier_materialization.py
tests/test_dossier_orchestrator.py
tests/test_dossier_package_boundary.py
tests/test_dossier_paths.py
tests/test_dossier_providers.py
tests/test_dossier_runtime.py
tests/test_dossier_schemas.py
tests/test_example_wiki.py
tests/test_ingest_runtime.py
tests/test_lens_runtime.py
tests/test_lint_runtime.py
tests/test_market_resolver.py
tests/test_repo_contract.py
tests/test_runtime_cli.py
tests/test_runtime_paths.py
tests/test_skill_catalog.py
tests/test_sync_and_verify.py