Two shifts in scope:
- Remove the line-editor agent. The plugin no longer mutates the
manuscript — all commands report findings to the conversation
and leave revisions to the writer.
- Consolidate the consistency surface. /check-voice and
/check-continuity were narrow checks with overlapping concerns;
they are replaced by /check-consistency, a single broader pass
covering author voice, character voice, words-vs-actions
alignment, and in-world believability. Plot-logic and
sequencing concerns formerly in /check-continuity are now
served by /generate-timeline's consistency-issues section.
- Add /proofread for the mechanical layer that previously had no
command equivalent — grammar, tense, punctuation, spelling,
agreement, sentence-level clarity. Reports issues; does not edit.
Command count unchanged at nine. The plugin is now agent-free and
mutation-free; every command is read-only on the manuscript.
BREAKING CHANGE: /check-voice and /check-continuity are removed
(superseded by /check-consistency). The line-editor agent is
removed (use /proofread for reporting; the writer makes the edits).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>