Commit d61d6d2
docs(readme): correct the subagent table — Claude is not disabled
Adversarial review of the section I added an hour ago found it wrong in the
generalisation and incomplete in the table.
It said connect "turns off each host's own subagent feature" and listed Gemini
and Codex. There are THREE agent-policy functions, and the third does something
categorically different: configureClaudeAgentPolicy (connect.ts:1026) writes
env.CLAUDE_CODE_SUBAGENT_MODEL = "sonnet" to ~/.claude/settings.json. Claude
Code keeps its subagents — they are pinned to an economy model, and fan-out is
discouraged by policy TEXT, not by config.
So a reader would have concluded connect disables Claude subagents when it does
not, which is exactly the misreading this section exists to prevent.
Also corrected the Codex path: $CODEX_HOME/config.toml, default ~/.codex, not
an unconditional ~/.codex/config.toml. CODEX_HOME is honoured when set.
Every path and behaviour in the table is now checked against source rather than
inferred from a constant name.
3743 passed / 0 failed (suite exit 0).
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 843736f commit d61d6d2
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
66 | 67 | | |
67 | | - | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments