fix(trekplan): drop the "execute with team" path - TeamCreate/TeamDelete no longer exist
Claude Code 2.1.178 removed the TeamCreate and TeamDelete tools, so /trekplan's "execute with team" handoff could never create a team: it always ended in its own fallback (sequential execution). The path is removed and the fallback is now the only behaviour. The handoff no longer offers "execute with team"; if a user asks for it anyway, /trekplan says there is no team path and executes sequentially. Parallel implementation stays where it already was: --decompose plus /trekexecute's multi-session waves. No new orchestration replaces it. - commands/trekplan.md: TeamCreate/TeamDelete removed from allowed-tools; the offered option and the team section are gone. - agents/planning-orchestrator.md (reference doc): the offered option is gone. - docs/cc-upgrade-2.1.181-decision-matrix.md still names the team path: a historical record, left as written. End-state gate D-01: open -> closed (defects 7 -> 6 of 7). Suite 1059 (1057/0/2), run on a clean export of the index. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
553c288925
commit
f6c3535cea
2 changed files with 5 additions and 19 deletions
|
|
@ -462,7 +462,6 @@ You can:
|
|||
- Review the full plan at {plan path}
|
||||
- Ask questions or request changes
|
||||
- Say "execute" to implement
|
||||
- Say "execute with team" for parallel Agent Team implementation
|
||||
- Say "save" to keep for later
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue