musiclink/docs/work/2026-01-21-code-review.md

19 lines
1.2 KiB
Markdown

# Work: Code Review (6-Part Pass)
## The Checklist
- [ ] **W001**: Review CLI entrypoints (`cmd/musiclink`, `cmd/smoketest`) and capture findings.
- *Verification*: Notes recorded in `docs/reviews/cli-entrypoints.md`
- [ ] **W002**: Review bot transport layers (`internal/bot`, `internal/matrixbot`) and capture findings.
- *Verification*: Notes recorded in `docs/reviews/bot-transport.md`
- [ ] **W003**: Review message handling & link detection (`internal/detector`, `internal/resolver`, `internal/services`) and capture findings.
- *Verification*: Notes recorded in `docs/reviews/message-handling.md`
- [ ] **W004**: Review config & runtime wiring (`pkg/config`, config TOML) and capture findings.
- *Verification*: Notes recorded in `docs/reviews/config.md`
- [ ] **W005**: Review docs & design artifacts (`docs`, `README.md`, `WORKLOG.md`) and capture findings.
- *Verification*: Notes recorded in `docs/reviews/docs.md`
- [ ] **W006**: Review project/infra metadata (`go.mod`, `go.sum`, `flake.nix`, `LICENSE`) and capture findings.
- *Verification*: Notes recorded in `docs/reviews/infra.md`
## The Audit Trail
* [2026-01-21] Work plan created.