changes
This commit is contained in:
15
.config/opencode/commands/build.md
Normal file
15
.config/opencode/commands/build.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
description: Execute the latest approved plan
|
||||
agent: builder
|
||||
model: github-copilot/gpt-5.4
|
||||
---
|
||||
|
||||
Execute the latest approved plan for: $ARGUMENTS
|
||||
|
||||
1. Read the latest matching `plans/<slug>` note with `Status: approved`.
|
||||
2. Create or update `executions/<slug>` with `Status: in_progress` before changing code.
|
||||
3. Delegate implementation to `coder`, verification to `tester`, review to `reviewer`, and docs or memory updates to `librarian` where appropriate.
|
||||
4. Follow the plan exactly. If the plan is contradictory, missing a dependency, or fails verification twice, stop, capture evidence, set the execution note to blocked, and send the work back to `planner`.
|
||||
5. Finish by updating the execution note to `Status: done` or `Status: blocked` and summarizing what changed.
|
||||
|
||||
Do not create a commit unless the user explicitly asks.
|
||||
Reference in New Issue
Block a user