chore: record pre-existing uncommitted repository state

Snapshot of the in-flight state that already existed, identically, in both
this worktree and the main checkout before this session began: the initial
HTTP Client platform implementation (previously untracked), the redis-lab
removal, and the JPA / object-storage / notification integration work.

Kept separate from this session's HTTP Client review response, which lands
in the following commit, so the two bodies of work stay reviewable apart.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
DongHyeonka
2026-08-11 16:48:43 +09:00
co-authored by Claude Opus 5
parent 1a3b560678
commit 5f10b791d3
1857 changed files with 130925 additions and 72491 deletions
+65 -6
View File
@@ -1,16 +1,28 @@
{
"runtime_compositions": [
"app-bootstrap",
"sample-portfolio"
],
"modules": [
{
"id": "domain-core",
"gradle_path": ":domain-core",
"source_path": "src/domain-core",
"allowed_dependencies": []
"allowed_dependencies": [],
"runtime_memberships": [
"app-bootstrap",
"sample-portfolio"
]
},
{
"id": "shared-contract",
"gradle_path": ":shared-contract",
"source_path": "src/shared-contract",
"allowed_dependencies": []
"allowed_dependencies": [],
"runtime_memberships": [
"app-bootstrap",
"sample-portfolio"
]
},
{
"id": "application-core",
@@ -19,6 +31,10 @@
"allowed_dependencies": [
"domain-core",
"shared-contract"
],
"runtime_memberships": [
"app-bootstrap",
"sample-portfolio"
]
},
{
@@ -29,6 +45,9 @@
"domain-core",
"application-core",
"shared-contract"
],
"runtime_memberships": [
"app-bootstrap"
]
},
{
@@ -39,6 +58,10 @@
"domain-core",
"application-core",
"shared-contract"
],
"runtime_memberships": [
"app-bootstrap",
"sample-portfolio"
]
},
{
@@ -48,7 +71,8 @@
"allowed_dependencies": [
"application-core",
"shared-contract"
]
],
"runtime_memberships": []
},
{
"id": "adapter-outbound-identifier",
@@ -57,6 +81,10 @@
"allowed_dependencies": [
"domain-core",
"application-core"
],
"runtime_memberships": [
"app-bootstrap",
"sample-portfolio"
]
},
{
@@ -66,6 +94,9 @@
"allowed_dependencies": [
"application-core",
"shared-contract"
],
"runtime_memberships": [
"app-bootstrap"
]
},
{
@@ -75,6 +106,9 @@
"allowed_dependencies": [
"application-core",
"shared-contract"
],
"runtime_memberships": [
"sample-portfolio"
]
},
{
@@ -86,6 +120,9 @@
"application-core",
"shared-contract",
"adapter-outbound-support"
],
"runtime_memberships": [
"app-bootstrap"
]
},
{
@@ -97,6 +134,9 @@
"application-core",
"shared-contract",
"adapter-outbound-support"
],
"runtime_memberships": [
"app-bootstrap"
]
},
{
@@ -108,6 +148,9 @@
"application-core",
"shared-contract",
"adapter-outbound-support"
],
"runtime_memberships": [
"app-bootstrap"
]
},
{
@@ -119,6 +162,9 @@
"application-core",
"shared-contract",
"adapter-outbound-support"
],
"runtime_memberships": [
"app-bootstrap"
]
},
{
@@ -129,6 +175,10 @@
"domain-core",
"application-core",
"shared-contract"
],
"runtime_memberships": [
"app-bootstrap",
"sample-portfolio"
]
},
{
@@ -139,7 +189,8 @@
"domain-core",
"application-core",
"shared-contract"
]
],
"runtime_memberships": []
},
{
"id": "adapter-inbound-graphql",
@@ -149,7 +200,8 @@
"domain-core",
"application-core",
"shared-contract"
]
],
"runtime_memberships": []
},
{
"id": "adapter-inbound-websocket",
@@ -159,7 +211,8 @@
"domain-core",
"application-core",
"shared-contract"
]
],
"runtime_memberships": []
},
{
"id": "app-bootstrap",
@@ -178,6 +231,9 @@
"adapter-outbound-identifier",
"adapter-inbound-web",
"shared-contract"
],
"runtime_memberships": [
"app-bootstrap"
]
},
{
@@ -192,6 +248,9 @@
"adapter-outbound-objectstorage",
"adapter-inbound-web",
"shared-contract"
],
"runtime_memberships": [
"sample-portfolio"
]
}
]