- install.sh: One-line installer with options - Pip extras: [server], [storage], [all] - Updated README with install instructions
New CLI options: --save-s3 BUCKET/PATH Save manuscript to S3 --save-s3-endpoint URL S3 endpoint for MinIO/DO Spaces --save-repo OWNER/REPO Commit to GitHub repo --save-branch NAME GitHub branch (default: main) --save-commit-msg MSG Commit message Full pipeline example: opus generate --repo owner/notes --save-repo owner/manuscripts --save-branch develop
- Complete architecture diagram - All features documented with status - Full CLI, Python, API client examples - Configuration reference - Project structure
- LangGraph workflow orchestration - CrewAI agent crews (Fiction Fortress & Nonfiction Fortress) - PydanticAI schema validation - Fiction agents: Architect, Worldsmith, Character Lead, Voice, Editor - Nonfiction agents: Researcher, Analyst, Writer, Fact-Checker, Editor - Complete schema definitions for books, chapters, critiques - Configuration management - Basic test suite