init: 클린 기반 auth 서버 설계

This commit is contained in:
DongHyeonka
2026-07-24 14:30:18 +09:00
parent 471db0203d
commit 8a1ac1e769
3642 changed files with 275893 additions and 1 deletions
View File
+19
View File
@@ -0,0 +1,19 @@
# common AGENTS
Status:
- `common` is forbidden by default
Create `common` only if all are true:
- reused by 3+ modules
- not clearly owned by existing module
- does not break dependency direction
- duplication removal is worth a new shared dependency
Forbidden:
- dumping ground module
- shared dto mixing multiple layers
- shared business logic
- shared framework convenience code
Default:
- keep code in the owning layer
Binary file not shown.
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
Manifest-Version: 1.0