knowl_park
Save an ongoing workstream to resume later. Creates a short key and returns a line you can store, then pick up the work from any directory or session.
Instructions
Park a workstream the user means to return to. Mints a short key and returns a line to hand them verbatim. Unlike knowl_handoff, this is not consumed by resuming and works from any directory, any number of sessions later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What this workstream is trying to achieve. | |
| blocker | No | What is in the way, if anything. | |
| completed | No | What is already done. | |
| sessionId | No | The session parking this work, if known, so the brief can point at its transcript. | |
| nextAction | No | The next step as it stands now. | |
| artifactRefs | No | Files the returning session should look at. | |
| verificationStatus | No | Whether the work so far was checked. |