feat: document Scanner Engine implementation status and normalize convention

This commit is contained in:
2026-07-19 18:23:13 +03:00
parent 9fc89fd5a4
commit 06e09220ae
3 changed files with 14 additions and 2 deletions

View File

@@ -91,8 +91,8 @@
- [x] verify test coverage of `internal/scanner` and `internal/normalize` (target 80%+) — scanner 90.3%, normalize 100.0%
### Task 7: Update documentation
- [ ] update `README.md` to note the Scanner Engine is implemented (compute-only; notifier/web pending)
- [ ] add a short note in `CLAUDE.md` or a plan-completion comment if new package conventions (e.g. `internal/normalize` is the shared normalization home) were established
- [x] update `README.md` to note the Scanner Engine is implemented (compute-only; notifier/web pending)
- [x] add a short note in `CLAUDE.md` or a plan-completion comment if new package conventions (e.g. `internal/normalize` is the shared normalization home) were established
## Technical Details
- **Normalization** (`internal/normalize`): port regexes from `musicbrainz/api.go`: