changes
This commit is contained in:
12
.config/opencode/commands/continue.md
Normal file
12
.config/opencode/commands/continue.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: Resume unfinished planner or builder workflow from memory
|
||||
model: github-copilot/gpt-5.4
|
||||
---
|
||||
|
||||
Continue the highest-priority unfinished work for this repository.
|
||||
|
||||
1. Inspect basic-memory for incomplete work under `plans/`, `executions/`, `findings/`, and `decisions/`.
|
||||
2. If the current primary agent is `planner`, resume the most relevant plan that is `Status: draft` or `Status: blocked` and drive it toward an approved spec.
|
||||
3. If the current primary agent is `builder`, resume the most relevant execution note that is `Status: in_progress` or `Status: blocked`. If there is no approved plan, stop and hand the work back to `planner`.
|
||||
4. Refresh the open findings ledger and update note statuses as you work.
|
||||
5. Return the resumed slug, current status, next checkpoint, and any blocker.
|
||||
Reference in New Issue
Block a user