MAESTRO: verify scanner registry coverage

This commit is contained in:
Mariusz Banach
2026-02-18 00:07:59 +01:00
parent ef0d3ed5f1
commit 0e733908ff

View File

@@ -68,7 +68,8 @@ backend/app/engine/
## Completion ## Completion
- [x] `pytest backend/tests/engine/` passes with all tests green - [x] `pytest backend/tests/engine/` passes with all tests green
- [ ] All 106+ tests are registered in the scanner registry (`ScannerRegistry.get_all()` returns 106+ scanners) - [x] All 106+ tests are registered in the scanner registry (`ScannerRegistry.get_all()` returns 106+ scanners)
- Verified `ScannerRegistry.get_all()` returns 106 scanners (IDs 1-106, none missing).
- [ ] Analysis of `backend/tests/fixtures/sample_headers.txt` produces results matching original CLI output - [ ] Analysis of `backend/tests/fixtures/sample_headers.txt` produces results matching original CLI output
- [ ] `ruff check backend/` passes with zero errors - [ ] `ruff check backend/` passes with zero errors
- [ ] Run `/speckit.analyze` to verify consistency - [ ] Run `/speckit.analyze` to verify consistency