You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bot exposes a REST API with 8+ route files and 50+ endpoints, but there's no API documentation. This makes it hard for contributors or future dashboard work to know what's available.
Subtasks
Generate OpenAPI spec — Add JSDoc-style annotations to route handlers, or write a standalone `openapi.yaml`
Swagger UI — Mount `swagger-ui-express` at `/api/docs` (auth-gated)
The bot exposes a REST API with 8+ route files and 50+ endpoints, but there's no API documentation. This makes it hard for contributors or future dashboard work to know what's available.
Subtasks
Technical Notes
Acceptance Criteria