docs(02-02): complete artist credit error checking & scan warnings plan

- SUMMARY.md with all task commits and self-check
- STATE.md advanced to Phase 2 complete (2/2 plans)
- ROADMAP.md updated with Phase 2 complete status
- REQUIREMENTS.md marked CORR-08, CORR-09 complete
This commit is contained in:
2026-03-02 19:21:06 -05:00
parent e6866ded9d
commit 1c9356b6ad
4 changed files with 164 additions and 29 deletions
+4 -4
View File
@@ -16,8 +16,8 @@ Requirements for the consolidation milestone. Each maps to roadmap phases.
- [x] **CORR-05**: Package-level startupErr variable is moved to a YellowJacketApp struct field
- [x] **CORR-06**: Config file is written with 0o644 permissions instead of 0o666
- [x] **CORR-07**: MPRIS lifecycle callback errors (Pause, Seek) are logged instead of silently swallowed
- [ ] **CORR-08**: Artist credit link creation error is checked; only UNIQUE constraint violations are ignored
- [ ] **CORR-09**: Library.Scan() separates warnings from fatal errors — warnings returned in ScanMetrics, fatal errors in the error return
- [x] **CORR-08**: Artist credit link creation error is checked; only UNIQUE constraint violations are ignored
- [x] **CORR-09**: Library.Scan() separates warnings from fatal errors — warnings returned in ScanMetrics, fatal errors in the error return
### Code Quality
@@ -96,8 +96,8 @@ Which phases cover which requirements. Updated during roadmap creation.
| CORR-05 | Phase 2: Backend Correctness | Complete |
| CORR-06 | Phase 2: Backend Correctness | Complete |
| CORR-07 | Phase 2: Backend Correctness | Complete |
| CORR-08 | Phase 2: Backend Correctness | Pending |
| CORR-09 | Phase 2: Backend Correctness | Pending |
| CORR-08 | Phase 2: Backend Correctness | Complete |
| CORR-09 | Phase 2: Backend Correctness | Complete |
| QUAL-01 | Phase 6: SQL Consolidation & Code Quality | Pending |
| QUAL-02 | Phase 6: SQL Consolidation & Code Quality | Pending |
| QUAL-03 | Phase 6: SQL Consolidation & Code Quality | Pending |