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.
Files changed (409) hide show
  1. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/CHANGELOG.md +7 -0
  2. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/PKG-INFO +1 -1
  3. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/deployment.md +2 -1
  4. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/roles-skills-and-workflows.md +16 -1
  5. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_codex_native_orchestration.py +5 -0
  6. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_investment_brain_prompt_layers.py +4 -0
  7. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_release_contract.py +1 -1
  8. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex.egg-info/PKG-INFO +1 -1
  9. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/doctor.py +3 -2
  10. tradingcodex-2.1.1/tradingcodex_service/version.py +1 -0
  11. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.codex/prompts/base_instructions/head-manager.md +10 -2
  12. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/judgment-reviewer.toml +12 -9
  13. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/SKILL.md +10 -2
  14. tradingcodex-2.1.1/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/judgment-reviewer/tcx-judgment/SKILL.md +106 -0
  15. tradingcodex-2.1.0/tradingcodex_service/version.py +0 -1
  16. tradingcodex-2.1.0/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/judgment-reviewer/tcx-judgment/SKILL.md +0 -72
  17. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/CONTRIBUTING.md +0 -0
  18. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/LICENSE +0 -0
  19. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/MANIFEST.in +0 -0
  20. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/NOTICE +0 -0
  21. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/README.md +0 -0
  22. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/TRADEMARKS.md +0 -0
  23. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/__init__.py +0 -0
  24. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/audit/__init__.py +0 -0
  25. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/audit/admin.py +0 -0
  26. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/audit/apps.py +0 -0
  27. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/audit/migrations/0001_v1_initial.py +0 -0
  28. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/audit/migrations/__init__.py +0 -0
  29. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/audit/models.py +0 -0
  30. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/__init__.py +0 -0
  31. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/admin.py +0 -0
  32. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/apps.py +0 -0
  33. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/migrations/0001_v1_initial.py +0 -0
  34. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/migrations/__init__.py +0 -0
  35. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/models.py +0 -0
  36. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/harness/templatetags/__init__.py +0 -0
  37. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/integrations/__init__.py +0 -0
  38. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/integrations/admin.py +0 -0
  39. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/integrations/apps.py +0 -0
  40. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/integrations/migrations/0001_v1_initial.py +0 -0
  41. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/integrations/migrations/__init__.py +0 -0
  42. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/integrations/models.py +0 -0
  43. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/__init__.py +0 -0
  44. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/admin.py +0 -0
  45. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/apps.py +0 -0
  46. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/migrations/0001_v1_initial.py +0 -0
  47. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/migrations/0002_remove_external_mcp_gate.py +0 -0
  48. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/migrations/__init__.py +0 -0
  49. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/models.py +0 -0
  50. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/mcp/services.py +0 -0
  51. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/__init__.py +0 -0
  52. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/admin.py +0 -0
  53. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/apps.py +0 -0
  54. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/migrations/0001_v1_initial.py +0 -0
  55. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/migrations/__init__.py +0 -0
  56. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/models.py +0 -0
  57. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/orders/services.py +0 -0
  58. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/__init__.py +0 -0
  59. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/admin.py +0 -0
  60. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/apps.py +0 -0
  61. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/migrations/0001_v1_initial.py +0 -0
  62. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/migrations/__init__.py +0 -0
  63. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/models.py +0 -0
  64. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/policy/services.py +0 -0
  65. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/portfolio/__init__.py +0 -0
  66. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/portfolio/admin.py +0 -0
  67. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/portfolio/apps.py +0 -0
  68. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/portfolio/migrations/0001_v1_initial.py +0 -0
  69. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/portfolio/migrations/__init__.py +0 -0
  70. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/apps/portfolio/models.py +0 -0
  71. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/assets/tradingcodex-banner-v1.png +0 -0
  72. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/assets/tradingcodex-banner-v2.png +0 -0
  73. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/assets/tradingcodex-banner-v3.png +0 -0
  74. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/assets/tradingcodex-banner.svg +0 -0
  75. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/README.md +0 -0
  76. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/architecture.md +0 -0
  77. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/codex-native-orchestration.md +0 -0
  78. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/data-sources-and-openbb.md +0 -0
  79. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/decision-memory.md +0 -0
  80. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/financial-workflow-references.md +0 -0
  81. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/generated-workspaces.md +0 -0
  82. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/guardrails.md +0 -0
  83. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/harness.md +0 -0
  84. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/improvement-loop.md +0 -0
  85. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/interfaces-and-surfaces.md +0 -0
  86. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/investment-brain-plugins.md +0 -0
  87. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/knowledge-wikis.md +0 -0
  88. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/licensing-and-commercialization.md +0 -0
  89. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/product-direction.md +0 -0
  90. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/release-readiness.md +0 -0
  91. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/research-memory-and-artifacts.md +0 -0
  92. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/safety-policy-and-execution.md +0 -0
  93. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/user-facing-skills.md +0 -0
  94. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/docs/validation-and-test-plan.md +0 -0
  95. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/index.html +0 -0
  96. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/package-lock.json +0 -0
  97. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/package.json +0 -0
  98. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/App.tsx +0 -0
  99. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/ViewerShell.tsx +0 -0
  100. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/api.ts +0 -0
  101. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/domain.ts +0 -0
  102. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/features/EpisodesPage.tsx +0 -0
  103. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/features/LibraryPage.tsx +0 -0
  104. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/features/SystemPage.tsx +0 -0
  105. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/features/WikiPage.tsx +0 -0
  106. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/main.tsx +0 -0
  107. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/navigation.js +0 -0
  108. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/navigation.test.js +0 -0
  109. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/styles.css +0 -0
  110. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/ui.tsx +0 -0
  111. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/src/viewer-data.js +0 -0
  112. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/tsconfig.json +0 -0
  113. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/frontend/vite.config.ts +0 -0
  114. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/install.sh +0 -0
  115. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/installation.md +0 -0
  116. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/pyproject.toml +0 -0
  117. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/setup.cfg +0 -0
  118. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_artifact_authentication.py +0 -0
  119. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_artifact_catalog.py +0 -0
  120. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_artifact_v2.py +0 -0
  121. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_brain_skill.py +0 -0
  122. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_broker_center_prd.py +0 -0
  123. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_build_contract_metadata.py +0 -0
  124. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_build_hook.py +0 -0
  125. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_build_turn_grant.py +0 -0
  126. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_calculation_runner.py +0 -0
  127. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_clean_v1_cli_audit.py +0 -0
  128. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_codex_capabilities.py +0 -0
  129. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_codex_cli_compat.py +0 -0
  130. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_codex_cli_contract.py +0 -0
  131. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_datasets.py +0 -0
  132. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_decision_memory_core.py +0 -0
  133. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_dev_bootstrap.py +0 -0
  134. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_dynamic_artifact_quality.py +0 -0
  135. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_e2e_user_scenarios.py +0 -0
  136. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_evaluation_lab_hardening.py +0 -0
  137. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_evaluation_profiles.py +0 -0
  138. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_guidebook_contract.py +0 -0
  139. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_investment_analysis.py +0 -0
  140. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_investment_brain_cli.py +0 -0
  141. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_investment_brain_provenance.py +0 -0
  142. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_investment_brain_registry.py +0 -0
  143. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_investor_context.py +0 -0
  144. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_knowledge_wikis.py +0 -0
  145. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_mcp_broker_release_health.py +0 -0
  146. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_native_execution_gateway.py +0 -0
  147. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_order_turn_grant.py +0 -0
  148. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_platform_runtime.py +0 -0
  149. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_provider_source_approval.py +0 -0
  150. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_research_forecast_surfaces.py +0 -0
  151. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_research_object_catalog.py +0 -0
  152. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_research_objects.py +0 -0
  153. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_research_spec_profiles.py +0 -0
  154. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_runtime_paths.py +0 -0
  155. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_runtime_profile.py +0 -0
  156. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_security_invariants.py +0 -0
  157. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_skill_runtime_boundaries.py +0 -0
  158. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_source_snapshot_agent_contract.py +0 -0
  159. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_v1_migrations.py +0 -0
  160. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_v1_state_integrity.py +0 -0
  161. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_viewer.py +0 -0
  162. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tests/test_workspace_git_contract.py +0 -0
  163. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex.egg-info/SOURCES.txt +0 -0
  164. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex.egg-info/dependency_links.txt +0 -0
  165. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex.egg-info/entry_points.txt +0 -0
  166. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex.egg-info/requires.txt +0 -0
  167. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex.egg-info/top_level.txt +0 -0
  168. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/__init__.py +0 -0
  169. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/__main__.py +0 -0
  170. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/calculation-runtime-lock.json +0 -0
  171. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/calculation-runtime-requirements.txt +0 -0
  172. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/calculation_runner.py +0 -0
  173. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/__init__.py +0 -0
  174. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/bootstrap.py +0 -0
  175. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/build.py +0 -0
  176. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/connectors.py +0 -0
  177. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/data_sources.py +0 -0
  178. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/db.py +0 -0
  179. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/decision.py +0 -0
  180. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/evaluation.py +0 -0
  181. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/forecast.py +0 -0
  182. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/home.py +0 -0
  183. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/investment_brains.py +0 -0
  184. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/investor_context.py +0 -0
  185. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/mcp.py +0 -0
  186. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/orders.py +0 -0
  187. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/policy.py +0 -0
  188. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/profile.py +0 -0
  189. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/research.py +0 -0
  190. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/skills.py +0 -0
  191. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/strategies.py +0 -0
  192. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/subagents.py +0 -0
  193. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/utils.py +0 -0
  194. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/wikis.py +0 -0
  195. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/workflow.py +0 -0
  196. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/commands/workspaces.py +0 -0
  197. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/generator.py +0 -0
  198. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/mcp_stdio.py +0 -0
  199. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/package_source.py +0 -0
  200. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/service_autostart.py +0 -0
  201. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/startup_status.py +0 -0
  202. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_cli/versioning.py +0 -0
  203. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/__init__.py +0 -0
  204. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/admin.py +0 -0
  205. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/api.py +0 -0
  206. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/__init__.py +0 -0
  207. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/agents.py +0 -0
  208. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/analysis_runs.py +0 -0
  209. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/artifact_bindings.py +0 -0
  210. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/artifact_catalog.py +0 -0
  211. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/artifact_quality.py +0 -0
  212. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/artifact_v2.py +0 -0
  213. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/audit.py +0 -0
  214. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/brokers.py +0 -0
  215. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/build_gateway.py +0 -0
  216. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/calculations.py +0 -0
  217. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/codex_capabilities.py +0 -0
  218. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/common.py +0 -0
  219. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/data_sources.py +0 -0
  220. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/datasets.py +0 -0
  221. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/decision_episodes.py +0 -0
  222. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/decision_packages.py +0 -0
  223. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/evaluation_lab.py +0 -0
  224. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/execution_gateway.py +0 -0
  225. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/forecasting.py +0 -0
  226. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/git_subprocess.py +0 -0
  227. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/harness.py +0 -0
  228. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/health.py +0 -0
  229. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/investment_analysis.py +0 -0
  230. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/investment_brains.py +0 -0
  231. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/investor_context.py +0 -0
  232. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/judgment_postmortems.py +0 -0
  233. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/judgments.py +0 -0
  234. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/knowledge_wikis.py +0 -0
  235. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/managed_package_sources.py +0 -0
  236. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/markdown_preview.py +0 -0
  237. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/operator_authority.py +0 -0
  238. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/orders.py +0 -0
  239. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/policy.py +0 -0
  240. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/portfolio.py +0 -0
  241. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/postmortems.py +0 -0
  242. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/research.py +0 -0
  243. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/research_object_catalog.py +0 -0
  244. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/research_objects.py +0 -0
  245. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/research_specs.py +0 -0
  246. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/runtime.py +0 -0
  247. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/skill_invocations.py +0 -0
  248. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/source_snapshots.py +0 -0
  249. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/viewer.py +0 -0
  250. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/wiki_viewer.py +0 -0
  251. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/workspace_git.py +0 -0
  252. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/application/workspaces.py +0 -0
  253. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/asgi.py +0 -0
  254. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/log_safety.py +0 -0
  255. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/mcp_runtime.py +0 -0
  256. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/runtime_profile.py +0 -0
  257. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/settings.py +0 -0
  258. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_admin/favicon.svg +0 -0
  259. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/allPaths-DTYZmYwK.js +0 -0
  260. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/allPathsLoader-DcM0tTg5.js +0 -0
  261. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/index-Bb8LR_4w.css +0 -0
  262. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/index-C4QYjUvS.js +0 -0
  263. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/paths-BOuWfKow.js +0 -0
  264. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/paths-CI3Rjsyg.js +0 -0
  265. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/assets/splitPathsBySizeLoader-B1K4iYsq.js +0 -0
  266. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/static/tradingcodex_web/index.html +0 -0
  267. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/urls.py +0 -0
  268. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/viewer_api.py +0 -0
  269. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/web.py +0 -0
  270. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/tradingcodex_service/wsgi.py +0 -0
  271. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/__init__.py +0 -0
  272. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/audit/files/.tradingcodex/audit/README.md +0 -0
  273. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/audit/files/trading/audit/.gitkeep +0 -0
  274. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/audit/module.json +0 -0
  275. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.codex/config.toml +0 -0
  276. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.codex/hooks/tradingcodex_hook.py +0 -0
  277. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.codex/hooks.json +0 -0
  278. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.codex/prompts/base_instructions/fixed-role.md +0 -0
  279. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.codex/rules/tradingcodex.rules +0 -0
  280. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.tradingcodex/cli.py +0 -0
  281. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/.tradingcodex/config.yaml +0 -0
  282. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/AGENTS.md +0 -0
  283. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/pyproject.toml +0 -0
  284. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/tcx +0 -0
  285. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/tcx-calc +0 -0
  286. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/tcx-calc.cmd +0 -0
  287. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/files/tcx.cmd +0 -0
  288. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/codex-base/module.json +0 -0
  289. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/policies/restricted-list.yaml +0 -0
  290. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/approval_receipt.schema.json +0 -0
  291. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/audit_event.schema.json +0 -0
  292. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/evidence_pack.schema.json +0 -0
  293. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/execution_result.schema.json +0 -0
  294. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/fundamental_report.schema.json +0 -0
  295. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/news_report.schema.json +0 -0
  296. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/order_ticket.schema.json +0 -0
  297. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/portfolio_review.schema.json +0 -0
  298. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/postmortem_report.schema.json +0 -0
  299. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/research_artifact.schema.json +0 -0
  300. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/risk_report.schema.json +0 -0
  301. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/technical_report.schema.json +0 -0
  302. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/thesis.schema.json +0 -0
  303. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/files/.tradingcodex/schemas/valuation.schema.json +0 -0
  304. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/enforcement-guardrails/module.json +0 -0
  305. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/fundamental-analyst.toml +0 -0
  306. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/instrument-analyst.toml +0 -0
  307. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/macro-analyst.toml +0 -0
  308. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/news-analyst.toml +0 -0
  309. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/portfolio-manager.toml +0 -0
  310. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/risk-manager.toml +0 -0
  311. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/technical-analyst.toml +0 -0
  312. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.codex/agents/valuation-analyst.toml +0 -0
  313. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/files/.tradingcodex/mainagent/skill-change-proposals/.gitkeep +0 -0
  314. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/fixed-subagents/module.json +0 -0
  315. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/guidance-guardrails/files/.tradingcodex/guidance/guardrails.md +0 -0
  316. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/guidance-guardrails/files/.tradingcodex/guidance/task-quality-checklist.md +0 -0
  317. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/guidance-guardrails/module.json +0 -0
  318. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/.tradingcodex/secrets.md +0 -0
  319. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/forecasts/.gitkeep +0 -0
  320. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/market-data/.gitkeep +0 -0
  321. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/portfolio/.gitkeep +0 -0
  322. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/fundamental/.gitkeep +0 -0
  323. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/instrument/.gitkeep +0 -0
  324. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/macro/.gitkeep +0 -0
  325. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/news/.gitkeep +0 -0
  326. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/policy/.gitkeep +0 -0
  327. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/portfolio/.gitkeep +0 -0
  328. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/postmortem/.gitkeep +0 -0
  329. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/risk/.gitkeep +0 -0
  330. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/technical/.gitkeep +0 -0
  331. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/reports/valuation/.gitkeep +0 -0
  332. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/files/trading/research/.gitkeep +0 -0
  333. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/information-barriers/module.json +0 -0
  334. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/paper-trading/module.json +0 -0
  335. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-automate/SKILL.md +0 -0
  336. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-automate/agents/openai.yaml +0 -0
  337. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-brain/SKILL.md +0 -0
  338. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-brain/agents/openai.yaml +0 -0
  339. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-brain/references/bundle-contract.md +0 -0
  340. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-build/SKILL.md +0 -0
  341. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-build/agents/openai.yaml +0 -0
  342. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-investor-context/SKILL.md +0 -0
  343. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-investor-context/agents/openai.yaml +0 -0
  344. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-memory/SKILL.md +0 -0
  345. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-memory/agents/openai.yaml +0 -0
  346. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-allow/SKILL.md +0 -0
  347. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-allow/agents/openai.yaml +0 -0
  348. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-cancel/SKILL.md +0 -0
  349. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-cancel/agents/openai.yaml +0 -0
  350. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-submit/SKILL.md +0 -0
  351. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-order-submit/agents/openai.yaml +0 -0
  352. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-plan/SKILL.md +0 -0
  353. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-plan/agents/openai.yaml +0 -0
  354. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-server/SKILL.md +0 -0
  355. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-server/agents/openai.yaml +0 -0
  356. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-strategy/SKILL.md +0 -0
  357. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-strategy/agents/openai.yaml +0 -0
  358. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-wiki/SKILL.md +0 -0
  359. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-wiki/agents/openai.yaml +0 -0
  360. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-wiki/references/bundle-contract.md +0 -0
  361. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/agents/openai.yaml +0 -0
  362. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.agents/skills/tcx-workflow/playbooks/research-framing.md +0 -0
  363. {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
  364. {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
  365. {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
  366. {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
  367. {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
  368. {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
  369. {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
  370. {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
  371. {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
  372. {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
  373. {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
  374. {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
  375. {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
  376. {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
  377. {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
  378. {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
  379. {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
  380. {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
  381. {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
  382. {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
  383. {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
  384. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-artifact/SKILL.md +0 -0
  385. {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
  386. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-calculation/SKILL.md +0 -0
  387. {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
  388. {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
  389. {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
  390. {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
  391. {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
  392. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-evidence/SKILL.md +0 -0
  393. {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
  394. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-forecast/SKILL.md +0 -0
  395. {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
  396. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/shared/tcx-scenarios/SKILL.md +0 -0
  397. {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
  398. {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
  399. {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
  400. {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
  401. {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
  402. {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
  403. {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
  404. {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
  405. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/repo-skills/module.json +0 -0
  406. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/tradingcodex-mcp/files/.tradingcodex/mcp/enforcer/README.md +0 -0
  407. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/tradingcodex-mcp/files/.tradingcodex/mcp/gateway/README.md +0 -0
  408. {tradingcodex-2.1.0 → tradingcodex-2.1.1}/workspace_templates/modules/tradingcodex-mcp/files/.tradingcodex/mcp/server.py +0 -0
  409. {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,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tradingcodex
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: Local-first investment operating system for Codex-native research and service-gated execution.
5
5
  Author: TradingCodex Authors
6
6
  License-Expression: Apache-2.0
@@ -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.0"
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"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tradingcodex
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: Local-first investment operating system for Codex-native research and service-gated execution.
5
5
  Author: TradingCodex Authors
6
6
  License-Expression: Apache-2.0
@@ -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
- "`risk-manager` and",
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-impact risk judgment", False))
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` and `judgment-reviewer` for recommendations, portfolio
145
- decisions, high-impact risk judgment, or material unresolved conflict.
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 challenge accepted investment artifacts before synthesis or downstream action gates."
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 challenge
11
- accepted artifacts for contrary evidence, weak or stale sources, unsupported
12
- assumptions, overconfidence, update triggers, invalidation conditions, and
13
- downstream readiness. Preserve material disagreement and identify its owner.
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, strongest support
17
- and contradiction, confidence, blocked actions, and handoff state to
18
- `head-manager`.
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, or smooth disagreement into consensus.
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` and `judgment-reviewer` for recommendations, portfolio
39
- decisions, high-impact risk judgment, or material conflict.
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