continuity_accept
Acknowledge a continuity finding at a given clip and word so it won't be re-reported on future runs; if the shot changes, the finding is reported again.
Instructions
Acknowledge one continuity finding once — a deliberate rhyme, never re-reported every run.
Addressed the way a cue is (clip_id, word_index), plus kind, since
one shot can carry more than one finding. Stores a fingerprint of the
finding's own numbers; a later run whose recomputed fingerprint disagrees
means the shot moved under the mark, and the finding is reported again
rather than trusted blindly. Refuses when no finding of kind currently
sits at that cue — continuity_check first, then accept what it found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which finding to 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, as `continuity_check` reports it. | |
| word_index | Yes | The cue's word. With `clip_id` and `kind` it is the finding's address — one shot can carry more than one finding. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||