feat: define universal familiar embodiment binding - #19
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Sage <sage@opencoven.dev>
8 tasks
There was a problem hiding this comment.
🔵 Needs a closer look
It introduces new normative profiles plus cryptographic/semantic conformance expectations across many vectors, warranting final human review for spec correctness and downstream compatibility.
Pull request overview
Adds a new normative “execution embodiment” profile to the Familiar Contract, including schemas, validator support, and a conformance-vector lane to prove cross-runtime verification behavior (direct runs, automation, Psyche-delegated).
Changes:
- Publishes/mentions the new
familiar.embodiment_binding.v1/familiar.identity_bundle.v1profiles in repo docs and spec pointers. - Introduces
familiar.embodiment_revocation.v1as an append-only, post-commit revocation event schema. - Adds an
embodiment-bindings/conformance lane (manifest + vectors + sidecars) describing semantic checks beyond JSON Schema (digest recomputation, lineage, ledger freshness, revocation ordering, privacy/retention states).
File summaries
| File | Description |
|---|---|
| validators/README.md | Documents the new validator CLI mode and signature/digest semantics for embodiment bindings. |
| tests/conformance/README.md | Describes the new embodiment-bindings/ JSON-vector conformance lane and its manifest enforcement rules. |
| tests/conformance/embodiment-bindings/README.md | Defines expected lifecycle states, ledger freshness constraints, and post-commit revocation representation for vectors. |
| tests/conformance/embodiment-bindings/manifest.json | Enumerates mandatory embodiment-binding vectors with expected pass/fail outcome and exact semantic error codes. |
| tests/conformance/embodiment-bindings/negative/11-malformed-structure.json | Adds a negative vector asserting failure on non-object binding JSON. |
| tests/conformance/embodiment-bindings/bundles/* | Adds detached historical identity bundle sidecars used to recompute digests and exercise retention/redaction/tombstone cases. |
| tests/conformance/embodiment-bindings/ledgers/* | Adds trusted-ledger sidecars used to exercise freshness, ordering, and numeric-safety constraints. |
| tests/conformance/embodiment-bindings/revocations/* | Adds post-commit revocation event sidecars (and malformed/falsy variants) to exercise append-only revocation validation. |
| SPEC.md | Adds an explicit pointer that familiar.embodiment_binding.v1 is a current normative addendum per RFC-0001 §10.2. |
| schemas/familiar-embodiment-revocation.schema.json | Defines the familiar.embodiment_revocation.v1 JSON Schema (Ed25519-authenticated, integrity-digested event). |
| README.md | Documents how to validate an embodiment binding + evidence using the reference validator. |
| CHANGELOG.md | Records the addition of embodiment binding/bundle/revocation profiles and the new conformance lane. |
Review details
- Files reviewed: 241/241 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
familiar.embodiment_binding.v1and detachedfamiliar.identity_bundle.v1schemasAuthority boundaries
The profile proves which familiar root and exact identity revision a concrete execution embodies. It does not schedule work, grant capabilities, approve protected actions, select runtimes, or author automation lifecycle state.
Verification
npm cinpm test: 7/7 directory positives, 38/38 directory negatives, 22/22 embodiment positives, 65/65 embodiment negatives, 11/11 audit vectorsnpm run validate:examplestests/conformanceread-onlyEvidence
Head:
9ffc283c268fa0e1bf9d179e8dde12bfca86fbdbCross-repository consumers remain tracked by OpenCoven/coven#857 and its downstream certification/canary issues.
Closes #17