Files
dotfiles/.config/opencode/commands/continue.md
2026-03-13 21:36:55 +00:00

1.7 KiB

description, model
description model
Resume unfinished planner or builder workflow from memory 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. When resuming a structured execution note, read Execution State and report: objective, current phase, next checkpoint, blockers, and last updated by. Check Lane Claims for active/blocked lanes and flag any claim conflicts (overlapping files/areas).
  5. When the execution note is legacy or freeform (missing structured sections like Execution State or Lane Claims), degrade gracefully: read what exists, infer status from available content, and do not invent conflicts or synthesize missing sections without evidence.
  6. When the execution note shows only smoke verification in the Last Verified State or Verification Ledger and a full verification step is still required before completion, surface this explicitly: report that full verification is pending and must run before the execution can be marked done.
  7. Refresh the open findings ledger and update note statuses as you work.
  8. Return the resumed slug, current status, next checkpoint, any blocker, any lane claim conflicts, and any pending full-verification requirement.