Agent 9 owns admin/support implementation and ops documentation:
/supportpage and/api/supportroutes./adminand/admin/userspages./api/adminroutes for dashboard, user listing, support ticket updates, and plan overrides.components/adminandcomponents/support.- README and operational docs.
- Do not run destructive Supabase SQL or CLI operations without exact approval.
- Do not bypass the Supabase CLI guard.
- Do not expose service role, Razorpay, Gemini, or OpenAI secrets to browser code.
- Do not claim unsupported media formats or editor/runtime features in docs.
Before handoff:
- Confirm branch is
codex/mcp-agent-09-ops-admin-docs. - Run
npm run typecheck. - Run
npm run buildif practical. - Run targeted tests if new tests were added.
- Commit coherent work as
feat: add admin support and ops docs.