Admin Executor React
Scope
- Admin repo defined in
references/project-profile.md.
Read order
references/project-profile.md(or template if missing)references/layout-rules.mdreferences/ui-verification-checklist.mdreferences/permission-ui-pattern.md
Workflow
- Implement layout and interaction from task docs.
- Apply form constraints and guardrails in UI.
- Connect remote hooks and permission gates.
- Add/update component and page tests.
Critical rules
- Respect fixed/sticky columns and horizontal scroll behavior.
- Enforce disabled actions for business constraints.
Commit rules
- Use the format
<type>: <한국어 요약>for every commit. - Allowed types:
feat,fix,refactor,docs,test,chore,perf,ci,build,revert. - Korean summary is mandatory on the first line.
Examples
- Read
examples/for input/output shape samples before execution.