Commit f1721cf
fix(development-planning): remove round floor and repo-only agent check
Two residues in plan-implementation that undercut the Opus 5 migration:
- Quick Process step 3 mandated "2-3 rounds" while the ceiling table
below caps Simple at 1 and Medium at 2. The numbered step reads as an
instruction, so the floor survived the removal. It now defers to the
table.
- The agent-existence check grepped `packages/plugins/*/agents/`, a path
that exists only in this repo. In a consumer repo it matches nothing,
and the adjacent "fails at dispatch" warning then reads as "do not
dispatch" - a self-disabling guard. Replaced with the session's own
agent inventory, plus the naming rule stated as fact (frontmatter
`name:`, `-agent` suffix, cross-plugin `plugin-name:agent-name`).
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 50e1250 commit f1721cf
2 files changed
Lines changed: 10 additions & 7 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
0 commit comments