feat: add object storage production capability

This commit is contained in:
donghyeon-ka
2026-07-31 23:50:03 +09:00
parent b3add0162d
commit f0a6d1c8c8
427 changed files with 39930 additions and 699 deletions
+3
View File
@@ -2,4 +2,7 @@
// composition and diagnostic rendering belong to adapters/bootstrap.
dependencies {
implementation project(':shared-contract')
// Property-based verification for bounded object-storage identity and value contracts.
testImplementation 'net.jqwik:jqwik:1.9.1'
}