continuity_reject
Reverse a continuity acceptance: unmark a finding so later runs report it again, restoring it to the continuity check list.
Instructions
Unmark a continuity finding, putting it back into continuity_check.
The inverse of continuity_accept: the acknowledgement is dropped from
the manifest, so every later run reports that finding again instead of
passing over it. Addressed exactly as it was accepted (clip_id,
word_index, kind), and refused when no accepted finding of that kind
sits there — so a second call says so rather than quietly doing nothing.
Nothing on the timeline moves either way; an acknowledgement is a
manifest entry, and undo puts it back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which finding to un-acknowledge: `rewind`, `replay`, `short_shot` or `stub`. | |
| path | No | The project directory to act on. Omit it — the usual case — when this server is bound to a project (started as `proofcut -C DIR mcp`, or inside a project; `ping` says which): it then resolves to that one bound project, a relative path resolves against it, and a path outside it is refused by name. Unbound, `path` is the whole address and omitting it refuses rather than guessing. | |
| clip_id | Yes | The cue's own addressing transcript. | |
| word_index | Yes | The cue's word, with `clip_id` and `kind` the address the acknowledgement was stored under. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||