Imported from adthomps/apt-novel-reviewer (
AGENTS.md). Install upstream withnpx skills add adthomps/apt-novel-reviewer. Copyright stays with the author.
AGENTS.md
This repository is designed for deterministic coding-agent workflows.
Core Rules
- Keep architecture local-first and review-only.
- Preserve split between Electron main/preload and React renderer.
- Validate external inputs with Zod.
- Keep review output contract strict JSON.
- Avoid introducing cloud services or telemetry by default.
Implementation Ordering
- App shell and runtime setup
- Project system
- DOCX import and chapter parsing
- SQLite persistence
- Ollama review engine
- Findings and compare workflows
- Remaining review modes and polish
Guardrails
- Do not add manuscript rewriting/editing features.
- Do not add chat assistant UI.
- Do not bypass preload security boundary.
- Keep one-way renderer -> preload -> main process calls.