spec: add identity.yaml — cryptographic agent identity (Ed25519)#76
Open
vystartasv wants to merge 1 commit intoopen-gitagent:mainfrom
Open
spec: add identity.yaml — cryptographic agent identity (Ed25519)#76vystartasv wants to merge 1 commit intoopen-gitagent:mainfrom
vystartasv wants to merge 1 commit intoopen-gitagent:mainfrom
Conversation
Implements the identity layer proposed in open-gitagent#70: - New identy.yaml optional file convention for agent repos - JSON Schema (spec/schemas/identity.schema.json) - SPECIFICATION.md section 3a with field spec, example, semantics - Directory structure updated Schema maps 1:1 to Works With Agents Identity Protocol (L2, CC BY 4.0): https://workswithagents.dev/specs/identity.md Fully optional. Agents without identity.yaml continue working. Production/regulated deployments get Ed25519 key binding with signing, verification, delegation, and revocation semantics.
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.
Closes #70
What
Adds an optional
identity.yamlfile convention for verifiable agent identity via Ed25519 keypairs.Changes
spec/schemas/identity.schema.json— JSON Schema for identity.yaml (new)spec/SPECIFICATION.md— Section 3a added with field spec, example, and runtime semanticsSchema (subset)
Alignment with #70
#70 proposed Ed25519 key binding + passport_uri + key_fingerprint. This PR implements all three plus optional DID, hardware binding, and owner identity from the reference standard.
Reference Standard
The schema implements the Works With Agents Identity Protocol (v1.0.0-draft, CC BY 4.0). All identity.yaml fields map 1:1 to the Identity Protocol — gitagent identity.yaml is a compatible subset.
Design decisions
Tested
Schema validates against JSON Schema draft 2020-12. Manual test: identity.yaml conforms to identity.schema.json.