docs: propose embodied action evidence profile#339
Open
carloshvp wants to merge 1 commit into
Open
Conversation
Member
Author
|
Ready for review. This is docs-only and scoped to evidence semantics for the Embodied Action Evidence Profile. It does not change the audit schema or runtime behavior, and it does not claim physical completion, controller safety, or functional-safety certification. Current validation:
Note: I attempted |
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
Refs #337.
Adds a draft v0.1 Embodied Action Evidence Profile for physical-action traces. The profile is intentionally docs-only in this first PR: it defines a producer/verifier convention on top of the existing
external_execution_evidenceenvelope without changing the audit schema or runtime behavior.What changed
docs/spec/embodied-action-evidence.mdwith a concrete profile for embodied-action evidence.external_execution_evidenceenvelope, and detached embodied-action payload.linked_call_idbound to the cMCP audit entrycall_idand separates it from controller-nativeaction_refvalues.action_refcomputation, receipt state classifications, Agent Manifest identity comparisons, verifier flow, and explicit non-goals.Validation
git diff --checkdocs/spec/embodied-action-evidence.mduv run --with-requirements requirements-docs.txt mkdocs build --strict, but the current repo MkDocs config fails before page rendering becausedocs_dir: .is rejected by current MkDocs as the parent directory of the config file. This appears unrelated to this PR.Notes for review
This PR does not claim physical completion, controller safety, or functional-safety certification. It only scopes the evidence semantics needed to bind a physical-action request, governance decision, controller handoff, and optional downstream receipt into the existing cMCP audit model.