AGENTS 수정

This commit is contained in:
2026-01-05 17:24:11 +00:00
parent cb7e9c832f
commit b0f070e5a5
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -159,4 +159,5 @@ packages/infra/prisma/generated/
.devbox
docker-compose.override.yml
.turbo/
.turbo/
typecheck_errors.txt
+1
View File
@@ -116,6 +116,7 @@ These are placeholders to align teams; adjust once packages exist.
- Legacy concepts may use Korean identifiers; preserve Korean naming when it improves maintainability.
- Hybrid naming is acceptable (e.g., `use전투규칙`, `use도시상태`) when the prefix is conventional but the domain term is Korean.
- For classes, commands, and domain logic, add clear Korean comments to support Korean readers and future maintainers.
- Use strong type conventions in TypeScript. Any is not allowed, and you should also be careful about using unknown.
## Commit & Pull Request Guidelines