MAESTRO: confirm empty/oversize analysis responses

This commit is contained in:
Mariusz Banach
2026-02-18 02:33:33 +01:00
parent 355e23e063
commit 00dd99f8fa

View File

@@ -46,6 +46,6 @@ Frontend uses `fetch` with `ReadableStream` reader (not native `EventSource`, wh
- [x] Countdown timer counts down from 30 seconds - [x] Countdown timer counts down from 30 seconds
- [x] Partial failures show inline error indicators per FR-25 (Added AnalysisResults rendering with inline error badges.) - [x] Partial failures show inline error indicators per FR-25 (Added AnalysisResults rendering with inline error badges.)
- [x] Timeout at 30s displays partial results with notification listing incomplete tests - [x] Timeout at 30s displays partial results with notification listing incomplete tests
- [ ] Empty input returns 400, oversized >1MB returns 413 - [x] Empty input returns 400, oversized >1MB returns 413
- [ ] Linting passes on both sides - [ ] Linting passes on both sides
- [ ] Run `/speckit.analyze` to verify consistency - [ ] Run `/speckit.analyze` to verify consistency