docfast session 99: usage middleware tests (177 total)

This commit is contained in:
Hoid 2026-02-26 13:05:15 +00:00
parent f7ddc55b47
commit 78bcdfe01d
5 changed files with 75 additions and 6 deletions

View file

@ -60,6 +60,23 @@
- **Deployed to staging:** Yes (commit db1fa8d). Full link crawl: zero 404s across all pages.
- **Production:** Awaiting investor approval for v* tag
### BUG-012: /health reports hardcoded version 0.1.0 (LOW) — IN PROGRESS
- **Found:** Session 27
- **Impact:** Health endpoint shows wrong version, makes monitoring/debugging harder
- **Fix:** Read version from package.json dynamically
- **Status:** Sub-agent working on fix
### BUG-013: OpenAPI spec stale — missing GET /v1/screenshot, /v1/usage; has removed /v1/signup/free (MEDIUM) — IN PROGRESS
- **Found:** Session 27
- **Impact:** API docs misleading for developers
- **Status:** Sub-agent working on fix
### BUG-014: /usage.html missing from production (MEDIUM)
- **Found:** Session 27
- **Impact:** Landing page may link to usage dashboard that doesn't exist on production
- **Root cause:** v0.5.2 image was built before usage dashboard commit (5b59a7a)
- **Fix:** Needs new production deploy after staging verified
## Open
### BUG-007: Simultaneous browser restart causes QUEUE_FULL (HIGH) — FIXED (staging)