refactor(fiction-assistance)!: drop line-editor agent, add proofread and check-consistency commands
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>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "fiction-assistance",
|
||||
"version": "2.0.0",
|
||||
"description": "General-purpose fiction-writing guidance and analysis — story statistics, continuity and voice checks, representation tests, developmental and strategic review, research/world-building extraction, timeline construction, and a line-editor agent. Operates on manuscript text via arguments; outputs to the conversation rather than a fixed vault layout.",
|
||||
"version": "2.1.0",
|
||||
"description": "General-purpose fiction-writing guidance and analysis. Nine commands covering proofreading, consistency and believability, story statistics, representation tests, developmental and strategic review, research/world-building extraction, timeline construction, and final-review synthesis. Reports to the conversation; never edits the manuscript.",
|
||||
"author": {
|
||||
"name": "Adam Knight"
|
||||
},
|
||||
"keywords": ["fiction", "writing", "novel", "editing", "review", "manuscript"]
|
||||
"keywords": ["fiction", "writing", "novel", "review", "proofreading", "manuscript"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user