Resume context
resume_contextRetrieve the current project state as a fixed, read-only summary of mission, milestones, decisions, and rejected alternatives. Call it first when resuming work to avoid re-proposing settled paths.
Instructions
Return the current project state as a deterministic projection: mission, milestone, next step, frozen constraints, active decisions each annotated with the reason it replaced its predecessor, rejected alternatives, parked conflicts, and open questions. Read-only; writes nothing. Call this FIRST when starting work on an ongoing project and honour it — frozen items and rejected alternatives are authoritative, not suggestions. No model runs in this path, so the same state always yields the same text. Output is budgeted to roughly 16KB and states explicitly when it had to trim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Named project in the central store. Omit inside a repo that has .continuity/, where state is found by walking up from the working directory. |