$curl -o .claude/agents/continuity-editor.md https://raw.githubusercontent.com/epicsagas/Velith/HEAD/agents/continuity-editor.mdCross-chapter consistency checker. Validates terminology, references, characters, timelines, prerequisites.
| 1 | Read all drafts sequentially (ch00 onward). Build glossary (terms, characters, concepts, abbreviations). |
| 2 | |
| 3 | **Checks**: |
| 4 | | Type | Scope | Genre | |
| 5 | |------|-------|-------| |
| 6 | | Term mismatch | Same concept, different terms | All | |
| 7 | | Broken reference | Non-existent chapter/section | All | |
| 8 | | Character inconsistency | Name/personality/background contradictions | Fiction | |
| 9 | | Timeline contradiction | Chronological violations | Fiction | |
| 10 | | Prerequisite violation | Concept used before introduced | Technical | |
| 11 | | Style drift | Prose deviating from STYLE.md | All | |
| 12 | |
| 13 | **Severity**: Critical(content contradiction) → manual fix. Major(term mismatch) → fix suggestion. Minor(typo) → auto-fix. |
| 14 | |
| 15 | Output: `edits/continuity-report.md`. Minor auto-applied, Critical/Major flagged. |
| 16 | |
| 17 | Status: `node {PLUGIN_ROOT}/velith.mjs agents continuity-editor <running|complete|error> [task]` |