Skip to content

feat(examples): RAS Crew did:trail PoC registry + resolver#14

Merged
chrishooooo-netizen merged 1 commit intomainfrom
feature/ras-crew-poc-registry
Apr 21, 2026
Merged

feat(examples): RAS Crew did:trail PoC registry + resolver#14
chrishooooo-netizen merged 1 commit intomainfrom
feature/ras-crew-poc-registry

Conversation

@chrishooooo-netizen
Copy link
Copy Markdown
Contributor

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).

  • Registry (`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.
  • Builder (`examples/js/ras-crew-poc/build-registry.js`): deterministic, zero-dep.
  • Verify-page generator (`examples/js/ras-crew-poc/build-verify-pages.js`): static HTML for trailprotocol.org/verify/ras-crew/.
  • Resolver (`examples/js/resolve-ras-crew.js`): verifies registry signature + trail-hash, `--list` and `--test` modes (positive + negative). Test result: 9 passed, 0 failed.

Context

Test plan

  • `node examples/js/resolve-ras-crew.js --test` → 9/9 pass
  • All 6 DID Documents include `TrailRegistryService` endpoint (section 3.3.1)
  • trail-hash verified against spec section 4.5.2
  • Tampered registry rejected
  • Verify pages deployed to trailprotocol.org/verify/ras-crew/

Co-Architect: @AmeyParle

…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]>
@chrishooooo-netizen chrishooooo-netizen merged commit 57c6063 into main Apr 21, 2026
3 checks passed
@chrishooooo-netizen chrishooooo-netizen deleted the feature/ras-crew-poc-registry branch April 21, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant