CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
TRADEMARKS.md
install.sh
installation.md
pyproject.toml
apps/__init__.py
apps/audit/__init__.py
apps/audit/admin.py
apps/audit/apps.py
apps/audit/models.py
apps/audit/migrations/0001_v1_initial.py
apps/audit/migrations/__init__.py
apps/harness/__init__.py
apps/harness/admin.py
apps/harness/apps.py
apps/harness/models.py
apps/harness/migrations/0001_v1_initial.py
apps/harness/migrations/__init__.py
apps/harness/templatetags/__init__.py
apps/integrations/__init__.py
apps/integrations/admin.py
apps/integrations/apps.py
apps/integrations/models.py
apps/integrations/migrations/0001_v1_initial.py
apps/integrations/migrations/__init__.py
apps/mcp/__init__.py
apps/mcp/admin.py
apps/mcp/apps.py
apps/mcp/models.py
apps/mcp/services.py
apps/mcp/migrations/0001_v1_initial.py
apps/mcp/migrations/0002_remove_external_mcp_gate.py
apps/mcp/migrations/__init__.py
apps/orders/__init__.py
apps/orders/admin.py
apps/orders/apps.py
apps/orders/models.py
apps/orders/services.py
apps/orders/migrations/0001_v1_initial.py
apps/orders/migrations/__init__.py
apps/policy/__init__.py
apps/policy/admin.py
apps/policy/apps.py
apps/policy/models.py
apps/policy/services.py
apps/policy/migrations/0001_v1_initial.py
apps/policy/migrations/__init__.py
apps/portfolio/__init__.py
apps/portfolio/admin.py
apps/portfolio/apps.py
apps/portfolio/models.py
apps/portfolio/migrations/0001_v1_initial.py
apps/portfolio/migrations/__init__.py
assets/tradingcodex-banner-v3.png
assets/tradingcodex-banner.svg
docs/README.md
docs/codex-native-orchestration.md
docs/components.md
docs/core-concepts-and-rules.md
docs/decision-memory.md
docs/deployment.md
docs/execution-without-subagent-plan.md
docs/financial-workflow-references.md
docs/generated-workspaces.md
docs/guardrails.md
docs/harness.md
docs/improvement-loop.md
docs/interfaces-and-surfaces.md
docs/investment-brain-plugins.md
docs/licensing-and-commercialization.md
docs/product-direction.md
docs/release-readiness.md
docs/research-memory-and-artifacts.md
docs/roles-skills-and-workflows.md
docs/safety-policy-and-execution.md
docs/system-architecture.md
docs/user-facing-skills.md
docs/validation-and-test-plan.md
frontend/index.html
frontend/package-lock.json
frontend/package.json
frontend/tsconfig.json
frontend/vite.config.ts
frontend/src/App.tsx
frontend/src/api.ts
frontend/src/domain.ts
frontend/src/main.tsx
frontend/src/navigation.js
frontend/src/navigation.test.js
frontend/src/styles.css
frontend/src/ui.tsx
frontend/src/viewer-data.js
frontend/src/features/LibraryPage.tsx
frontend/src/features/SkillsPage.tsx
frontend/src/features/SystemPage.tsx
tests/test_artifact_authentication.py
tests/test_artifact_catalog.py
tests/test_brain_skill.py
tests/test_broker_center_prd.py
tests/test_build_contract_metadata.py
tests/test_build_hook.py
tests/test_build_turn_grant.py
tests/test_calculation_runner.py
tests/test_clean_v1_cli_audit.py
tests/test_codex_capabilities.py
tests/test_codex_cli_compat.py
tests/test_codex_cli_contract.py
tests/test_codex_native_orchestration.py
tests/test_dashboard_skill.py
tests/test_datasets.py
tests/test_decision_memory_core.py
tests/test_dev_bootstrap.py
tests/test_dynamic_artifact_quality.py
tests/test_e2e_user_scenarios.py
tests/test_evaluation_lab_hardening.py
tests/test_evaluation_profiles.py
tests/test_guidebook_contract.py
tests/test_investment_analysis.py
tests/test_investment_brain_cli.py
tests/test_investment_brain_prompt_layers.py
tests/test_investment_brain_provenance.py
tests/test_investment_brain_registry.py
tests/test_investor_context.py
tests/test_mcp_broker_release_health.py
tests/test_native_execution_gateway.py
tests/test_order_turn_grant.py
tests/test_platform_runtime.py
tests/test_provider_source_approval.py
tests/test_release_contract.py
tests/test_research_forecast_surfaces.py
tests/test_research_object_catalog.py
tests/test_research_objects.py
tests/test_research_spec_profiles.py
tests/test_runtime_paths.py
tests/test_runtime_profile.py
tests/test_security_invariants.py
tests/test_skill_runtime_boundaries.py
tests/test_source_snapshot_agent_contract.py
tests/test_v1_migrations.py
tests/test_v1_state_integrity.py
tests/test_viewer.py
tests/test_workspace_git_contract.py
tradingcodex.egg-info/PKG-INFO
tradingcodex.egg-info/SOURCES.txt
tradingcodex.egg-info/dependency_links.txt
tradingcodex.egg-info/entry_points.txt
tradingcodex.egg-info/requires.txt
tradingcodex.egg-info/top_level.txt
tradingcodex_cli/__init__.py
tradingcodex_cli/__main__.py
tradingcodex_cli/calculation-runtime-lock.json
tradingcodex_cli/calculation-runtime-requirements.txt
tradingcodex_cli/calculation_runner.py
tradingcodex_cli/generator.py
tradingcodex_cli/mcp_stdio.py
tradingcodex_cli/package_source.py
tradingcodex_cli/service_autostart.py
tradingcodex_cli/startup_status.py
tradingcodex_cli/versioning.py
tradingcodex_cli/commands/__init__.py
tradingcodex_cli/commands/bootstrap.py
tradingcodex_cli/commands/build.py
tradingcodex_cli/commands/connectors.py
tradingcodex_cli/commands/db.py
tradingcodex_cli/commands/decision.py
tradingcodex_cli/commands/doctor.py
tradingcodex_cli/commands/evaluation.py
tradingcodex_cli/commands/forecast.py
tradingcodex_cli/commands/home.py
tradingcodex_cli/commands/investment_brains.py
tradingcodex_cli/commands/investor_context.py
tradingcodex_cli/commands/mcp.py
tradingcodex_cli/commands/mode.py
tradingcodex_cli/commands/orders.py
tradingcodex_cli/commands/policy.py
tradingcodex_cli/commands/profile.py
tradingcodex_cli/commands/research.py
tradingcodex_cli/commands/skills.py
tradingcodex_cli/commands/strategies.py
tradingcodex_cli/commands/subagents.py
tradingcodex_cli/commands/utils.py
tradingcodex_cli/commands/workflow.py
tradingcodex_cli/commands/workspaces.py
tradingcodex_service/__init__.py
tradingcodex_service/admin.py
tradingcodex_service/api.py
tradingcodex_service/asgi.py
tradingcodex_service/log_safety.py
tradingcodex_service/mcp_runtime.py
tradingcodex_service/runtime_profile.py
tradingcodex_service/settings.py
tradingcodex_service/urls.py
tradingcodex_service/version.py
tradingcodex_service/viewer_api.py
tradingcodex_service/web.py
tradingcodex_service/wsgi.py
tradingcodex_service/application/__init__.py
tradingcodex_service/application/agents.py
tradingcodex_service/application/analysis_runs.py
tradingcodex_service/application/artifact_bindings.py
tradingcodex_service/application/artifact_catalog.py
tradingcodex_service/application/artifact_quality.py
tradingcodex_service/application/audit.py
tradingcodex_service/application/brokers.py
tradingcodex_service/application/build_gateway.py
tradingcodex_service/application/calculations.py
tradingcodex_service/application/codex_capabilities.py
tradingcodex_service/application/common.py
tradingcodex_service/application/components.py
tradingcodex_service/application/context_budget.py
tradingcodex_service/application/datasets.py
tradingcodex_service/application/decision_packages.py
tradingcodex_service/application/evaluation_lab.py
tradingcodex_service/application/execution_gateway.py
tradingcodex_service/application/forecasting.py
tradingcodex_service/application/git_subprocess.py
tradingcodex_service/application/harness.py
tradingcodex_service/application/health.py
tradingcodex_service/application/investment_analysis.py
tradingcodex_service/application/investment_brains.py
tradingcodex_service/application/investor_context.py
tradingcodex_service/application/markdown_preview.py
tradingcodex_service/application/operator_authority.py
tradingcodex_service/application/orders.py
tradingcodex_service/application/policy.py
tradingcodex_service/application/portfolio.py
tradingcodex_service/application/postmortems.py
tradingcodex_service/application/research.py
tradingcodex_service/application/research_object_catalog.py
tradingcodex_service/application/research_objects.py
tradingcodex_service/application/research_specs.py
tradingcodex_service/application/runtime.py
tradingcodex_service/application/runtime_mode.py
tradingcodex_service/application/skill_invocations.py
tradingcodex_service/application/source_snapshots.py
tradingcodex_service/application/viewer.py
tradingcodex_service/application/workspace_git.py
tradingcodex_service/application/workspaces.py
tradingcodex_service/static/tradingcodex_admin/favicon.svg
tradingcodex_service/static/tradingcodex_web/index.html
tradingcodex_service/static/tradingcodex_web/assets/index-DYzj_xRR.css
tradingcodex_service/static/tradingcodex_web/assets/index-gUVw-08l.js
workspace_templates/__init__.py
workspace_templates/modules/audit/module.json
workspace_templates/modules/audit/files/.tradingcodex/audit/README.md
workspace_templates/modules/audit/files/trading/audit/.gitkeep
workspace_templates/modules/codex-base/module.json
workspace_templates/modules/codex-base/files/AGENTS.md
workspace_templates/modules/codex-base/files/pyproject.toml
workspace_templates/modules/codex-base/files/tcx
workspace_templates/modules/codex-base/files/tcx-calc
workspace_templates/modules/codex-base/files/tcx-calc.cmd
workspace_templates/modules/codex-base/files/tcx.cmd
workspace_templates/modules/codex-base/files/.codex/config.toml
workspace_templates/modules/codex-base/files/.codex/hooks.json
workspace_templates/modules/codex-base/files/.codex/hooks/tradingcodex_hook.py
workspace_templates/modules/codex-base/files/.codex/prompts/base_instructions/head-manager.md
workspace_templates/modules/codex-base/files/.codex/rules/tradingcodex.rules
workspace_templates/modules/codex-base/files/.tradingcodex/cli.py
workspace_templates/modules/codex-base/files/.tradingcodex/config.yaml
workspace_templates/modules/enforcement-guardrails/module.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/policies/restricted-list.yaml
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/approval_receipt.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/audit_event.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/evidence_pack.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/execution_result.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/fundamental_report.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/news_report.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/order_ticket.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/portfolio_review.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/postmortem_report.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/research_artifact.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/risk_report.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/technical_report.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/thesis.schema.json
workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/valuation.schema.json
workspace_templates/modules/fixed-subagents/module.json
workspace_templates/modules/fixed-subagents/files/.codex/agents/fundamental-analyst.toml
workspace_templates/modules/fixed-subagents/files/.codex/agents/instrument-analyst.toml
workspace_templates/modules/fixed-subagents/files/.codex/agents/judgment-reviewer.toml
workspace_templates/modules/fixed-subagents/files/.codex/agents/macro-analyst.toml
workspace_templates/modules/fixed-subagents/files/.codex/agents/news-analyst.toml
workspace_templates/modules/fixed-subagents/files/.codex/agents/portfolio-manager.toml
workspace_templates/modules/fixed-subagents/files/.codex/agents/risk-manager.toml
workspace_templates/modules/fixed-subagents/files/.codex/agents/technical-analyst.toml
workspace_templates/modules/fixed-subagents/files/.codex/agents/valuation-analyst.toml
workspace_templates/modules/fixed-subagents/files/.tradingcodex/mainagent/skill-change-proposals/.gitkeep
workspace_templates/modules/guidance-guardrails/module.json
workspace_templates/modules/guidance-guardrails/files/.tradingcodex/guidance/guardrails.md
workspace_templates/modules/guidance-guardrails/files/.tradingcodex/guidance/task-quality-checklist.md
workspace_templates/modules/information-barriers/module.json
workspace_templates/modules/information-barriers/files/.tradingcodex/secrets.md
workspace_templates/modules/information-barriers/files/trading/forecasts/.gitkeep
workspace_templates/modules/information-barriers/files/trading/market-data/.gitkeep
workspace_templates/modules/information-barriers/files/trading/portfolio/.gitkeep
workspace_templates/modules/information-barriers/files/trading/reports/fundamental/.gitkeep
workspace_templates/modules/information-barriers/files/trading/reports/instrument/.gitkeep
workspace_templates/modules/information-barriers/files/trading/reports/macro/.gitkeep
workspace_templates/modules/information-barriers/files/trading/reports/news/.gitkeep
workspace_templates/modules/information-barriers/files/trading/reports/policy/.gitkeep
workspace_templates/modules/information-barriers/files/trading/reports/portfolio/.gitkeep
workspace_templates/modules/information-barriers/files/trading/reports/postmortem/.gitkeep
workspace_templates/modules/information-barriers/files/trading/reports/risk/.gitkeep
workspace_templates/modules/information-barriers/files/trading/reports/technical/.gitkeep
workspace_templates/modules/information-barriers/files/trading/reports/valuation/.gitkeep
workspace_templates/modules/information-barriers/files/trading/research/.gitkeep
workspace_templates/modules/paper-trading/module.json
workspace_templates/modules/repo-skills/module.json
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-automate/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-automate/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-brain/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-brain/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-brain/references/bundle-contract.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-build/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-build/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-dashboard/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-dashboard/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-investor-context/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-investor-context/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-memory/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-memory/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-allow/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-allow/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-cancel/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-cancel/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-submit/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-submit/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-plan/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-plan/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-server/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-server/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-strategy/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-strategy/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/SKILL.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/references/context-and-override.md
workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/references/decision-quality-spine.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/fundamental-analyst/tcx-fundamental/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/fundamental-analyst/tcx-fundamental/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/instrument-analyst/tcx-instrument/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/instrument-analyst/tcx-instrument/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/judgment-reviewer/tcx-judgment/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/judgment-reviewer/tcx-judgment/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/macro-analyst/tcx-macro/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/macro-analyst/tcx-macro/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/news-analyst/tcx-news/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/news-analyst/tcx-news/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/portfolio-manager/tcx-order-draft/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/portfolio-manager/tcx-order-draft/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/portfolio-manager/tcx-portfolio/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/portfolio-manager/tcx-portfolio/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-order-approve/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-order-approve/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-policy/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-policy/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-risk/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-risk/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-anti-overfit/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-anti-overfit/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-artifact/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-artifact/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-calculation/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-calculation/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-calculation/references/data-runtime.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-calculation/references/finance-methods.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-data-qc/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-data-qc/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-evidence/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-evidence/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-forecast/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-forecast/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-scenarios/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-scenarios/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-source-gate/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-source-gate/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/technical-analyst/tcx-technical/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/technical-analyst/tcx-technical/agents/openai.yaml
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/valuation-analyst/tcx-valuation/SKILL.md
workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/valuation-analyst/tcx-valuation/agents/openai.yaml
workspace_templates/modules/tradingcodex-mcp/module.json
workspace_templates/modules/tradingcodex-mcp/files/.tradingcodex/mcp/server.py
workspace_templates/modules/tradingcodex-mcp/files/.tradingcodex/mcp/enforcer/README.md
workspace_templates/modules/tradingcodex-mcp/files/.tradingcodex/mcp/gateway/README.md