init: 클린 기반 auth 서버 설계
This commit is contained in:
@@ -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.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
Manifest-Version: 1.0
|
||||
|
||||
Reference in New Issue
Block a user