Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/ARCH_INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Plans, contracts, and research notes. Contracts define **system behavior**.

- `IMPLEMENTATION_PLAN.md` — contract-first, phased implementation plan
- `V1_READINESS.md` — v1.0 release criteria and dogfooding evidence
- `VOLUME_DIRECTION.md` — product direction for the Dataset + Volume dual-paradigm model
- `contracts/CONTRACT_CORE.md` — core model invariants and immutability
- `contracts/CONTRACT_WRITE_API.md` — write API semantics and errors
- `contracts/CONTRACT_STORAGE.md` — storage adapter obligations
Expand Down
95 changes: 0 additions & 95 deletions docs/VOLUME_DIRECTION.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/contracts/CONTRACT_VOLUME.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,16 @@ volumes/<volume_id>/data/<offset>-<length>.bin

- Dataset streaming: atomic construction of complete objects
- Volume streaming: incremental commitment of partial truth
- Neither is a wrapper or special case of the other

If a workflow requires sparse, resumable, out-of-order, or range-verified truth,
it belongs to `Volume`, not `Dataset`.

Design discipline:
- Adapters remain minimal; lifecycle semantics stay in Lode core.
- Runtime-aware policy (scheduling, peer management, execution strategy)
belongs in consuming systems, not in Lode.

---

## Prohibited Behaviors
Expand Down