feat(skills): add external mutation reviews - #85
Merged
Conversation
Signed-off-by: tiammomo <tiammomo@users.noreply.github.com>
Signed-off-by: tiammomo <tiammomo@users.noreply.github.com>
tiammomo
force-pushed
the
tiammomo/feat/issue-83-mutation-review
branch
from
September 5, 2026 11:44
0e26a39 to
1a5ed86
Compare
tiammomo
marked this pull request as ready for review
September 5, 2026 11:45
tiammomo
added a commit
that referenced
this pull request
Sep 6, 2026
* feat(skills): add external mutation reviews Signed-off-by: tiammomo <tiammomo@users.noreply.github.com> * fix(skills): clarify mutation recovery semantics Signed-off-by: tiammomo <tiammomo@users.noreply.github.com> --------- Signed-off-by: tiammomo <tiammomo@users.noreply.github.com> Co-authored-by: tiammomo <tiammomo@users.noreply.github.com>
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.
Closes #83
What changed
Why
A remote call can succeed while its response is lost, and an object can change again before readback. Treating an exception or current-state mismatch as proof of no write creates false audit records and unsafe retries. The review workflow makes those guarantees and remaining races explicit while preserving all operation-specific gates.
Validation
quick_validate.py: validReview focus
completed,blocked,failed, andoutcome_unknownsemantic mappingpublic_writecompatibility behaviorAutomation disclosure
An external coding workspace assisted with the implementation and tests.
tiammomoreviewed the final diff, understands it, and takes responsibility for this contribution.