Phase 2: stream reads and durable imports through Tek9 #36
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority:P1
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar!36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/issue-35-tek9-streaming"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Scope
Implements #35 as the next bounded-memory slice of #24 without changing the Phase 1 canonical Tek9 schema.
TDD / invariant plan
The branch intentionally starts red. The first commits add the Phase 2 ADR extension and regression tests that prove current
mainstill violates the contract:document.getafter restart must not materialize the corpus intocontrol-plane-workspaces;workspace.snapshotmust not materialize the corpus;control-plane-import-sessions;encodedChunks.Next implementation steps are store-first: direct document/meta paging APIs, durable stage namespace + lifecycle, bounded range batches, atomic promotion, then control-plane rewiring. Existing Tek9 public range/transaction APIs appear sufficient; no Tek9 change is planned unless a live implementation blocker proves otherwise.
Merge gates
Closes #35 after all invariants are proven.
Parent: #24.