unspoken_rm
Restore a word marked as unspoken back into captions and verification. Use word index or phrase to remove the mark without editing the transcript file.
Instructions
Unmark a word unspoken_add marked, putting it back into captions and verify.
Address it by word_index, or by a phrase resolving to exactly one
word. Refuses a word that is not marked. The transcript file is never
edited either way — a mark is a manifest entry — so no cue or caption
renumbers. unspoken_ls lists the marks; undo restores one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| after | No | A forward cursor over a phrase's matches: any match at or before this word index is skipped. -1, the default, means from the start. | |
| phrase | No | Address it by wording instead; it has to resolve to exactly one word. | |
| clip_id | Yes | The transcript holding the marked word. | |
| occurrence | No | Disambiguate a phrase by count when it matches more than once, **1-based** in transcript order among the matches after `after`: 1 is the first, 2 the second. Unset, an ambiguous phrase is refused — listing every candidate's range and text — rather than guessed at. | |
| word_index | No | The marked word. Give this or `phrase`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||