docs(03-04): complete flat-file settings retirement and per-user AI classification plan

- 03-04-SUMMARY.md: Plan complete — classifier signature, env var defaults, security
  mitigations T-03-17/18/19/21 all resolved; DOC-03, DOC-05 requirements completed
- STATE.md: Advance to Plan 4/5 complete, add 5 key decisions from this plan
- ROADMAP.md: Mark 03-04-PLAN.md complete (Wave 4)
- REQUIREMENTS.md: Mark DOC-03 and DOC-05 as complete
This commit is contained in:
curo1305
2026-05-23 20:39:33 +02:00
parent 349912cac3
commit 6bd57629ce
4 changed files with 212 additions and 10 deletions
+2 -2
View File
@@ -78,9 +78,9 @@ _Last updated: 2026-05-21_
- [ ] **DOC-01**: User can view document metadata and extracted text for any document in their library
- [ ] **DOC-02**: In-browser PDF preview (PDF.js); document bytes proxied through the app — no presigned URLs exposed to the browser (privacy model)
- [ ] **DOC-03**: AI provider and model assigned by admin per user; user cannot change AI configuration
- [x] **DOC-03**: AI provider and model assigned by admin per user; user cannot change AI configuration
- [x] **DOC-04**: System default topics + per-user topic overrides preserved from existing implementation
- [ ] **DOC-05**: AI classification uses the user's assigned provider and model (from DB, not from user-supplied settings)
- [x] **DOC-05**: AI classification uses the user's assigned provider and model (from DB, not from user-supplied settings)
---