MAESTRO: Improve CAPTCHA modal keyboard access

This commit is contained in:
Mariusz Banach
2026-02-18 04:29:32 +01:00
parent 39558ccb7d
commit 86a368b14d
3 changed files with 83 additions and 1 deletions

View File

@@ -45,6 +45,6 @@ This phase protects the analysis service from abuse with per-IP rate limiting an
- [x] `GET /api/health` returns `{status, version, uptime, scannerCount}`
- [x] All routers and CORS middleware are registered in `main.py`
- [x] Application starts statelessly — no database, no session management. Verified `backend/app/main.py` registers only CORS + rate limiter middleware and does not initialize any DB/session services.
- [ ] CAPTCHA modal is keyboard accessible (Tab, Enter, Escape to close)
- [x] CAPTCHA modal is keyboard accessible (Tab, Enter, Escape to close)
- [ ] Linting passes on both sides
- [ ] Run `/speckit.analyze` to verify consistency