From b4058f9f1fff2f594b5078e43ce924c691952aea Mon Sep 17 00:00:00 2001 From: Mike Wichers Date: Sun, 22 Feb 2026 10:07:40 -0500 Subject: [PATCH] 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 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e1362b4..b5ab1b3 100644 --- a/README.md +++ b/README.md @@ -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.