AGENTS 수정

This commit is contained in:
2026-01-05 17:54:35 +00:00
parent 3efcc8007a
commit 2172953869
+1
View File
@@ -118,6 +118,7 @@ These are placeholders to align teams; adjust once packages exist.
- 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.
- Avoid dangerous casting, such as `as unknown as Something`.
## Commit & Pull Request Guidelines