snapapi: session 28 - deployed v0.6.0 to staging via image import

This commit is contained in:
Hoid 2026-02-26 14:06:44 +00:00
parent 78bcdfe01d
commit be2f424042
3 changed files with 44 additions and 8 deletions

View file

@ -60,16 +60,17 @@
- **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
### BUG-012: /health reports hardcoded version 0.1.0 (LOW) — FIXED (staging)
- **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
- **Deployed to staging:** Yes (commit 2eca4e7, image imported to all nodes). Verified: /health returns version 0.6.0
### BUG-013: OpenAPI spec stale — missing GET /v1/screenshot, /v1/usage; has removed /v1/signup/free (MEDIUM) — IN PROGRESS
### BUG-013: OpenAPI spec stale — missing GET /v1/screenshot, /v1/usage; has removed /v1/signup/free (MEDIUM) — FIXED (staging)
- **Found:** Session 27
- **Impact:** API docs misleading for developers
- **Status:** Sub-agent working on fix
- **Fix:** Removed /v1/signup/free, added GET /v1/screenshot, added /v1/usage
- **Deployed to staging:** Yes (commit 2eca4e7). Verified: OpenAPI spec has correct paths
### BUG-014: /usage.html missing from production (MEDIUM)
- **Found:** Session 27