story_gen¶
story_gen treats narrative development like software engineering:
- define canon and dependencies up front
- enforce quality gates to prevent drift
- iterate with reproducible workflows
Current direction¶
- Build a durable story model around chapters, themes, and characters.
- Add a separate "good essay mode" with explicit policy constraints and draft checks.
- Learn craft patterns from reference analysis without redistributing source texts.
- Keep automation strict so rapid iteration does not degrade architecture.
Start points¶
- Architecture contracts:
docs/architecture.md - Visual architecture map:
docs/architecture_diagrams.md - Contract registry:
docs/contracts_registry.md - ADR workflow:
docs/adr/README.md - Dependency model:
docs/dependency_charts.md - Reference ingestion:
docs/reference_pipeline.md - Native acceleration:
docs/native_cpp.md - API reference:
docs/api.md - Python API reference:
docs/python_api_reference.md - Developer setup runbook:
docs/developer_setup.md - Wiki sync guide:
docs/wiki_docs.md