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.