From a46b8607b6ae52484d78592add52583b40030a83 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Sun, 12 Jul 2026 06:21:56 +0000 Subject: [PATCH 1/2] forge: open work branch for iss-162d8cffe924-attempt-3-run-4d9058f8952b --- .forge/iss-162d8cffe924-attempt-3-run-4d9058f8952b.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .forge/iss-162d8cffe924-attempt-3-run-4d9058f8952b.md diff --git a/.forge/iss-162d8cffe924-attempt-3-run-4d9058f8952b.md b/.forge/iss-162d8cffe924-attempt-3-run-4d9058f8952b.md new file mode 100644 index 0000000..bf53678 --- /dev/null +++ b/.forge/iss-162d8cffe924-attempt-3-run-4d9058f8952b.md @@ -0,0 +1,3 @@ +# iss-162d8cffe924-attempt-3-run-4d9058f8952b + +Forge 이슈 작업 브랜치 `forge/iss-162d8cffe924-attempt-3-run-4d9058f8952b`. -- 2.49.1 From a0239369755d83c0e268324bc4422bf6ac6b77bf Mon Sep 17 00:00:00 2001 From: forge-bot Date: Sun, 12 Jul 2026 06:22:03 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=EA=B2=B0=EC=A0=9C=20=EC=A0=84=ED=99=98=20?= =?UTF-8?q?=EB=AA=A9=ED=91=9C=20=EC=95=84=ED=82=A4=ED=85=8D=EC=B2=98=20?= =?UTF-8?q?=EC=A0=95=EC=9D=98=20(1/2)=20(2/2)=20(iss-162d8cffe924)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/architecture/package-map.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/architecture/package-map.md diff --git a/docs/architecture/package-map.md b/docs/architecture/package-map.md new file mode 100644 index 0000000..934e513 --- /dev/null +++ b/docs/architecture/package-map.md @@ -0,0 +1,9 @@ +# 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 | \ No newline at end of file -- 2.49.1