You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core-concepts-and-rules.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,10 +143,12 @@ Fail closed: if subagent dispatch is unavailable, the workflow waits. `head-mana
143
143
trusted.
144
144
- The generated TradingCodex MCP config sets
145
145
`TRADINGCODEX_MCP_AUTOSTART_SERVICE=1`, so trusted Codex sessions start the
146
-
MCP stdio bridge and the local Django dashboard service together. The
147
-
autostart path must be idempotent, must not write non-MCP output to stdout,
148
-
and must not be required for direct `./tcx mcp stdio` smoke checks.
149
-
- Generated fixed-role subagent TOML files pin `model = "gpt-5.5"` and `reasoning_effort = "high"`; spawn by fixed role label so the role file supplies these runtime defaults.
146
+
MCP stdio bridge and the local Django dashboard service together. The MCP
147
+
command uses `uvx --from <package-spec> tcx mcp stdio`, and bootstrap records
148
+
the package spec so GitHub-source installs do not silently fall back to PyPI.
149
+
The autostart path must be idempotent, must not write non-MCP output to
150
+
stdout, and must not be required for direct `./tcx mcp stdio` smoke checks.
151
+
- Generated fixed-role subagent TOML files pin `model = "gpt-5.5"` and `model_reasoning_effort = "high"`; spawn by fixed role label so the role file supplies these runtime defaults.
150
152
- The root `head-manager` MCP allowlist intentionally excludes
151
153
`submit_approved_order`, `cancel_approved_order`, and approval creation.
0 commit comments