Record open item
record_openRecord open questions, risks, milestones, and next actions so they remain in resume context until resolved. Ensures AI sessions continue without losing direction.
Instructions
Append an open question, risk, milestone or next action. These are recorded with status 'open', so they keep surfacing in the resume context until closed with resolve_claim. Only one milestone and one next_action show at a time — recording a new next_action does not retire the old one, so supersede it via capture when direction changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Detail a future session needs. Keep it short — the next_action body is rendered in the resume header. | |
| type | Yes | question: something undecided. risk: something that could go wrong. milestone: the current goal. next_action: where to resume. | |
| title | Yes | The question, risk, goal or next step in one line. | |
| 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. |