feat: source-control intent registration and evidence bridge for gitea-sovereign#282
Open
mdheller wants to merge 1 commit into
Open
feat: source-control intent registration and evidence bridge for gitea-sovereign#282mdheller wants to merge 1 commit into
mdheller wants to merge 1 commit into
Conversation
…a-sovereign (#257) Adds source-control-intent-bridge.schema.v0.1.json: AgentPlane bridge for intent registration and evidence emitted by gitea-sovereign. Schema covers allowed, blocked, and divergence operation flows. Enforces that intent_status=admitted/replayed requires a non-empty agentplane_admission_ref (conditional) and runtime_ready=false (scaffold baseline != runtime readiness). Adds fixtures for allowed pr_open (admitted), blocked commit_push, and divergence_check with scaffold_mismatch evidence. Adds reject fixture for admitted status with empty admission_ref. Adds tools/validate_source_control_intent_bridge.py; 8 checks pass. Wires validate-source-control-intent-bridge into make validate. Closes #257
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
schemas/source-control-intent-bridge.schema.v0.1.json: AgentPlane bridge for source-control intent registration and post-execution evidence emitted bygitea-sovereign. Covers allowed, blocked, and divergence operation flows. Schema enforces:intent_status=admitted/replayedrequires non-emptyagentplane_admission_ref;runtime_ready=false(scaffold baseline at5d85ab6adoes not imply runtime readiness)pr_open(admitted with admission ref), blockedcommit_push,divergence_checkwithscaffold_mismatchevidence, and reject fixture for admitted status with empty admission reftools/validate_source_control_intent_bridge.py; 8 checks passvalidate-source-control-intent-bridgeintomake validateAgentPlane remains canonical execution admission authority;
gitea-sovereignregisters intent surfaces and consumes AgentPlane semantics — no bypass of AgentPlane admission semantics is permitted.Closes #257
Test plan
make validate-source-control-intent-bridgepasses (8/8)make validatepasses (aggregate)reject_admitted-missing-admission-ref.jsonis correctly rejected