Skip to content

Add consumer-driven tree runtime - #3

Merged
waywardmonkeys merged 1 commit into
mainfrom
codex/tree-runtime
Aug 27, 2026
Merged

Add consumer-driven tree runtime#3
waywardmonkeys merged 1 commit into
mainfrom
codex/tree-runtime

Conversation

@waywardmonkeys

@waywardmonkeys waywardmonkeys commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Exedra exposed a reusable seam for host-owned rooted trees: locator and query execution can be shared without moving storage, indexing, or domain policy into Addressable.

This adds the no_std + alloc addressable_tree runtime for exact, relative, and pinned resolution; explicit tree queries; revision-scoped handles; and revision-safe in-place commits. Basilica's assembly view is the second TreeHost, while its dependency and cross-view axes retain their custom evaluator. The accompanying ADR records why the boundary was pulled forward and what remains domain-owned.

Extract reusable exact-address tree execution behind a small host projection, and prove the seam against both Basilica and Exedra storage. Preserve revision clocks across extraction, provide in-place commits, use ordered traversal sets and lazy host iterators, and keep graph-specific evaluation domain-owned.
@waywardmonkeys
waywardmonkeys merged commit 62777f6 into main Aug 27, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant