refactor(storage): split structured mutation modules - #2196
Merged
Jurij89 merged 3 commits intoAug 9, 2026
Merged
Conversation
otReviewAgent
left a comment
There was a problem hiding this comment.
Review Agent completed this review and found no issues.
Jurij89
force-pushed
the
refactor/2190-structured-mutation-modules
branch
from
August 9, 2026 12:05
5f57494 to
84facbf
Compare
9 tasks
Contributor
Author
|
@otReviewAgent Please run a convergence review against current head 84facbf; the latest automated no-issues review predates the final follow-up commit. CI is green and there are no unresolved threads. |
Contributor
Author
|
@otReviewAgent Please review the current head for convergence. The branch has green CI and no unresolved threads; this request is specifically for the latest head after the storage split follow-up updates. |
Contributor
Author
|
@otReviewAgent Please review the current head after the empty retrigger commit; CI and all prior threads should be evaluated against that head. |
Jurij89
merged commit Aug 9, 2026
2abf4a4
into
refactor/2188-storage-owned-mutation-effects
5 checks passed
This was referenced Aug 9, 2026
Jurij89
added a commit
that referenced
this pull request
Aug 9, 2026
15 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TripleStore.structuredMutation()capability, one closed public descriptor union, and the existing compatibility facade; adapters and callers do not gain another probing/forwarding protocol.bounded-structured-mutation.tsfrom the operation grab bag to a small exhaustive dispatcher and compatibility/export boundary.Related
agent-docs/plans/2026-08-09-system-record-followup-refactors.mdDiagrams
Files changed
packages/storage/src/bounded-structured-mutation.tspackages/storage/src/structured-mutation/primitives.tspackages/storage/src/structured-mutation/delete-subjects.tspackages/storage/src/structured-mutation/retention.tspackages/storage/src/structured-mutation/replace-subject-predicates.tspackages/storage/src/structured-mutation/replace-projection-from-graph.tspackages/storage/src/structured-mutation/copy-subject-projection.tsTest plan
bounded-structured-mutation.test.ts: 19 passed, including all six real worker-RPC variantsexternal-literal-store.test.ts: 12 passedgraph-set-index-store.test.ts: 43 passedchangelog-store.test.ts: 42 passedgit diff --check; worktree clean