Management API
- Zod schema registry wired into every write handler
- Generated OpenAPI 3.1 spec, published with an interactive reference page
- MCP tool inputs derived from the same schemas
Status monitoring
- Service status monitoring: uptime checks, a status dashboard, and admin alerts
Performance
- Dashboard: content listing projected to a lean shape, bounded link-editor search, targeted purges
- Delivery: a result page's hop-1 references batched into one query
- Auth: one joined read for both the dashboard and public-site session paths
- Cron: the tick's last-run reads batched into one query
Infrastructure
- CI validation gate (typecheck, lint, test, build)
- Worker entry bundled from real TypeScript;
fix-worker-entryfails hard on Nitro shape drift - Nitro upgrade and a dependency-hygiene pass