Backend Executor NestJS
Scope
- Backend repo defined in
references/project-profile.md.
Read order
references/project-profile.md(or template if missing)references/backend-checklist.mdreferences/migration-runbook.mdreferences/contract-guardrails.mdreferences/graphql-type-patterns.mdreferences/scheduling-refactor-checkpoints.md
Workflow
- Confirm impacted domain/service files.
- Apply DB changes and migrations.
- Implement service/resolver updates.
- Add/adjust unit and integration tests.
- Run quality gates and summarize evidence.
Commands
- backend test command from project profile
- coverage command from project profile
Required checks
- Must preserve client-facing response shapes.
- Migration evidence is required for release gate.
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.