iter or.1.6-fix2: SKILL.md description drift + self-contained exception ref
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: implement
|
||||
description: Use when an implementation plan exists in docs/plans/ and is ready to execute, OR when a debug RED-test is handed off for a bugfix. Dispatches the ailang-implement-orchestrator agent, which runs the entire per-task loop (implementer → spec-reviewer → quality-reviewer) on an isolated branch `iter/<iter_id>`, writes a per-iter journal + stats file, and returns a compressed end-report. The Boss reads the end-report, optionally rewrites the journal Summary section, appends one line to docs/journals/INDEX.md, and rebases onto main.
|
||||
description: Use when an implementation plan exists in docs/plans/ and is ready to execute, OR when a debug RED-test is handed off for a bugfix. Dispatches the ailang-implement-orchestrator agent, which runs the entire per-task loop (implementer → spec-reviewer → quality-reviewer) on an isolated branch `iter/<iter_id>`, writes a per-iter journal + stats file, and returns a compressed end-report. The Boss reads the end-report, optionally rewrites the journal Summary section, appends one line to docs/journals/INDEX.md, and fast-forwards main to the iter branch.
|
||||
---
|
||||
|
||||
# implement — plan execution via a dedicated orchestrator-agent
|
||||
@@ -105,7 +105,7 @@ structure). Read it. The end-report is the only thing that costs the
|
||||
Boss-context tokens; per-task chatter has stayed inside the
|
||||
orchestrator-agent.
|
||||
|
||||
### Step 3 — Boss merge step (on DONE; also for PARTIAL when some commits landed cleanly)
|
||||
### Step 3 — Boss merge step (on DONE or PARTIAL)
|
||||
|
||||
1. Open the per-iter journal file on the branch:
|
||||
`git show iter/<iter_id>:docs/journals/<YYYY-MM-DD>-iter-<iter_id>.md`
|
||||
@@ -194,5 +194,5 @@ merges and updates `docs/journals/INDEX.md`. No further hand-off —
|
||||
- **Output target:** Boss reads the end-report and the per-iter
|
||||
journal; `audit` runs at milestone close.
|
||||
- **Documented exception.** `ailang-implement-orchestrator` is the
|
||||
named exception to "agents do not call other agents". The same
|
||||
exception is described in `skills/README.md` (Conventions section).
|
||||
named exception to "agents do not call other agents". See its file
|
||||
frontmatter and Iron Law for the precise scope.
|
||||
|
||||
Reference in New Issue
Block a user