feat(examples): RAS Crew did:trail PoC registry + resolver#14
Merged
chrishooooo-netizen merged 1 commit intomainfrom Apr 21, 2026
Merged
feat(examples): RAS Crew did:trail PoC registry + resolver#14chrishooooo-netizen merged 1 commit intomainfrom
chrishooooo-netizen merged 1 commit intomainfrom
Conversation
…ages First production-style reference for did:trail v1: 1 org + 5 agent DID Documents for the Rocking.AI.Sales AI Sales Crew, signed with an ed25519 test key (clearly marked POC-KEY-NOT-FOR-PRODUCTION). - examples/ras-crew-registry.json: 6 DID Documents, each with required TrailRegistryService endpoint per spec section 3.3.1, trail-hash per section 4.5.2, Ed25519Signature2020 over canonical JSON. - examples/js/ras-crew-poc/build-registry.js: deterministic builder. - examples/js/ras-crew-poc/build-verify-pages.js: zero-dep generator for the static verify endpoint on trailprotocol.org/verify/ras-crew/. - examples/js/resolve-ras-crew.js: local resolver, verifies registry signature + trail-hash, --list and --test modes (positive + negative). Builds on PR #13 (Trust Anchor Model). Demonstrates the spec live in a real deployment and answers the W3C CCG thread (Apr 2026) on what an agent identity layer looks like in practice. Co-Architect: Amey Parle <[email protected]>
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
First production-style reference for did:trail v1: 1 org + 5 agent DID Documents for the Rocking.AI.Sales AI Sales Crew, signed with an ed25519 test key (POC-KEY-NOT-FOR-PRODUCTION).
Context
Test plan
Co-Architect: @AmeyParle