Compare commits

..

No commits in common. "forge/iss-162d8cffe924-attempt-3-run-4d9058f8952b" and "main" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View file

@ -1,3 +0,0 @@
# iss-162d8cffe924-attempt-3-run-4d9058f8952b
Forge 이슈 작업 브랜치 `forge/iss-162d8cffe924-attempt-3-run-4d9058f8952b`.

View file

@ -1,9 +0,0 @@
# Package Map
| Package | Responsibility | Forbidden Dependencies |
|--------------|------------------------------------------------|---------------------------------|
| controller | Handle HTTP requests and responses | service, repository, integration |
| service | Business logic implementation | controller, repository |
| repository | Data access and management | controller, service |
| domain | Domain models and business rules | controller, service, repository |
| integration | External system communication | controller, service, repository |