- ROADMAP.md: mark all v0.9.8–v0.9.10 items shipped; Phase 4
accountability features complete; v1.0 criteria all met; update to
reflect current state as of v0.9.10
- DEPLOYING.md: add SMTP/email section, ENCRYPTION_SECRET_KEY entry,
fix OPENAI_MODEL default (gpt-4o → gpt-4o-mini), add pocketveto.org
reference
- UPDATING.md: replace personal git remote with YOUR_GIT_REMOTE
placeholder for public deployability
- ARCHITECTURE.md: add member_scores table, alignment API, LLM Batch
API, email unsubscribe, bill tab UI, topic tags constant, Fernet
encryption pattern, feature history through v0.9.10
Authored by: Jack Levy
- Add bill_notes table schema (migration 0014)
- Add missing migrations 0012 and 0013 to the migrations table
- Add /api/notes endpoints section
- Add ntfy test, RSS test, follow-mode test, and history endpoints to /api/notifications
- Add POST /trigger-weekly-digest to admin API table
- Add weekly digest Monday beat schedule entry
- Update users.notification_prefs to document timezone field
- Update notifications.event_type to include weekly_digest
- Add NotesPanel.tsx to Frontend Key Components
- Add v0.7.0 (weekly digest + local-time quiet hours) to Feature History
- Add v0.8.0 (personal notes) to Feature History
Authored-By: Jack Levy
Covers full stack, database schema, API endpoints, Celery pipeline,
LLM service design, frontend structure, auth, deployment, and feature
history through v0.2.0.
Authored-By: Jack Levy