Update README.md to document new Phase 1+2 features

- Chapter navigation (prev/next), bible download, run tagging, run deletion

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 10:07:40 -05:00
parent 093e78a89e
commit b4058f9f1f

View File

@@ -96,6 +96,10 @@ Open `http://localhost:5000`.
- **Project Dashboard:** Create and monitor generation jobs from the browser.
- **Real-time Logs:** Console output is streamed to the browser and stored in the database.
- **Chapter Editor:** Edit chapters directly in the browser; manual edits are preserved across artifact regenerations and synced back to character/plot tracking state.
- **Chapter Navigation:** Prev/Next buttons on every chapter card in the manuscript reader let you jump between chapters without scrolling.
- **Download Bible:** Download the project's `bible.json` directly from any run's detail page for offline review or cloning.
- **Run Tagging:** Label runs with comma-separated tags (e.g. `dark-ending`, `v2`, `favourite`) to organise and track experiments.
- **Run Deletion:** Delete completed or failed runs and their filesystem data from the run detail page.
- **Cover Regeneration:** Submit written feedback to regenerate the cover image iteratively.
- **Admin Panel:** Manage all users, view spend, and perform factory resets at `/admin`.
- **Per-User API Keys:** Each user can supply their own Gemini API key; costs are tracked per account.