15 lines
647 B
Markdown
15 lines
647 B
Markdown
# Work: Fix Remaining Code Review Issues
|
|
|
|
## The Checklist
|
|
- [ ] **W001**: Address Matrix send queue drop dedupe handling (mark on drop or adjust queue behavior).
|
|
- *Verification*: `go test ./...`
|
|
- [ ] **W002**: Improve encrypted room handling by checking encryption state at startup or on first sync.
|
|
- *Verification*: `go test ./...`
|
|
- [ ] **W003**: Expand detector URL variants (spoti.fi, Apple Music song URLs).
|
|
- *Verification*: `go test ./...`
|
|
- [ ] **W004**: Include bounded response body in API error handling for idonthavespotify.
|
|
- *Verification*: `go test ./...`
|
|
|
|
## The Audit Trail
|
|
* [2026-01-21] Work plan created.
|