LICENSE
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/fetch_sources.py
src/invest_wiki_runtime/runtime/dossier/frontmatter.py
src/invest_wiki_runtime/runtime/dossier/market.py
src/invest_wiki_runtime/runtime/dossier/materialize_source.py
src/invest_wiki_runtime/runtime/dossier/paths.py
src/invest_wiki_runtime/runtime/dossier/source_materializer.py
src/invest_wiki_runtime/runtime/dossier/validate_files.py
src/invest_wiki_runtime/runtime/dossier/workspace.py
src/invest_wiki_runtime/runtime/dossier/write_artifact.py
src/invest_wiki_runtime/runtime/dossier/materialization/__init__.py
src/invest_wiki_runtime/runtime/dossier/materialization/materializers.py
src/invest_wiki_runtime/runtime/dossier/materialization/paths.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/cn_exchange_provider.py
src/invest_wiki_runtime/runtime/dossier/providers/fixtures.py
src/invest_wiki_runtime/runtime/dossier/providers/hkex_provider.py
src/invest_wiki_runtime/runtime/dossier/providers/official_web_provider.py
src/invest_wiki_runtime/runtime/dossier/providers/sec_provider.py
tests/test_article_runtime.py
tests/test_cli_brief.py
tests/test_dossier_fetch_sources.py
tests/test_dossier_materialize_source.py
tests/test_dossier_package_boundary.py
tests/test_dossier_paths.py
tests/test_dossier_providers.py
tests/test_dossier_templates.py
tests/test_dossier_validate_files.py
tests/test_dossier_write_artifact.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_sync_and_verify.py