tradingcodex 0.3.4__tar.gz → 0.3.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/PKG-INFO +2 -2
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/README.md +1 -1
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/deployment.md +5 -2
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/generated-workspaces.md +10 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/safety-policy-and-execution.md +6 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/pyproject.toml +1 -1
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tests/test_python_migration.py +11 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex.egg-info/PKG-INFO +2 -2
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/doctor.py +23 -0
- tradingcodex-0.3.5/tradingcodex_service/version.py +1 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/.codex/config.toml +1 -1
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/fixed-subagents/files/.codex/agents/execution-operator.toml +1 -4
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/fixed-subagents/files/.codex/agents/fundamental-analyst.toml +1 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/fixed-subagents/files/.codex/agents/instrument-analyst.toml +1 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/fixed-subagents/files/.codex/agents/judgment-reviewer.toml +1 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/fixed-subagents/files/.codex/agents/macro-analyst.toml +1 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/fixed-subagents/files/.codex/agents/news-analyst.toml +1 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/fixed-subagents/files/.codex/agents/portfolio-manager.toml +1 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/fixed-subagents/files/.codex/agents/risk-manager.toml +1 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/fixed-subagents/files/.codex/agents/technical-analyst.toml +1 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/fixed-subagents/files/.codex/agents/valuation-analyst.toml +1 -0
- tradingcodex-0.3.4/tradingcodex_service/version.py +0 -1
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/CONTRIBUTING.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/LICENSE +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/MANIFEST.in +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/NOTICE +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/TRADEMARKS.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/audit/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/audit/admin.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/audit/apps.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/audit/migrations/0001_initial.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/audit/migrations/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/audit/models.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/harness/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/harness/admin.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/harness/apps.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/harness/migrations/0001_initial.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/harness/migrations/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/harness/models.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/harness/templatetags/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/integrations/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/integrations/admin.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/integrations/apps.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/integrations/migrations/0001_initial.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/integrations/migrations/0002_brokerconnection_brokeraccount_instrumentmap.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/integrations/migrations/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/integrations/models.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/mcp/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/mcp/admin.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/mcp/apps.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/mcp/migrations/0001_initial.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/mcp/migrations/0002_mcpexternalpermissionrequest.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/mcp/migrations/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/mcp/models.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/mcp/services.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/orders/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/orders/admin.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/orders/apps.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/orders/migrations/0001_initial.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/orders/migrations/0002_approvalreceipt_approved_order_type_and_more.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/orders/migrations/0003_migrate_orderintent_to_orderticket.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/orders/migrations/0004_remove_order_intent_compat_fields.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/orders/migrations/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/orders/models.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/orders/services.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/policy/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/policy/admin.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/policy/apps.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/policy/migrations/0001_initial.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/policy/migrations/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/policy/models.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/policy/services.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/portfolio/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/portfolio/admin.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/portfolio/apps.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/portfolio/migrations/0001_initial.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/portfolio/migrations/0002_brokersyncrun_portfolioledgerevent_reconciliationrun.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/portfolio/migrations/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/portfolio/models.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/workflows/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/workflows/admin.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/workflows/apps.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/workflows/migrations/0001_initial.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/workflows/migrations/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/workflows/models.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/assets/tradingcodex-banner.svg +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/README.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/artifact-supervisor-loop-prd.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/components.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/core-concepts-and-rules.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/financial-workflow-references.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/guardrails.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/harness.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/improvement-loop.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/interfaces-and-surfaces.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/licensing-and-commercialization.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/product-direction.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/research-memory-and-artifacts.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/roles-skills-and-workflows.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/system-architecture.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/user-facing-skills.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/docs/validation-and-test-plan.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/install.sh +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/installation.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/setup.cfg +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tests/test_broker_center_prd.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tests/test_e2e_user_scenarios.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex.egg-info/SOURCES.txt +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex.egg-info/dependency_links.txt +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex.egg-info/entry_points.txt +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex.egg-info/requires.txt +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex.egg-info/top_level.txt +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/__main__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/bootstrap.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/build.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/connectors.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/db.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/decision.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/mcp.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/mode.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/orders.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/policy.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/profile.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/research.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/skills.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/strategies.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/subagents.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/utils.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/workflow.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/commands/workspaces.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/generator.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/mcp_stdio.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/service_autostart.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_cli/startup_status.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/admin.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/api.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/agents.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/artifact_quality.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/audit.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/brokers.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/common.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/components.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/context_budget.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/customization.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/decision_packages.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/harness.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/markdown_preview.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/orders.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/policy.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/portfolio.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/research.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/runtime.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/runtime_mode.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/workflow_planner.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/application/workflow_routing.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/asgi.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/mcp_runtime.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/settings.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/static/tradingcodex_admin/favicon.svg +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/static/tradingcodex_web/app.css +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/static/tradingcodex_web/app.js +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/static/vendor/htmx/htmx.min.js +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/activity.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/agent_skills.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/agents.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/base.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/brokers.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/build_center.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/dashboard.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/decisions.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/fragments/role_inspector.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/fragments/starter_prompt.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/fragments/topology_canvas.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/fragments/workspace_card.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/harness.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/mcp_router.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/orders.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/policy.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/portfolio.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/research.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/starter_prompt.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/templates/web/strategies.html +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/urls.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/web.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/tradingcodex_service/wsgi.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/__init__.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/audit/files/.tradingcodex/audit/README.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/audit/files/trading/audit/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/audit/module.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/.codex/hooks/tradingcodex_hook.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/.codex/hooks.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/.codex/prompts/base_instructions/head-manager.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/.codex/rules/tradingcodex.rules +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/.tradingcodex/capabilities.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/.tradingcodex/cli.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/.tradingcodex/config.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/.tradingcodex/policies/policy-bindings.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/.tradingcodex/policies/principals.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/.tradingcodex/policies/roles.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/AGENTS.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/pyproject.toml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/files/tcx +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/codex-base/module.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/policies/access-policies.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/policies/restricted-list.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/approval_receipt.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/audit_event.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/evidence_pack.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/execution_result.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/fundamental_report.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/news_report.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/order_ticket.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/portfolio_review.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/postmortem_report.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/research_artifact.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/risk_report.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/technical_report.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/thesis.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/valuation.schema.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/enforcement-guardrails/module.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/fixed-subagents/files/.tradingcodex/mainagent/skill-change-proposals/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/fixed-subagents/module.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/guidance-guardrails/files/.tradingcodex/guidance/guardrails.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/guidance-guardrails/files/.tradingcodex/guidance/task-quality-checklist.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/guidance-guardrails/module.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/.tradingcodex/policies/information-barriers.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/.tradingcodex/secrets.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/approvals/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/forecasts/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/market-data/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/orders/approved/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/orders/draft/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/orders/executed/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/orders/rejected/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/portfolio/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/reports/fundamental/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/reports/instrument/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/reports/macro/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/reports/news/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/reports/policy/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/reports/portfolio/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/reports/postmortem/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/reports/risk/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/reports/technical/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/reports/valuation/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/files/trading/research/.gitkeep +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/information-barriers/module.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/paper-trading/module.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/postmortem/files/.tradingcodex/workflows/postmortem.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/postmortem/module.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/automate-workflow/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/automate-workflow/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/plan-workflow/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/plan-workflow/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/postmortem/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/postmortem/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/strategy-creator/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/strategy-creator/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-build/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-build/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-server/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-server/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/references/decision-quality-spine.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/execution-operator/execute-paper-order/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/execution-operator/execute-paper-order/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/fundamental-analyst/fundamental-analysis/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/fundamental-analyst/fundamental-analysis/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/instrument-analyst/instrument-analysis/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/instrument-analyst/instrument-analysis/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/judgment-reviewer/agent-judgment-review/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/judgment-reviewer/agent-judgment-review/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/macro-analyst/macro-analysis/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/macro-analyst/macro-analysis/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/news-analyst/news-analysis/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/news-analyst/news-analysis/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/portfolio-manager/create-order-ticket/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/portfolio-manager/create-order-ticket/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/portfolio-manager/portfolio-review/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/portfolio-manager/portfolio-review/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/approve-order/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/approve-order/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/policy-review/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/policy-review/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/review-risk/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/review-risk/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/anti-overfit-validation/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/anti-overfit-validation/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/collect-evidence/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/collect-evidence/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/external-data-source-gate/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/external-data-source-gate/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/forecasting-discipline/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/forecasting-discipline/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/numeric-data-qc/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/numeric-data-qc/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/thesis-scenario-tree/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/thesis-scenario-tree/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/technical-analyst/technical-analysis/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/technical-analyst/technical-analysis/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/valuation-analyst/valuation-review/SKILL.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/valuation-analyst/valuation-review/agents/openai.yaml +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/repo-skills/module.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/stub-execution/module.json +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/tradingcodex-mcp/files/.tradingcodex/mcp/enforcer/README.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/tradingcodex-mcp/files/.tradingcodex/mcp/gateway/README.md +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/tradingcodex-mcp/files/.tradingcodex/mcp/server.py +0 -0
- {tradingcodex-0.3.4 → tradingcodex-0.3.5}/workspace_templates/modules/tradingcodex-mcp/module.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tradingcodex
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
4
4
|
Summary: Agentic investment workflow harness for Codex-native research and service-gated execution checks.
|
|
5
5
|
Author: TradingCodex Authors
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -229,7 +229,7 @@ provide investment recommendations or guarantee returns.
|
|
|
229
229
|
| Status | Milestone |
|
|
230
230
|
| --- | --- |
|
|
231
231
|
| Shipped | Generated Codex workspace, fixed role roster, project MCP config, Django service plane, local web dashboard, Admin, Ninja API, file-native research memory, component registry, policy/audit primitives. |
|
|
232
|
-
| Current `0.3.
|
|
232
|
+
| Current `0.3.5` | Safe TradingCodex MCP tools auto-approved for subagents, execution tools hidden outside `execution-operator`, Build Center customization, Codex MCP discovery/import, external MCP permission approval UX, head-manager research synthesis depth, flexible package/workspace update status, skipped-version Django migration smoke coverage, Codex-native Decision Packages, independent judgment-review gate, staged workflow planning, artifact-supervisor loop closure state, Evidence Run/Validation Cards, provider capability profiles, and Python `>=3.11,<3.15` support. |
|
|
233
233
|
| Next | Deeper validation scenarios, richer provider capability profiles, stronger generated-workspace smoke coverage, and improved artifact quality tooling. |
|
|
234
234
|
| Future | Separately governed verified adapters, hosted/managed services, enterprise policy/compliance packs, and broker-specific live providers only after explicit product, policy, adapter, and validation work. |
|
|
235
235
|
|
|
@@ -198,7 +198,7 @@ provide investment recommendations or guarantee returns.
|
|
|
198
198
|
| Status | Milestone |
|
|
199
199
|
| --- | --- |
|
|
200
200
|
| Shipped | Generated Codex workspace, fixed role roster, project MCP config, Django service plane, local web dashboard, Admin, Ninja API, file-native research memory, component registry, policy/audit primitives. |
|
|
201
|
-
| Current `0.3.
|
|
201
|
+
| Current `0.3.5` | Safe TradingCodex MCP tools auto-approved for subagents, execution tools hidden outside `execution-operator`, Build Center customization, Codex MCP discovery/import, external MCP permission approval UX, head-manager research synthesis depth, flexible package/workspace update status, skipped-version Django migration smoke coverage, Codex-native Decision Packages, independent judgment-review gate, staged workflow planning, artifact-supervisor loop closure state, Evidence Run/Validation Cards, provider capability profiles, and Python `>=3.11,<3.15` support. |
|
|
202
202
|
| Next | Deeper validation scenarios, richer provider capability profiles, stronger generated-workspace smoke coverage, and improved artifact quality tooling. |
|
|
203
203
|
| Future | Separately governed verified adapters, hosted/managed services, enterprise policy/compliance packs, and broker-specific live providers only after explicit product, policy, adapter, and validation work. |
|
|
204
204
|
|
|
@@ -143,7 +143,7 @@ After the PyPI workflow completes:
|
|
|
143
143
|
|
|
144
144
|
```bash
|
|
145
145
|
python3.11 -m venv /tmp/tcx-pypi
|
|
146
|
-
/tmp/tcx-pypi/bin/pip install tradingcodex==0.3.
|
|
146
|
+
/tmp/tcx-pypi/bin/pip install tradingcodex==0.3.5
|
|
147
147
|
rm -rf /tmp/tcx-pypi-smoke
|
|
148
148
|
mkdir -p /tmp/tcx-pypi-smoke
|
|
149
149
|
cd /tmp/tcx-pypi-smoke
|
|
@@ -250,7 +250,10 @@ Use PEP 440 versions:
|
|
|
250
250
|
- `0.3.4` for Build Center customization, Codex MCP discovery/import, external
|
|
251
251
|
MCP permission approval UX, and head-manager research synthesis depth after
|
|
252
252
|
`0.3.3`
|
|
253
|
-
-
|
|
253
|
+
- `0.3.5` for safe built-in TradingCodex MCP auto-approval, execution-tool
|
|
254
|
+
hiding outside `execution-operator`, and service-gated execution UX after
|
|
255
|
+
`0.3.4`
|
|
256
|
+
- later patch releases for compatible fixes after `0.3.5`
|
|
254
257
|
- pre-releases such as `0.4.0a1`, `0.4.0b1`, or `0.4.0rc1` when preparing
|
|
255
258
|
the next minor contract
|
|
256
259
|
|
|
@@ -281,6 +281,14 @@ The config follows the OpenAI Codex MCP shape:
|
|
|
281
281
|
- `startup_timeout_sec`
|
|
282
282
|
- `tool_timeout_sec`
|
|
283
283
|
|
|
284
|
+
The built-in `tradingcodex` MCP server defaults safe enabled tools to
|
|
285
|
+
`approve` so routine research, audit, status, and reviewed service calls do not
|
|
286
|
+
bury Codex permission prompts inside subagent transcripts. Execution-sensitive
|
|
287
|
+
tools remain excluded from non-execution roles; `execution-operator` exposes
|
|
288
|
+
only the TradingCodex approved-order submit/cancel tools, and the service layer
|
|
289
|
+
still revalidates permission, policy, approval, duplicate-request state,
|
|
290
|
+
connection, and audit before any adapter call.
|
|
291
|
+
|
|
284
292
|
Project-scoped Codex config applies only when the generated workspace is
|
|
285
293
|
trusted by Codex.
|
|
286
294
|
|
|
@@ -298,6 +306,8 @@ Generated permission profiles allow network access for public evidence
|
|
|
298
306
|
gathering, such as filings, disclosures, news, web sources, and market-data
|
|
299
307
|
references. They still deny workspace secret paths and do not authorize direct
|
|
300
308
|
broker APIs, broker-specific Codex MCP servers, approval bypass, or execution.
|
|
309
|
+
Managed external Codex MCP entries written through `tcx build codex-mcp add`
|
|
310
|
+
default to `prompt`; import them into the External MCP Gate before use.
|
|
301
311
|
Broker APIs are attached through provider-driven TradingCodex connector profiles
|
|
302
312
|
using canonical MCP tools such as `list_broker_adapter_providers`,
|
|
303
313
|
`scaffold_broker_connector`, `register_broker_connector`,
|
|
@@ -137,6 +137,12 @@ External MCP permission is not execution authorization. Even if an external
|
|
|
137
137
|
broker order tool is present and reviewed, order submission must still pass the
|
|
138
138
|
TradingCodex order-ticket, approval, duplicate-request, connection, and audit lifecycle.
|
|
139
139
|
|
|
140
|
+
The built-in TradingCodex MCP server auto-approves safe enabled tools to avoid
|
|
141
|
+
buried subagent prompts for routine research and audit writes. Execution
|
|
142
|
+
submission and cancellation are the exception: non-execution roles do not see
|
|
143
|
+
those tools, and `execution-operator` can only submit or cancel through
|
|
144
|
+
TradingCodex service-layer checks.
|
|
145
|
+
|
|
140
146
|
Reviewed external MCP calls that expose private account state, write research
|
|
141
147
|
state, use workflow prompts, or map to execution require an explicit user
|
|
142
148
|
permission request before proxy evaluation returns `allow`. The request is
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tradingcodex"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.5"
|
|
8
8
|
description = "Agentic investment workflow harness for Codex-native research and service-gated execution checks."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11,<3.15"
|
|
@@ -1355,7 +1355,9 @@ def test_python_generator_creates_workspace_contract(tmp_path: Path) -> None:
|
|
|
1355
1355
|
assert "TradingCodex doctor passed" in doctor
|
|
1356
1356
|
assert "improvement" in doctor
|
|
1357
1357
|
assert "TradingCodex MCP autostarts local service" in doctor
|
|
1358
|
+
assert "TradingCodex MCP safe tools auto-approved" in doctor
|
|
1358
1359
|
assert "head-manager MCP execution submit excluded" in doctor
|
|
1360
|
+
assert "non-execution roles block execution MCP tools" in doctor
|
|
1359
1361
|
assert "execution-operator MCP execution allowlist configured" in doctor
|
|
1360
1362
|
assert "risk-manager MCP approval allowlist configured" in doctor
|
|
1361
1363
|
improvement_doctor = run(["./tcx", "doctor", "--layer", "improvement"], workspace).stdout
|
|
@@ -1482,6 +1484,7 @@ def test_python_generator_creates_workspace_contract(tmp_path: Path) -> None:
|
|
|
1482
1484
|
assert root_mcp["command"] == "uvx"
|
|
1483
1485
|
assert root_mcp["args"] == expected_tcx_mcp_args
|
|
1484
1486
|
assert root_mcp["enabled"] is True
|
|
1487
|
+
assert root_mcp["default_tools_approval_mode"] == "approve"
|
|
1485
1488
|
assert root_mcp["env"]["TRADINGCODEX_MCP_AUTOSTART_SERVICE"] == "1"
|
|
1486
1489
|
assert root_mcp["env"]["TRADINGCODEX_SERVICE_ADDR"] == "127.0.0.1:48267"
|
|
1487
1490
|
assert root_mcp["env"]["TRADINGCODEX_WORKSPACE_ROOT"] == str(workspace)
|
|
@@ -1510,6 +1513,7 @@ def test_python_generator_creates_workspace_contract(tmp_path: Path) -> None:
|
|
|
1510
1513
|
assert "preview_order_translation" in root_mcp["enabled_tools"]
|
|
1511
1514
|
assert "submit_approved_order" not in root_mcp["enabled_tools"]
|
|
1512
1515
|
assert "cancel_approved_order" not in root_mcp["enabled_tools"]
|
|
1516
|
+
sensitive_execution_tools = {"submit_approved_order", "cancel_approved_order"}
|
|
1513
1517
|
for agent_file in agent_files:
|
|
1514
1518
|
agent_config = agent_file.read_text(encoding="utf-8")
|
|
1515
1519
|
agent_toml = tomllib.loads(agent_config)
|
|
@@ -1527,6 +1531,7 @@ def test_python_generator_creates_workspace_contract(tmp_path: Path) -> None:
|
|
|
1527
1531
|
agent_mcp = agent_toml["mcp_servers"]["tradingcodex"]
|
|
1528
1532
|
assert agent_mcp["command"] == "uvx"
|
|
1529
1533
|
assert agent_mcp["args"] == expected_tcx_mcp_args
|
|
1534
|
+
assert agent_mcp["default_tools_approval_mode"] == "approve"
|
|
1530
1535
|
assert agent_mcp["env"]["TRADINGCODEX_MCP_AUTOSTART_SERVICE"] == "1"
|
|
1531
1536
|
assert agent_mcp["env"]["TRADINGCODEX_WORKSPACE_ROOT"] == str(workspace)
|
|
1532
1537
|
configured_tools = set(agent_mcp.get("enabled_tools", [])) | set(agent_mcp.get("disabled_tools", []))
|
|
@@ -1543,8 +1548,12 @@ def test_python_generator_creates_workspace_contract(tmp_path: Path) -> None:
|
|
|
1543
1548
|
assert "create_order_ticket" not in agent_mcp["enabled_tools"]
|
|
1544
1549
|
if agent_file.stem == "execution-operator":
|
|
1545
1550
|
assert "submit_approved_order" in agent_mcp["enabled_tools"]
|
|
1551
|
+
assert "cancel_approved_order" in agent_mcp["enabled_tools"]
|
|
1546
1552
|
assert "request_order_approval" not in agent_mcp["enabled_tools"]
|
|
1547
1553
|
assert {"place_order", "replace_order", "withdraw"}.isdisjoint(set(agent_mcp["enabled_tools"]))
|
|
1554
|
+
else:
|
|
1555
|
+
assert sensitive_execution_tools.isdisjoint(set(agent_mcp["enabled_tools"]))
|
|
1556
|
+
assert sensitive_execution_tools.issubset(set(agent_mcp.get("disabled_tools", [])))
|
|
1548
1557
|
assert run(["./tcx", "skills", "list"], workspace).stdout.splitlines() == [
|
|
1549
1558
|
"plan-workflow",
|
|
1550
1559
|
"tcx-workflow",
|
|
@@ -3740,6 +3749,7 @@ env = { TOKEN = "also-hidden" }
|
|
|
3740
3749
|
assert "[mcp_servers.managed_one]" in text
|
|
3741
3750
|
assert "[mcp_servers.managed_two]" in text
|
|
3742
3751
|
assert "MANAGED_KEY" in text
|
|
3752
|
+
assert 'default_tools_approval_mode = "prompt"' in text
|
|
3743
3753
|
|
|
3744
3754
|
with pytest.raises(ValueError, match="outside TradingCodex managed block"):
|
|
3745
3755
|
write_codex_mcp_server_config(workspace, name="user_mcp", command="uvx", full_access_detected=True)
|
|
@@ -3780,6 +3790,7 @@ def test_tcx_build_cli_status_and_codex_mcp_dry_run(tmp_path: Path) -> None:
|
|
|
3780
3790
|
)
|
|
3781
3791
|
assert dry_run["status"] == "dry_run"
|
|
3782
3792
|
assert "[mcp_servers.cli_mcp]" in dry_run["preview"]
|
|
3793
|
+
assert 'default_tools_approval_mode = "prompt"' in dry_run["preview"]
|
|
3783
3794
|
|
|
3784
3795
|
run([sys.executable, "-m", "tradingcodex_cli", "mode", "set", "build", "--reason", "cli build smoke"], workspace, env_extra=env_extra)
|
|
3785
3796
|
status = json.loads(run([sys.executable, "-m", "tradingcodex_cli", "build", "status", "--json"], workspace, env_extra=env_extra).stdout)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tradingcodex
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
4
4
|
Summary: Agentic investment workflow harness for Codex-native research and service-gated execution checks.
|
|
5
5
|
Author: TradingCodex Authors
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -229,7 +229,7 @@ provide investment recommendations or guarantee returns.
|
|
|
229
229
|
| Status | Milestone |
|
|
230
230
|
| --- | --- |
|
|
231
231
|
| Shipped | Generated Codex workspace, fixed role roster, project MCP config, Django service plane, local web dashboard, Admin, Ninja API, file-native research memory, component registry, policy/audit primitives. |
|
|
232
|
-
| Current `0.3.
|
|
232
|
+
| Current `0.3.5` | Safe TradingCodex MCP tools auto-approved for subagents, execution tools hidden outside `execution-operator`, Build Center customization, Codex MCP discovery/import, external MCP permission approval UX, head-manager research synthesis depth, flexible package/workspace update status, skipped-version Django migration smoke coverage, Codex-native Decision Packages, independent judgment-review gate, staged workflow planning, artifact-supervisor loop closure state, Evidence Run/Validation Cards, provider capability profiles, and Python `>=3.11,<3.15` support. |
|
|
233
233
|
| Next | Deeper validation scenarios, richer provider capability profiles, stronger generated-workspace smoke coverage, and improved artifact quality tooling. |
|
|
234
234
|
| Future | Separately governed verified adapters, hosted/managed services, enterprise policy/compliance packs, and broker-specific live providers only after explicit product, policy, adapter, and validation work. |
|
|
235
235
|
|
|
@@ -128,6 +128,15 @@ def _codex_mcp_config_checks(root: Path) -> list[dict[str, Any]]:
|
|
|
128
128
|
root_tools = set(root_mcp.get("enabled_tools") or [])
|
|
129
129
|
execution_tools = set(execution_mcp.get("enabled_tools") or [])
|
|
130
130
|
risk_tools = set(risk_mcp.get("enabled_tools") or [])
|
|
131
|
+
sensitive_execution_tools = {"submit_approved_order", "cancel_approved_order"}
|
|
132
|
+
non_execution_exposure = []
|
|
133
|
+
for agent_path in sorted((root / ".codex" / "agents").glob("*.toml")):
|
|
134
|
+
if agent_path.stem == "execution-operator":
|
|
135
|
+
continue
|
|
136
|
+
enabled = set((_read_codex_mcp_config(agent_path).get("enabled_tools") or []))
|
|
137
|
+
exposed = sensitive_execution_tools & enabled
|
|
138
|
+
if exposed:
|
|
139
|
+
non_execution_exposure.append(f"{agent_path.stem}: {', '.join(sorted(exposed))}")
|
|
131
140
|
raw_broker_tools = {"place_order", "replace_order", "cancel_order", "withdraw", "transfer"}
|
|
132
141
|
broker_connector_tools = {
|
|
133
142
|
"list_broker_adapter_providers",
|
|
@@ -153,6 +162,13 @@ def _codex_mcp_config_checks(root: Path) -> list[dict[str, Any]]:
|
|
|
153
162
|
"codexNative": True,
|
|
154
163
|
"detail": "MCP env enables dashboard/service autostart" if root_mcp.get("env", {}).get("TRADINGCODEX_MCP_AUTOSTART_SERVICE") == "1" else "missing TRADINGCODEX_MCP_AUTOSTART_SERVICE=1",
|
|
155
164
|
},
|
|
165
|
+
{
|
|
166
|
+
"layer": "enforcement",
|
|
167
|
+
"name": "TradingCodex MCP safe tools auto-approved",
|
|
168
|
+
"ok": root_mcp.get("default_tools_approval_mode") == "approve",
|
|
169
|
+
"codexNative": True,
|
|
170
|
+
"detail": "default tool approval is approve" if root_mcp.get("default_tools_approval_mode") == "approve" else "default tool approval should be approve",
|
|
171
|
+
},
|
|
156
172
|
{
|
|
157
173
|
"layer": "enforcement",
|
|
158
174
|
"name": "head-manager MCP execution submit excluded",
|
|
@@ -181,6 +197,13 @@ def _codex_mcp_config_checks(root: Path) -> list[dict[str, Any]]:
|
|
|
181
197
|
"codexNative": True,
|
|
182
198
|
"detail": "execution-operator allowlist includes submit_approved_order" if "submit_approved_order" in execution_tools else "missing submit_approved_order",
|
|
183
199
|
},
|
|
200
|
+
{
|
|
201
|
+
"layer": "enforcement",
|
|
202
|
+
"name": "non-execution roles block execution MCP tools",
|
|
203
|
+
"ok": not non_execution_exposure,
|
|
204
|
+
"codexNative": True,
|
|
205
|
+
"detail": "submit/cancel disabled outside execution-operator" if not non_execution_exposure else "; ".join(non_execution_exposure),
|
|
206
|
+
},
|
|
184
207
|
{
|
|
185
208
|
"layer": "enforcement",
|
|
186
209
|
"name": "execution-operator raw broker MCP tools excluded",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
TRADINGCODEX_VERSION = "0.3.5"
|
|
@@ -53,3 +53,4 @@ enabled = true
|
|
|
53
53
|
env = { TRADINGCODEX_MCP_AUTOSTART_SERVICE = "1", TRADINGCODEX_SERVICE_ADDR = "127.0.0.1:48267", TRADINGCODEX_WORKSPACE_ROOT = "{{PROJECT_DIR}}" }
|
|
54
54
|
enabled_tools = ["list_workflow_artifacts", "create_research_artifact", "get_research_artifact", "list_research_artifacts", "search_research_artifacts", "append_research_artifact_version", "export_research_artifact_md", "record_source_snapshot", "record_audit_event"]
|
|
55
55
|
disabled_tools = ["run_order_checks", "validate_approval_receipt", "request_order_approval", "submit_approved_order", "cancel_approved_order", "get_order_status", "get_positions", "get_portfolio_snapshot"]
|
|
56
|
+
default_tools_approval_mode = "approve"
|
|
@@ -55,3 +55,4 @@ enabled = true
|
|
|
55
55
|
env = { TRADINGCODEX_MCP_AUTOSTART_SERVICE = "1", TRADINGCODEX_SERVICE_ADDR = "127.0.0.1:48267", TRADINGCODEX_WORKSPACE_ROOT = "{{PROJECT_DIR}}" }
|
|
56
56
|
enabled_tools = ["list_workflow_artifacts", "create_research_artifact", "get_research_artifact", "list_research_artifacts", "search_research_artifacts", "append_research_artifact_version", "export_research_artifact_md", "record_source_snapshot", "get_broker_instrument_constraints", "record_audit_event"]
|
|
57
57
|
disabled_tools = ["run_order_checks", "validate_approval_receipt", "request_order_approval", "submit_approved_order", "cancel_approved_order", "get_order_status", "get_positions", "get_portfolio_snapshot"]
|
|
58
|
+
default_tools_approval_mode = "approve"
|
|
@@ -49,3 +49,4 @@ enabled = true
|
|
|
49
49
|
env = { TRADINGCODEX_MCP_AUTOSTART_SERVICE = "1", TRADINGCODEX_SERVICE_ADDR = "127.0.0.1:48267", TRADINGCODEX_WORKSPACE_ROOT = "{{PROJECT_DIR}}" }
|
|
50
50
|
enabled_tools = ["list_workflow_artifacts", "create_research_artifact", "get_research_artifact", "list_research_artifacts", "search_research_artifacts", "append_research_artifact_version", "export_research_artifact_md", "record_audit_event"]
|
|
51
51
|
disabled_tools = ["simulate_policy", "run_order_checks", "validate_approval_receipt", "request_order_approval", "submit_approved_order", "cancel_approved_order", "get_order_status", "get_positions", "get_portfolio_snapshot"]
|
|
52
|
+
default_tools_approval_mode = "approve"
|
|
@@ -55,3 +55,4 @@ enabled = true
|
|
|
55
55
|
env = { TRADINGCODEX_MCP_AUTOSTART_SERVICE = "1", TRADINGCODEX_SERVICE_ADDR = "127.0.0.1:48267", TRADINGCODEX_WORKSPACE_ROOT = "{{PROJECT_DIR}}" }
|
|
56
56
|
enabled_tools = ["list_workflow_artifacts", "create_research_artifact", "get_research_artifact", "list_research_artifacts", "search_research_artifacts", "append_research_artifact_version", "export_research_artifact_md", "record_source_snapshot", "record_audit_event"]
|
|
57
57
|
disabled_tools = ["run_order_checks", "validate_approval_receipt", "request_order_approval", "submit_approved_order", "cancel_approved_order", "get_order_status", "get_positions", "get_portfolio_snapshot"]
|
|
58
|
+
default_tools_approval_mode = "approve"
|
|
@@ -54,3 +54,4 @@ enabled = true
|
|
|
54
54
|
env = { TRADINGCODEX_MCP_AUTOSTART_SERVICE = "1", TRADINGCODEX_SERVICE_ADDR = "127.0.0.1:48267", TRADINGCODEX_WORKSPACE_ROOT = "{{PROJECT_DIR}}" }
|
|
55
55
|
enabled_tools = ["list_workflow_artifacts", "create_research_artifact", "get_research_artifact", "list_research_artifacts", "search_research_artifacts", "append_research_artifact_version", "export_research_artifact_md", "record_source_snapshot", "record_audit_event"]
|
|
56
56
|
disabled_tools = ["run_order_checks", "validate_approval_receipt", "request_order_approval", "submit_approved_order", "cancel_approved_order", "get_order_status", "get_positions", "get_portfolio_snapshot"]
|
|
57
|
+
default_tools_approval_mode = "approve"
|
|
@@ -53,3 +53,4 @@ enabled = true
|
|
|
53
53
|
env = { TRADINGCODEX_MCP_AUTOSTART_SERVICE = "1", TRADINGCODEX_SERVICE_ADDR = "127.0.0.1:48267", TRADINGCODEX_WORKSPACE_ROOT = "{{PROJECT_DIR}}" }
|
|
54
54
|
enabled_tools = ["list_workflow_artifacts", "list_broker_connections", "get_broker_connection_status", "sync_broker_account", "list_reconciliation_runs", "get_positions", "get_portfolio_snapshot", "create_order_ticket", "run_order_checks", "get_order_ticket", "list_order_tickets", "record_audit_event"]
|
|
55
55
|
disabled_tools = ["validate_approval_receipt", "request_order_approval", "submit_approved_order", "cancel_approved_order"]
|
|
56
|
+
default_tools_approval_mode = "approve"
|
|
@@ -52,3 +52,4 @@ enabled = true
|
|
|
52
52
|
env = { TRADINGCODEX_MCP_AUTOSTART_SERVICE = "1", TRADINGCODEX_SERVICE_ADDR = "127.0.0.1:48267", TRADINGCODEX_WORKSPACE_ROOT = "{{PROJECT_DIR}}" }
|
|
53
53
|
enabled_tools = ["simulate_policy", "validate_approval_receipt", "list_broker_connections", "get_broker_connection_status", "list_reconciliation_runs", "get_positions", "get_portfolio_snapshot", "run_order_checks", "request_order_approval", "get_order_ticket", "list_order_tickets", "record_broker_mapping_review", "list_workflow_artifacts", "record_audit_event"]
|
|
54
54
|
disabled_tools = ["submit_approved_order", "cancel_approved_order"]
|
|
55
|
+
default_tools_approval_mode = "approve"
|
|
@@ -54,3 +54,4 @@ enabled = true
|
|
|
54
54
|
env = { TRADINGCODEX_MCP_AUTOSTART_SERVICE = "1", TRADINGCODEX_SERVICE_ADDR = "127.0.0.1:48267", TRADINGCODEX_WORKSPACE_ROOT = "{{PROJECT_DIR}}" }
|
|
55
55
|
enabled_tools = ["list_workflow_artifacts", "create_research_artifact", "get_research_artifact", "list_research_artifacts", "search_research_artifacts", "append_research_artifact_version", "export_research_artifact_md", "record_source_snapshot", "record_audit_event"]
|
|
56
56
|
disabled_tools = ["run_order_checks", "validate_approval_receipt", "request_order_approval", "submit_approved_order", "cancel_approved_order", "get_order_status", "get_positions", "get_portfolio_snapshot"]
|
|
57
|
+
default_tools_approval_mode = "approve"
|
|
@@ -54,3 +54,4 @@ enabled = true
|
|
|
54
54
|
env = { TRADINGCODEX_MCP_AUTOSTART_SERVICE = "1", TRADINGCODEX_SERVICE_ADDR = "127.0.0.1:48267", TRADINGCODEX_WORKSPACE_ROOT = "{{PROJECT_DIR}}" }
|
|
55
55
|
enabled_tools = ["list_workflow_artifacts", "create_research_artifact", "get_research_artifact", "list_research_artifacts", "search_research_artifacts", "append_research_artifact_version", "export_research_artifact_md", "record_source_snapshot", "record_audit_event"]
|
|
56
56
|
disabled_tools = ["simulate_policy", "run_order_checks", "validate_approval_receipt", "request_order_approval", "submit_approved_order", "cancel_approved_order"]
|
|
57
|
+
default_tools_approval_mode = "approve"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
TRADINGCODEX_VERSION = "0.3.4"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tradingcodex-0.3.4 → tradingcodex-0.3.5}/apps/mcp/migrations/0002_mcpexternalpermissionrequest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|