feat: add revision-gated item context pilot - #41
Merged
Conversation
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.
Implements the smallest Sprintctl-owned volatile-context slice against the native-runtime/federation boundary.\n\n- exposes the existing opaque item status revision through work.read.item\n- adds a bounded, allowlisted work.read.item-projection operation\n- adds a read-only status-mutation precheck while keeping CAS at Sprintctl\n- adds an opt-in native hook adapter with disposable per-session/subagent cursors\n- fails open for projection enrichment and fails closed only for recognized structured status mutations\n- inventories current read/write/hook paths and leaves ActionQ federation unavailable rather than manufacturing a binding\n\nValidation:\n- full Sprintctl suite: 1272 passed, 161 skipped\n- Vuoro service/catalog integration: 11 passed\n- Agentops verification-artifact gate: passed\n- PostgreSQL parity test added; execution remains environment-gated because no disposable SPRINTCTL_TEST_PG_URL is present\n\nNo appservice, deployment, cluster, schema migration, or production-state mutation is included.