tradingcodex 2.1.0__tar.gz → 2.1.1__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-2.1.0 → tradingcodex-2.1.1}/CHANGELOG.md +7 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/PKG-INFO +1 -1
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/deployment.md +2 -1
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/roles-skills-and-workflows.md +16 -1
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_codex_native_orchestration.py +5 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_investment_brain_prompt_layers.py +4 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_release_contract.py +1 -1
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex.egg-info/PKG-INFO +1 -1
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/doctor.py +3 -2
- tradingcodex-2.1.1/tradingcodex_service/version.py +1 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.codex/prompts/base_instructions/head-manager.md +10 -2
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/judgment-reviewer.toml +12 -9
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/SKILL.md +10 -2
- tradingcodex-2.1.1/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/judgment-reviewer/tcx-judgment/SKILL.md +106 -0
- tradingcodex-2.1.0/tradingcodex_service/version.py +0 -1
- tradingcodex-2.1.0/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/judgment-reviewer/tcx-judgment/SKILL.md +0 -72
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/CONTRIBUTING.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/LICENSE +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/MANIFEST.in +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/NOTICE +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/README.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/TRADEMARKS.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/audit/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/audit/admin.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/audit/apps.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/audit/migrations/0001_v1_initial.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/audit/migrations/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/audit/models.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/admin.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/apps.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/migrations/0001_v1_initial.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/migrations/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/models.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/templatetags/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/integrations/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/integrations/admin.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/integrations/apps.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/integrations/migrations/0001_v1_initial.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/integrations/migrations/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/integrations/models.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/admin.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/apps.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/migrations/0001_v1_initial.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/migrations/0002_remove_external_mcp_gate.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/migrations/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/models.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/services.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/admin.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/apps.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/migrations/0001_v1_initial.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/migrations/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/models.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/services.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/admin.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/apps.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/migrations/0001_v1_initial.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/migrations/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/models.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/services.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/portfolio/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/portfolio/admin.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/portfolio/apps.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/portfolio/migrations/0001_v1_initial.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/portfolio/migrations/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/portfolio/models.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/assets/tradingcodex-banner-v1.png +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/assets/tradingcodex-banner-v2.png +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/assets/tradingcodex-banner-v3.png +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/assets/tradingcodex-banner.svg +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/README.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/architecture.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/codex-native-orchestration.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/data-sources-and-openbb.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/decision-memory.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/financial-workflow-references.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/generated-workspaces.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/guardrails.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/harness.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/improvement-loop.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/interfaces-and-surfaces.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/investment-brain-plugins.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/knowledge-wikis.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/licensing-and-commercialization.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/product-direction.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/release-readiness.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/research-memory-and-artifacts.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/safety-policy-and-execution.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/user-facing-skills.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/validation-and-test-plan.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/index.html +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/package-lock.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/package.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/App.tsx +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/ViewerShell.tsx +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/api.ts +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/domain.ts +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/features/EpisodesPage.tsx +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/features/LibraryPage.tsx +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/features/SystemPage.tsx +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/features/WikiPage.tsx +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/main.tsx +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/navigation.js +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/navigation.test.js +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/styles.css +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/ui.tsx +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/viewer-data.js +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/tsconfig.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/vite.config.ts +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/install.sh +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/installation.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/pyproject.toml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/setup.cfg +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_artifact_authentication.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_artifact_catalog.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_artifact_v2.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_brain_skill.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_broker_center_prd.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_build_contract_metadata.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_build_hook.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_build_turn_grant.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_calculation_runner.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_clean_v1_cli_audit.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_codex_capabilities.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_codex_cli_compat.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_codex_cli_contract.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_datasets.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_decision_memory_core.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_dev_bootstrap.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_dynamic_artifact_quality.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_e2e_user_scenarios.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_evaluation_lab_hardening.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_evaluation_profiles.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_guidebook_contract.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_investment_analysis.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_investment_brain_cli.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_investment_brain_provenance.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_investment_brain_registry.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_investor_context.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_knowledge_wikis.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_mcp_broker_release_health.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_native_execution_gateway.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_order_turn_grant.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_platform_runtime.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_provider_source_approval.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_research_forecast_surfaces.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_research_object_catalog.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_research_objects.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_research_spec_profiles.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_runtime_paths.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_runtime_profile.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_security_invariants.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_skill_runtime_boundaries.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_source_snapshot_agent_contract.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_v1_migrations.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_v1_state_integrity.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_viewer.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_workspace_git_contract.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex.egg-info/SOURCES.txt +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex.egg-info/dependency_links.txt +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex.egg-info/entry_points.txt +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex.egg-info/requires.txt +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex.egg-info/top_level.txt +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/__main__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/calculation-runtime-lock.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/calculation-runtime-requirements.txt +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/calculation_runner.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/bootstrap.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/build.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/connectors.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/data_sources.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/db.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/decision.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/evaluation.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/forecast.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/home.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/investment_brains.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/investor_context.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/mcp.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/orders.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/policy.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/profile.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/research.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/skills.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/strategies.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/subagents.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/utils.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/wikis.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/workflow.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/workspaces.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/generator.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/mcp_stdio.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/package_source.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/service_autostart.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/startup_status.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/versioning.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/admin.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/api.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/agents.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/analysis_runs.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/artifact_bindings.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/artifact_catalog.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/artifact_quality.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/artifact_v2.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/audit.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/brokers.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/build_gateway.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/calculations.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/codex_capabilities.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/common.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/data_sources.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/datasets.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/decision_episodes.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/decision_packages.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/evaluation_lab.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/execution_gateway.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/forecasting.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/git_subprocess.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/harness.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/health.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/investment_analysis.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/investment_brains.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/investor_context.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/judgment_postmortems.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/judgments.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/knowledge_wikis.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/managed_package_sources.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/markdown_preview.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/operator_authority.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/orders.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/policy.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/portfolio.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/postmortems.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/research.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/research_object_catalog.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/research_objects.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/research_specs.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/runtime.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/skill_invocations.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/source_snapshots.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/viewer.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/wiki_viewer.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/workspace_git.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/workspaces.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/asgi.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/log_safety.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/mcp_runtime.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/runtime_profile.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/settings.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_admin/favicon.svg +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/allPaths-DTYZmYwK.js +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/allPathsLoader-DcM0tTg5.js +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/index-Bb8LR_4w.css +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/index-C4QYjUvS.js +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/paths-BOuWfKow.js +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/paths-CI3Rjsyg.js +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/splitPathsBySizeLoader-B1K4iYsq.js +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/index.html +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/urls.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/viewer_api.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/web.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/wsgi.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/__init__.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/audit/files/.tradingcodex/audit/README.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/audit/files/trading/audit/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/audit/module.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.codex/config.toml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.codex/hooks/tradingcodex_hook.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.codex/hooks.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.codex/prompts/base_instructions/fixed-role.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.codex/rules/tradingcodex.rules +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.tradingcodex/cli.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.tradingcodex/config.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/AGENTS.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/pyproject.toml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/tcx +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/tcx-calc +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/tcx-calc.cmd +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/tcx.cmd +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/module.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/policies/restricted-list.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/approval_receipt.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/audit_event.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/evidence_pack.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/execution_result.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/fundamental_report.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/news_report.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/order_ticket.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/portfolio_review.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/postmortem_report.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/research_artifact.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/risk_report.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/technical_report.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/thesis.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/valuation.schema.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/module.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/fundamental-analyst.toml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/instrument-analyst.toml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/macro-analyst.toml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/news-analyst.toml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/portfolio-manager.toml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/risk-manager.toml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/technical-analyst.toml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/valuation-analyst.toml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.tradingcodex/mainagent/skill-change-proposals/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/module.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/guidance-guardrails/files/.tradingcodex/guidance/guardrails.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/guidance-guardrails/files/.tradingcodex/guidance/task-quality-checklist.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/guidance-guardrails/module.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/.tradingcodex/secrets.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/forecasts/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/market-data/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/portfolio/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/fundamental/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/instrument/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/macro/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/news/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/policy/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/portfolio/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/postmortem/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/risk/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/technical/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/valuation/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/research/.gitkeep +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/module.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/paper-trading/module.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-automate/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-automate/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-brain/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-brain/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-brain/references/bundle-contract.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-build/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-build/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-investor-context/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-investor-context/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-memory/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-memory/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-allow/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-allow/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-cancel/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-cancel/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-submit/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-submit/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-plan/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-plan/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-server/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-server/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-strategy/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-strategy/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-wiki/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-wiki/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-wiki/references/bundle-contract.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/playbooks/research-framing.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/fundamental-analyst/tcx-fundamental/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/fundamental-analyst/tcx-fundamental/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/instrument-analyst/tcx-instrument/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/instrument-analyst/tcx-instrument/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/judgment-reviewer/tcx-judgment/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/macro-analyst/tcx-macro/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/macro-analyst/tcx-macro/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/news-analyst/tcx-news/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/news-analyst/tcx-news/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/portfolio-manager/tcx-order-draft/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/portfolio-manager/tcx-order-draft/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/portfolio-manager/tcx-portfolio/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/portfolio-manager/tcx-portfolio/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-order-approve/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-order-approve/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-policy/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-policy/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-risk/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-risk/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-anti-overfit/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-anti-overfit/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-artifact/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-artifact/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-calculation/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-calculation/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-calculation/references/data-runtime.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-calculation/references/finance-methods.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-data-qc/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-data-qc/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-evidence/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-evidence/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-forecast/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-forecast/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-scenarios/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-scenarios/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-source-gate/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-source-gate/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-source-gate/references/openbb-mcp.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/technical-analyst/tcx-technical/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/technical-analyst/tcx-technical/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/valuation-analyst/tcx-valuation/SKILL.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/valuation-analyst/tcx-valuation/agents/openai.yaml +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/module.json +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/tradingcodex-mcp/files/.tradingcodex/mcp/enforcer/README.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/tradingcodex-mcp/files/.tradingcodex/mcp/gateway/README.md +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/tradingcodex-mcp/files/.tradingcodex/mcp/server.py +0 -0
- {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/tradingcodex-mcp/module.json +0 -0
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.1.1 - 2026-07-24
|
|
6
|
+
|
|
7
|
+
- Reframe independent judgment review as task-relative adversarial adjudication:
|
|
8
|
+
test evidence, interpretation, and conclusions under the selected user
|
|
9
|
+
mandate, Investor Context, Brain, and Strategy without silently replacing
|
|
10
|
+
that governing frame or forcing Bull-versus-Bear onto incompatible tasks.
|
|
11
|
+
|
|
5
12
|
## 2.1.0 - 2026-07-23
|
|
6
13
|
|
|
7
14
|
- Ship the complete compact Artifact v2, receipt v4, canonical synthesis,
|
|
@@ -265,12 +265,13 @@ Pin the released version so verification cannot accidentally select a later
|
|
|
265
265
|
package. From the source checkout on POSIX:
|
|
266
266
|
|
|
267
267
|
```bash
|
|
268
|
+
set -eu
|
|
268
269
|
SOURCE_ROOT="$(pwd)"
|
|
269
270
|
RELEASE_VERSION="$(python3.11 -m tradingcodex_cli --version)"
|
|
270
271
|
SMOKE_ROOT="$(python3.11 -c 'import tempfile; print(tempfile.mkdtemp(prefix="tcx-pypi-"))')"
|
|
271
272
|
|
|
272
273
|
python3.11 -m venv "$SMOKE_ROOT/venv"
|
|
273
|
-
"$SMOKE_ROOT/venv/bin/pip" install "tradingcodex==$RELEASE_VERSION"
|
|
274
|
+
"$SMOKE_ROOT/venv/bin/pip" install --no-cache-dir "tradingcodex==$RELEASE_VERSION"
|
|
274
275
|
"$SMOKE_ROOT/venv/bin/tcx" --version
|
|
275
276
|
mkdir "$SMOKE_ROOT/workspace"
|
|
276
277
|
(
|
|
@@ -334,7 +334,22 @@ not synthesis inputs.
|
|
|
334
334
|
|
|
335
335
|
Use `judgment-reviewer` for recommendations, portfolio/risk decisions,
|
|
336
336
|
material conflicts, and high-consequence uncertainty. Do not force it into a
|
|
337
|
-
narrow factual request.
|
|
337
|
+
narrow factual request or a task without a meaningful competing case. The
|
|
338
|
+
reviewer is an adversarial adjudicator, not a generic skeptic or a neutral
|
|
339
|
+
consensus engine. Head Manager supplies the exact decision and a compact frame
|
|
340
|
+
derived from the user mandate, applicable Investor Context, selected Brain
|
|
341
|
+
questions or falsifiers, selected Strategy rules, accepted Artifact IDs, and
|
|
342
|
+
the downstream consequence.
|
|
343
|
+
|
|
344
|
+
The reviewer tests whether authenticated evidence supports the artifact's
|
|
345
|
+
interpretation and conclusion under that frame. It may maintain, change,
|
|
346
|
+
qualify, or abstain from the current conclusion, but it cannot silently replace
|
|
347
|
+
the user mandate, Brain, or Strategy. Bull-versus-bear is one useful form for a
|
|
348
|
+
directional investment claim; other tasks use their strongest relevant
|
|
349
|
+
alternative hypothesis, adverse scenario, assumption challenge, or
|
|
350
|
+
claim-versus-refutation. A concern that the selected frame is inapplicable or
|
|
351
|
+
defective is reported separately for Head Manager or a later postmortem and
|
|
352
|
+
does not amend the current run.
|
|
338
353
|
|
|
339
354
|
Select a method profile that matches the task:
|
|
340
355
|
|
|
@@ -191,6 +191,11 @@ def test_child_briefs_and_artifact_skills_keep_capabilities_and_lineage_distinct
|
|
|
191
191
|
assert "exact conflict or review question" in flat_judgment
|
|
192
192
|
assert "accepted, authenticated Artifact IDs with their service receipts/content hashes" in flat_judgment
|
|
193
193
|
assert "paths and compact summaries as navigation aids, never substitutes" in flat_judgment
|
|
194
|
+
assert "Judgment tests the evidence-to-interpretation-to-conclusion link" in flat_judgment
|
|
195
|
+
assert "Never silently replace the mandate, Brain, or Strategy" in flat_judgment
|
|
196
|
+
assert "do not force it onto every request" in flat_judgment
|
|
197
|
+
assert "frame concern" in flat_judgment
|
|
198
|
+
assert "compact judgment frame derived from the user mandate" in flat_workflow
|
|
194
199
|
assert "briefs that name that owner, exact reusable IDs, and the needed or missing slice" in flat_docs
|
|
195
200
|
assert "target owner's Artifact ID to append or revise from triggering cross-role Artifact IDs consumed as inputs" in flat_docs
|
|
196
201
|
assert "when the evidence only supports that report, the role creates no duplicate evidence pack" in flat_docs
|
|
@@ -39,6 +39,8 @@ def test_head_manager_owns_typed_brain_translation_and_conflicts() -> None:
|
|
|
39
39
|
assert "independent current-run evidence view" in flat_prompt
|
|
40
40
|
assert "post-memory decision" in flat_prompt
|
|
41
41
|
assert "caller-authored Brain lineage" in flat_prompt
|
|
42
|
+
assert "compact frame derived from the mandate" in flat_prompt
|
|
43
|
+
assert "may overturn a conclusion under that frame but cannot replace the frame" in flat_prompt
|
|
42
44
|
|
|
43
45
|
|
|
44
46
|
def test_tcx_workflow_keeps_context_and_routing_native() -> None:
|
|
@@ -64,6 +66,8 @@ def test_tcx_workflow_keeps_context_and_routing_native() -> None:
|
|
|
64
66
|
assert "load `$tcx-source-gate`" in flat_skill
|
|
65
67
|
assert "current-workflow Snapshot/Dataset candidates" in flat_skill
|
|
66
68
|
assert "Preserve an independent current view before Decision Memory" in flat_skill
|
|
69
|
+
assert "compact judgment frame derived from the user mandate" in flat_skill
|
|
70
|
+
assert "not replace the frame" in flat_skill
|
|
67
71
|
assert "[Research Framing playbook](playbooks/research-framing.md)" in skill
|
|
68
72
|
assert "Skip the playbook for a narrow fact or recorded order" in flat_skill
|
|
69
73
|
assert "Frame research as a provisional causal map, not a request-shaped checklist" in flat_framing
|
|
@@ -118,7 +118,7 @@ def test_cli_hook_dispatch_preserves_standard_input_and_output(
|
|
|
118
118
|
def test_v2_package_metadata_has_one_stable_version_source() -> None:
|
|
119
119
|
project = tomllib.loads((ROOT / "pyproject.toml").read_text(encoding="utf-8"))
|
|
120
120
|
|
|
121
|
-
assert TRADINGCODEX_VERSION == "2.1.
|
|
121
|
+
assert TRADINGCODEX_VERSION == "2.1.1"
|
|
122
122
|
assert str(Version(TRADINGCODEX_VERSION)) == TRADINGCODEX_VERSION
|
|
123
123
|
assert project["project"]["dynamic"] == ["version"]
|
|
124
124
|
assert "version" not in project["project"]
|
|
@@ -391,7 +391,8 @@ def _fixed_role_dispatch_checks(root: Path) -> list[dict[str, Any]]:
|
|
|
391
391
|
"Only an unavailable\n evidence-producing role may use a generic child",
|
|
392
392
|
"Do not replace an independent\n `risk-manager` or `judgment-reviewer` review",
|
|
393
393
|
"`followup_task`",
|
|
394
|
-
"`
|
|
394
|
+
"Use `judgment-reviewer` when",
|
|
395
|
+
"without a meaningful competing case",
|
|
395
396
|
)
|
|
396
397
|
)
|
|
397
398
|
return [
|
|
@@ -1087,7 +1088,7 @@ def _improvement_checks(root: Path) -> list[dict[str, Any]]:
|
|
|
1087
1088
|
checks.append(path_check(root, "improvement", "skill index projected", ".tradingcodex/generated/skill-index.json", False))
|
|
1088
1089
|
checks.append(path_check(root, "improvement", "projection manifest projected", ".tradingcodex/generated/projection-manifest.json", False))
|
|
1089
1090
|
checks.append(text_check(root, "improvement", "bounded evidence fallback installed", ".agents/skills/tcx-workflow/SKILL.md", "Only an unavailable\n evidence-producing role may use a generic child", False))
|
|
1090
|
-
checks.append(text_check(root, "improvement", "decision quality review installed", ".agents/skills/tcx-workflow/SKILL.md", "high-
|
|
1091
|
+
checks.append(text_check(root, "improvement", "decision quality review installed", ".agents/skills/tcx-workflow/SKILL.md", "high-consequence uncertainty", False))
|
|
1091
1092
|
checks.append(text_check(root, "improvement", "method profile routing installed", ".codex/prompts/base_instructions/head-manager.md", "listed-equity FCFF DCF", False))
|
|
1092
1093
|
checks.append(text_check(root, "improvement", "Codex-native workflow skill installed", ".agents/skills/tcx-workflow/SKILL.md", "## Fast Path", False))
|
|
1093
1094
|
checks.append(text_check(root, "improvement", "turn grant revocation hook installed", ".codex/hooks/tradingcodex_hook.py", "revoke_prior_order_turn", True))
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
TRADINGCODEX_VERSION = "2.1.1"
|
|
@@ -141,8 +141,16 @@ boundaries here:
|
|
|
141
141
|
`$tcx-source-gate`. Non-owners consume compact Snapshot/Dataset/Artifact IDs.
|
|
142
142
|
- Use `followup_task` to correct or clarify work still owned by a live child;
|
|
143
143
|
use another child only for an independent question or review.
|
|
144
|
-
- Use `risk-manager`
|
|
145
|
-
|
|
144
|
+
- Use `risk-manager` where separate risk authority materially improves the
|
|
145
|
+
result. Use `judgment-reviewer` when a recommendation, portfolio/risk
|
|
146
|
+
decision, high-impact uncertainty, or material unresolved conflict benefits
|
|
147
|
+
from adversarial adjudication; do not force it onto requests without a
|
|
148
|
+
meaningful competing case.
|
|
149
|
+
- Brief `judgment-reviewer` with the exact decision, downstream consequence,
|
|
150
|
+
accepted Artifact IDs, and a compact frame derived from the mandate,
|
|
151
|
+
applicable Investor Context, Brain questions or falsifiers, and Strategy
|
|
152
|
+
rules. It may overturn a conclusion under that frame but cannot replace the
|
|
153
|
+
frame. Treat any frame concern as a separate future revision proposal.
|
|
146
154
|
- Synthesis consumes accepted authenticated run-local artifacts and preserves
|
|
147
155
|
source posture, uncertainty, disagreement, and blocked actions.
|
|
148
156
|
- Treat synthesis as a point-in-time integrated judgment. Save it only when it
|
|
@@ -1,24 +1,27 @@
|
|
|
1
1
|
name = "judgment-reviewer"
|
|
2
2
|
nickname_candidates = ["judgment-reviewer"]
|
|
3
|
-
description = "Independently
|
|
3
|
+
description = "Independently adjudicate accepted investment artifacts under the selected mandate, Brain, Strategy, and evidence before consequential synthesis or downstream gates."
|
|
4
4
|
web_search = "disabled"
|
|
5
5
|
model = "gpt-5.6-terra"
|
|
6
6
|
model_reasoning_effort = "high"
|
|
7
7
|
model_instructions_file = "../prompts/base_instructions/fixed-role.md"
|
|
8
8
|
|
|
9
9
|
developer_instructions = """
|
|
10
|
-
You are the `judgment-reviewer` fixed role. Use `tcx-judgment` to
|
|
11
|
-
accepted artifacts
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
You are the `judgment-reviewer` fixed role. Use `tcx-judgment` to adversarially
|
|
11
|
+
adjudicate accepted artifacts under the supplied user mandate, Investor
|
|
12
|
+
Context, sealed Brain, sealed Strategy, and authenticated evidence. Challenge
|
|
13
|
+
the application of that frame, not the frame's authority. Preserve material
|
|
14
|
+
disagreement, state whether the conclusion survives, and identify its owner.
|
|
14
15
|
|
|
15
16
|
Own only authenticated judgment artifacts under `trading/reports/judgment/`.
|
|
16
|
-
Return their path, `accepted|revise|blocked|waiting` outcome,
|
|
17
|
-
and
|
|
18
|
-
|
|
17
|
+
Return their path, `accepted|revise|blocked|waiting` outcome, adjudicated
|
|
18
|
+
conclusion and delta, strongest surviving support and countercase, confidence,
|
|
19
|
+
frame compliance or separate frame concern, blocked actions, and handoff state
|
|
20
|
+
to `head-manager`.
|
|
19
21
|
|
|
20
22
|
Do not create primary research, valuation, sizing, policy, approval, or order
|
|
21
|
-
work; do not execute, inspect secrets,
|
|
23
|
+
work; do not execute, inspect secrets, silently replace the user mandate,
|
|
24
|
+
Brain, or Strategy, or smooth disagreement into consensus.
|
|
22
25
|
"""
|
|
23
26
|
|
|
24
27
|
[mcp_servers.tradingcodex]
|
|
@@ -35,8 +35,11 @@ that needs fresh evidence or more than one distinct expertise.
|
|
|
35
35
|
decision-relevant unknowns, and choose the smallest useful role set. Skip the
|
|
36
36
|
playbook for a narrow fact or recorded order, approval, or execution status.
|
|
37
37
|
Dispatch only for distinct expertise or independent challenge. Use
|
|
38
|
-
`risk-manager`
|
|
39
|
-
|
|
38
|
+
`risk-manager` where its separate risk authority materially improves the
|
|
39
|
+
result. Use `judgment-reviewer` when a recommendation, portfolio/risk
|
|
40
|
+
decision, material conflict, or high-consequence uncertainty benefits from
|
|
41
|
+
adversarial adjudication; do not force it onto narrow facts or requests
|
|
42
|
+
without a meaningful competing case.
|
|
40
43
|
5. Use an exact fixed role when one is available. Only an unavailable
|
|
41
44
|
evidence-producing role may use a generic child for the same bounded brief
|
|
42
45
|
and no-order boundary; it cannot approve, execute, access secrets, or act as
|
|
@@ -111,6 +114,11 @@ Illustrative ownership examples, not a mandatory sequence:
|
|
|
111
114
|
limit.
|
|
112
115
|
- Preserve an independent current view before Decision Memory changes a new
|
|
113
116
|
judgment. Memory is evidence, not authority.
|
|
117
|
+
- Brief `judgment-reviewer` with the exact decision question, downstream
|
|
118
|
+
consequence, accepted Artifact IDs, and a compact judgment frame derived
|
|
119
|
+
from the user mandate, applicable Investor Context, Brain questions or
|
|
120
|
+
falsifiers, and Strategy rules. Ask it to test application under that frame,
|
|
121
|
+
not replace the frame.
|
|
114
122
|
- Persist at most one synthesis identity per run, with later corrections as
|
|
115
123
|
appended versions. Save it only when multiple artifacts are actually
|
|
116
124
|
integrated; a recommendation, valuation, forecast, portfolio/risk judgment,
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: tcx-judgment
|
|
3
|
+
description: "Adjudicate accepted investment artifacts through an independent, task-relative adversarial review before consequential synthesis or downstream gates. Use it to test whether current evidence supports a conclusion under the selected user mandate, Investor Context, Brain, and Strategy without replacing that governing frame or gaining research, portfolio, approval, execution, or model-training authority."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Agent Judgment Review
|
|
7
|
+
|
|
8
|
+
Use this procedure when an accepted decision-oriented artifact needs
|
|
9
|
+
independent challenge. Adjudicate the conclusion; do not merely accumulate
|
|
10
|
+
objections or default to neutrality.
|
|
11
|
+
|
|
12
|
+
Treat the current user mandate, Investor Context, sealed Investment Brain, and
|
|
13
|
+
sealed Strategy as the governing frame for this run:
|
|
14
|
+
|
|
15
|
+
- Brain supplies inquiry priorities, hypotheses, interpretation, and
|
|
16
|
+
falsifiers.
|
|
17
|
+
- Strategy supplies applicable decision rules.
|
|
18
|
+
- Authenticated evidence controls whether their factual conditions hold.
|
|
19
|
+
- Judgment tests the evidence-to-interpretation-to-conclusion link.
|
|
20
|
+
|
|
21
|
+
You may overturn or qualify the current conclusion when that link fails under
|
|
22
|
+
the same frame. Never silently replace the mandate, Brain, or Strategy. If the
|
|
23
|
+
frame appears inapplicable or repeatedly defective, preserve that as a separate
|
|
24
|
+
`frame concern` for Head Manager or later postmortem; it does not amend the
|
|
25
|
+
current run.
|
|
26
|
+
|
|
27
|
+
Inputs:
|
|
28
|
+
|
|
29
|
+
- exact conflict or review question, the decision being adjudicated, and the
|
|
30
|
+
downstream decision it can change
|
|
31
|
+
- a compact judgment frame containing the applicable mandate, Brain-derived
|
|
32
|
+
questions or falsifiers, Strategy rules, and Investor Context constraints
|
|
33
|
+
- accepted, authenticated Artifact IDs with their service receipts/content
|
|
34
|
+
hashes and handoff states; retrieve artifacts by exact ID
|
|
35
|
+
- source/as-of metadata, source trust notes, and forecast fields
|
|
36
|
+
- stated missing evidence, blocked actions, and downstream recipient
|
|
37
|
+
|
|
38
|
+
Treat paths and compact summaries as navigation aids, never substitutes for
|
|
39
|
+
authenticated IDs, receipts/hashes, or the exact conflict question. Return
|
|
40
|
+
`waiting` when a required accepted input or the conflict question is missing.
|
|
41
|
+
|
|
42
|
+
Choose the strongest task-relative countercase. Bull-versus-bear is useful for
|
|
43
|
+
directional investment claims, but do not force it onto every request; use an
|
|
44
|
+
appropriate alternative hypothesis, adverse scenario, assumption challenge, or
|
|
45
|
+
claim-versus-refutation for the actual decision.
|
|
46
|
+
|
|
47
|
+
Make the following explicit in concise professional prose:
|
|
48
|
+
|
|
49
|
+
- adjudicated conclusion under the governing frame: maintain, change, qualify,
|
|
50
|
+
or abstain
|
|
51
|
+
- material delta from the reviewed conclusion and the decisive reason
|
|
52
|
+
- strongest supporting evidence
|
|
53
|
+
- strongest contrary case and whether it survives
|
|
54
|
+
- weak, stale, missing, or discounted source posture
|
|
55
|
+
- overconfidence risk
|
|
56
|
+
- assumptions that would change the conclusion
|
|
57
|
+
- source trust notes
|
|
58
|
+
- update triggers
|
|
59
|
+
- invalidation conditions
|
|
60
|
+
- frame compliance and any separate frame concern
|
|
61
|
+
- owning role for any required revision
|
|
62
|
+
- review outcome: `accepted`, `revise`, `blocked`, or `waiting`
|
|
63
|
+
|
|
64
|
+
Evidence weighting:
|
|
65
|
+
|
|
66
|
+
- Require official source-of-record evidence when exact issuer, regulator,
|
|
67
|
+
exchange, filing, contractual, or policy status is material.
|
|
68
|
+
- Treat management claims as source claims until independently supported.
|
|
69
|
+
- Treat market-derived evidence as useful but timestamp-sensitive.
|
|
70
|
+
- Treat attributable OpenBB/provider data, credible institutional data, and
|
|
71
|
+
reputable secondary reporting as usable evidence for the claims and periods
|
|
72
|
+
they competently cover. They may support a final conclusion without a primary
|
|
73
|
+
duplicate when attribution, freshness, and coverage are adequate and no
|
|
74
|
+
material conflict remains.
|
|
75
|
+
- Discount stale evidence, unsupported assumptions, and sources with missing
|
|
76
|
+
as-of or retrieved-at posture.
|
|
77
|
+
|
|
78
|
+
Outcome rules:
|
|
79
|
+
|
|
80
|
+
- Use `accepted` when conclusion-driving claims have fit-for-purpose support
|
|
81
|
+
and contrary evidence, source trust, update triggers, and invalidation
|
|
82
|
+
conditions are explicit enough for downstream use. The adjudicated conclusion
|
|
83
|
+
may maintain, change, qualify, or abstain; `accepted` means the review itself
|
|
84
|
+
is downstream-ready. Do not request revision
|
|
85
|
+
solely because support is non-primary.
|
|
86
|
+
- Use `revise` when an owning role can fix weak evidence, missing source
|
|
87
|
+
posture, unsupported assumptions, or unclear forecast/update fields.
|
|
88
|
+
- Use `blocked` when the conclusion depends on unavailable evidence, policy
|
|
89
|
+
conflicts, missing profile context, or unsupported downstream authority.
|
|
90
|
+
- Use `waiting` when required upstream artifacts or accepted handoff state are
|
|
91
|
+
missing.
|
|
92
|
+
|
|
93
|
+
Review-specific quality:
|
|
94
|
+
|
|
95
|
+
- Challenge the artifact's application of evidence; do not produce replacement
|
|
96
|
+
analyst work or introduce a new investment philosophy.
|
|
97
|
+
- Name and adjudicate the best objection instead of averaging conflict into
|
|
98
|
+
false consensus.
|
|
99
|
+
- Lower confidence when source trust, freshness, coverage, or contradiction is
|
|
100
|
+
weak.
|
|
101
|
+
- When Decision Memory is introduced after an independent current view,
|
|
102
|
+
disclose whether and why it changed the adjudication. Treat Memory as
|
|
103
|
+
evidence, never authority.
|
|
104
|
+
- Do not create order tickets, approvals, broker actions, execution requests,
|
|
105
|
+
strategy changes, policy changes, or forecast ledger records from this review
|
|
106
|
+
alone.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
TRADINGCODEX_VERSION = "2.1.0"
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: tcx-judgment
|
|
3
|
-
description: "Challenge accepted investment artifacts before synthesis, portfolio, risk, order, approval, or execution gates. It makes conclusions reviewable, source-aware, and revisitable without granting research, portfolio, approval, execution, or model-training authority."
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Agent Judgment Review
|
|
7
|
-
|
|
8
|
-
Use this procedure after upstream artifacts are accepted or when a
|
|
9
|
-
decision-oriented artifact needs independent challenge.
|
|
10
|
-
|
|
11
|
-
Inputs:
|
|
12
|
-
|
|
13
|
-
- exact conflict or review question and the downstream decision it can change
|
|
14
|
-
- accepted, authenticated Artifact IDs with their service receipts/content
|
|
15
|
-
hashes and handoff states; retrieve artifacts by exact ID
|
|
16
|
-
- original user request and explicit constraints
|
|
17
|
-
- source/as-of metadata, source trust notes, and forecast fields
|
|
18
|
-
- stated missing evidence, blocked actions, and downstream recipient
|
|
19
|
-
|
|
20
|
-
Treat paths and compact summaries as navigation aids, never substitutes for
|
|
21
|
-
authenticated IDs, receipts/hashes, or the exact conflict question. Return
|
|
22
|
-
`waiting` when a required accepted input or the conflict question is missing.
|
|
23
|
-
|
|
24
|
-
Required output fields:
|
|
25
|
-
|
|
26
|
-
- strongest supporting evidence
|
|
27
|
-
- strongest contrary evidence
|
|
28
|
-
- weak, stale, missing, or discounted source posture
|
|
29
|
-
- overconfidence risk
|
|
30
|
-
- assumptions that would change the conclusion
|
|
31
|
-
- source trust notes
|
|
32
|
-
- update triggers
|
|
33
|
-
- invalidation conditions
|
|
34
|
-
- owning role for any required revision
|
|
35
|
-
- review outcome: `accepted`, `revise`, `blocked`, or `waiting`
|
|
36
|
-
|
|
37
|
-
Evidence weighting:
|
|
38
|
-
|
|
39
|
-
- Require official source-of-record evidence when exact issuer, regulator,
|
|
40
|
-
exchange, filing, contractual, or policy status is material.
|
|
41
|
-
- Treat management claims as source claims until independently supported.
|
|
42
|
-
- Treat market-derived evidence as useful but timestamp-sensitive.
|
|
43
|
-
- Treat attributable OpenBB/provider data, credible institutional data, and
|
|
44
|
-
reputable secondary reporting as usable evidence for the claims and periods
|
|
45
|
-
they competently cover. They may support a final conclusion without a primary
|
|
46
|
-
duplicate when attribution, freshness, and coverage are adequate and no
|
|
47
|
-
material conflict remains.
|
|
48
|
-
- Discount stale evidence, unsupported assumptions, and sources with missing
|
|
49
|
-
as-of or retrieved-at posture.
|
|
50
|
-
|
|
51
|
-
Outcome rules:
|
|
52
|
-
|
|
53
|
-
- Use `accepted` when conclusion-driving claims have fit-for-purpose support
|
|
54
|
-
and contrary evidence, source trust, update triggers, and invalidation
|
|
55
|
-
conditions are explicit enough for downstream use. Do not request revision
|
|
56
|
-
solely because support is non-primary.
|
|
57
|
-
- Use `revise` when an owning role can fix weak evidence, missing source
|
|
58
|
-
posture, unsupported assumptions, or unclear forecast/update fields.
|
|
59
|
-
- Use `blocked` when the conclusion depends on unavailable evidence, policy
|
|
60
|
-
conflicts, missing profile context, or unsupported downstream authority.
|
|
61
|
-
- Use `waiting` when required upstream artifacts or accepted handoff state are
|
|
62
|
-
missing.
|
|
63
|
-
|
|
64
|
-
Review-specific quality:
|
|
65
|
-
|
|
66
|
-
- Challenge the artifact; do not produce replacement analyst work.
|
|
67
|
-
- Name the best objection instead of averaging conflict into false consensus.
|
|
68
|
-
- Lower confidence when source trust, freshness, coverage, or contradiction is
|
|
69
|
-
weak.
|
|
70
|
-
- Do not create order tickets, approvals, broker actions, execution requests,
|
|
71
|
-
strategy changes, policy changes, or forecast ledger records from this review
|
|
72
|
-
alone.
|
|
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-2.1.0 → tradingcodex-2.1.1}/apps/mcp/migrations/0002_remove_external_mcp_gate.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
|