docs(standards): portable signed records evidence primitive#877
Merged
Conversation
Add a neutral, standards-facing reference that defines the portable signed interaction record: the frozen receipt wire format, the compact JWS container, Ed25519 signatures with OKP JWK keys, RFC 8785 JCS canonicalization, SHA-256 digests, offline verification, carriers, and an explicit non-goals boundary. References cite the relevant RFCs and version-pinned facts from this repository, and point to the crosswalk for the per-context mapping. Docs-only: no example, package, schema, registry, type, wire, signing, public API, or release change. Plain ASCII, LF, no hidden characters.
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 a neutral, standards-facing reference that defines the portable signed interaction record as an evidence
primitive: a single docs-only file,
docs/standards/portable-signed-records-evidence-primitive.md. It states therecord format and its properties as facts drawn from this repository, and points to the crosswalk for the
per-context mapping.
Scope
Docs-only. No example, package, schema, registry, type URI, wire format, signing, public API, or release-state
change; no
build_targetschange (adocs/standards/*.mdfile is not a build target). Every relative linkresolves on disk.
What it contains
with OKP JWK keys, RFC 8785 JCS canonicalization, SHA-256 self-describing digests, and offline verification.
statement, so the primitive is not mistaken for a governance, policy, payment, identity, orchestration, or
monitoring layer.
_meta, A2A metadata, with thereceipt_ref = sha256(receipt_jws)binding), and a composition section that points each context at its existing PEAC example or recipe and at the
crosswalk.
from
docs/releases/facts.jsonandspecs/kernel/registries.json.Boundaries
The document is descriptive and neutral. It makes no compliance, certification, endorsement, adoption,
partnership, or conformance claim. Standards and RFCs are cited only as primary references.
Validation
(verified).
main.re-read from the repository.
entry-links-doc-truth, public-artifact, and planning-leak checks pass;pnpm lint(0 errors),pnpm typecheck:core, doc-truth, and final-hygiene pass;git diff --checkclean.