engram: unify write/supersede/reframe onto one set-based region operation #106

Closed
will.anderson wants to merge 1 commits from worktree-agent-a55d5c2d0e8f2c88b into dev
Owner

Preserving uncommitted work found in an open worktree during a worktree audit. Collapses three separate mutation paths (node write, node supersede, ad-hoc bulk edits) into a single reframe_core: isolate a region (cosine + 1-hop adjacency), tombstone-supersede it as an immutable set, insert the replacement manifold, rebind edges by cosine, persist atomically. write/supersede become the region-size-0/1 degenerate cases of the same path. Identity keystones remain write-protected across all three entry points.

Preserving uncommitted work found in an open worktree during a worktree audit. Collapses three separate mutation paths (node write, node supersede, ad-hoc bulk edits) into a single reframe_core: isolate a region (cosine + 1-hop adjacency), tombstone-supersede it as an immutable set, insert the replacement manifold, rebind edges by cosine, persist atomically. write/supersede become the region-size-0/1 degenerate cases of the same path. Identity keystones remain write-protected across all three entry points.
will.anderson added 1 commit 2026-08-15 19:25:45 +00:00
Unify write/supersede/reframe onto one set-based region operation
El SDK CI - dev / build-and-test (pull_request) Failing after 14m53s
d3d550664e
Collapses three separate mutation paths (node write, node supersede, and
ad-hoc bulk edits) into a single reframe_core: isolate a region (cosine +
1-hop adjacency), tombstone-supersede it as an immutable set, insert the
replacement manifold, rebind edges by cosine, and persist atomically.
write and supersede become the region-size-0 and region-size-1 degenerate
cases of the same path, eliminating divergent per-route logic. Identity
keystones remain write-protected across all three entry points.
will.anderson closed this pull request 2026-08-15 22:24:48 +00:00
This repo is archived. You cannot comment on pull requests.