- Feature
- Bug fix
- Config / setup
- Refactor
- Docs
- I have read AGENTS.md
- pnpm build passes locally with no errors
- No TypeScript errors (pnpm tsc --noEmit)
- No hardcoded secrets or API keys
- All new API routes check for admin session before executing
- No UI libraries were installed
- Fonts are loaded via next/font/google only
- pnpm was used (not npm or yarn)