feat: add framework-neutral execution contract v1 - #5
Open
ndrorchestration wants to merge 18 commits into
Open
ndrorchestration wants to merge 18 commits into
ndrorchestration wants to merge 18 commits into
Conversation
This was referenced Sep 16, 2026
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
Adds the first ACP-native implementation of the framework-neutral cross-runtime execution/trace contract defined in the September architecture work.
Implemented
agent-control-plane.execution.v1schema identity;Zserialization plus monotonic event ordering value;to_dict()serialization and validatedExecutionEvent.from_dict()round-trip;ProvenanceEventinto the new contract when the caller supplies missing execution/trace/component context;unspecifiedstatus when legacy provenance has no state;Compatibility
Task,ControlPlane, budgets, policy behavior, and root public imports are unchanged.agent-control-plane.provenance.v1remains unchanged and process-local.TDD / verification evidence
Implementation used explicit RED → GREEN cycles. Representative RED evidence includes missing contract module/types, missing mapper, missing round-trip constructor, and review-discovered nested-type validation failures. The review regression at
00538b772356f0b4c2884a281015696696e2db13produced exactly 6 intended failures with 58 other tests passing.Final exact implementation head:
07a09698ca66e8837d04e6ec05b4de3448eced04.Push workflow run
34909375428completed SUCCESS on that exact head across Python 3.10, 3.11, 3.12, 3.13, and 3.14.Evidence ceiling
This PR can support the claim that ACP implements and tests a versioned framework-neutral execution/trace contract for its native representation under the tested conditions.
It does not establish:
Cross-runtime portability remains NOT ESTABLISHED.
Base lineage:
dbab7c1afafec524ce7c18157de2089cafe79c87.