Codex-first operating rules for this repository. This file replaces Claude hook-based auto-activation with explicit trigger rules and repeatable workflows.
- Use
skills/backend-dev-guidelineswhen task includes API routes, controllers, services, repositories, Prisma, middleware, or backend validation. - Use
skills/frontend-dev-guidelineswhen task includes React components, MUI, routing, data fetching, frontend state, or UI performance. - Use
skills/route-testerwhen task includes authenticated endpoint testing, cookie/JWT auth, or route verification. - Use
skills/error-trackingwhen task includes Sentry setup, exception capture, monitoring, or production-debug context. - Use
skills/skill-developerwhen creating/updating skills, trigger rules, or capability packaging.
- Before frontend code edits, verify MUI version compatibility and avoid legacy v5/v6 API patterns.
- Before major backend edits, enforce layered boundaries: route -> controller -> service -> repository.
- Before finishing a task, run available project checks (at minimum
typecheckandbuildif defined). - 코드 주석은 기본적으로 한글로 작성한다.
- Identify applicable skill(s) from trigger rules.
- Read only required skill sections/resources (progressive disclosure).
- Apply changes.
- Run validation commands.
- Record outcomes and next actions in
dev/active/<task>/when work is non-trivial.
- Planning:
templates/dev-docs.template.md - Context update:
templates/dev-docs-update.template.md - Route testing research:
templates/route-research-for-testing.template.md