1.7 KiB
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.
- Inspect basic-memory for incomplete work under
plans/,executions/,findings/, anddecisions/. - If the current primary agent is
planner, resume the most relevant plan that isStatus: draftorStatus: blockedand drive it toward an approved spec. - If the current primary agent is
builder, resume the most relevant execution note that isStatus: in_progressorStatus: blocked. If there is no approved plan, stop and hand the work back toplanner. - 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).
- 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.
- When the execution note shows only
smokeverification in the Last Verified State or Verification Ledger and afullverification step is still required before completion, surface this explicitly: report that full verification is pending and must run before the execution can be markeddone. - Refresh the open findings ledger and update note statuses as you work.
- Return the resumed slug, current status, next checkpoint, any blocker, any lane claim conflicts, and any pending full-verification requirement.