Skip to content

Commit a43326f

Browse files
committed
v3.7 Pass 3b: clarify DATA organ — volume is ReadWrite, sealed-ness is application-level
data-loop.md Instance Lifecycle intro now pre-empts the apparent tension between a ReadWriteMany DATA volume and sealed/append-only instance semantics. Adds one short paragraph: the volume permits writes; the platform enforces write-once-per-file and append-only ledgers at the write boundary — not via volume-level restrictions. Closes the last Priority-3 Pass 0 touch-up (task #22). No other content changes.
1 parent f261b58 commit a43326f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/v3.7/data-loop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ Conformant implementations MUST publish the following NATS topics for DATA loop
127127

128128
## Instance Lifecycle -- Create, Seal, Ledger
129129

130+
The DATA volume is mounted ReadWriteMany (the kernel can create new instance folders, append ledger entries, and write proof records). The *sealed* and *append-only* semantics below are application-level contracts the platform enforces at the write boundary — not volume-level restrictions. Rephrased: the volume permits writes; the platform ensures each sealed file is written exactly once and each ledger is extended (not rewritten).
131+
130132
Instance lifecycle follows a strict progression:
131133

132134
```mermaid

0 commit comments

Comments
 (0)