Plan: https://github.com/git-stunts/git-warp/blob/plan/streaming-recursive-materialization/docs/plans/streaming-indexed-recursive-warp.md
Design PR: #813
Outcome
Extend indexed traversal across graph-valued attachments without call-stack recursion, global ordinal assumptions, eager child materialization, or infinite expansion.
Required work
- Use an explicit async work queue with backpressure and cancellation.
- Apply each child graph local Roaring selection and address roots.
- Track visited identity by graph identity, retained root, and coordinate.
- Distinguish first expansion, shared reference, direct/indirect cycle, unresolved locator, redaction, and budget exhaustion.
- Support depth, graph, node, edge, result, byte, time, and concurrency budgets.
- Preserve occurrence paths while avoiding repeated basis expansion.
- Emit continuation cursors and transitive receipts.
Acceptance
Plan: https://github.com/git-stunts/git-warp/blob/plan/streaming-recursive-materialization/docs/plans/streaming-indexed-recursive-warp.md
Design PR: #813
Outcome
Extend indexed traversal across graph-valued attachments without call-stack recursion, global ordinal assumptions, eager child materialization, or infinite expansion.
Required work
Acceptance