enforce Red/Green TDD in CEO base prompt for all products

This commit is contained in:
Hoid 2026-02-24 11:13:32 +00:00
parent ec83af5e1f
commit 977df2180f
4 changed files with 71 additions and 1 deletions

View file

@ -69,3 +69,10 @@
- **Fix:** Staggered initial `lastRestartTime` per browser + one-at-a-time restart guard in `acquirePage()`
- **Deployed to staging:** Yes (commit e49c4073). Verified playground returns 200.
- **Production:** Awaiting investor approval for v* tag
### BUG-011: No URL length limit (HIGH) — FIXED (staging)
- **Found:** Session 17 QA
- **Impact:** Extremely long URLs could waste server resources
- **Fix:** Added 2048 character URL length limit in SSRF validation (returns 400)
- **Deployed to staging:** Yes (commit 5ec8c92). Verified: 2100-char URL returns 400, normal URL returns 200.
- **Production:** Awaiting investor approval for v* tag