• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

archetech / archon / 28623026323
92%

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 09:37PM UTC
Jobs 1
Files 51
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Jul 2026 09:34PM UTC coverage: 91.514%. Remained the same
28623026323

push

github

web-flow
feat(gatekeeper): conformant DID resolution + dereferencing at /1.0/identifiers (#676)

* feat(gatekeeper): dereference did:cid data via /1.0/identifiers/:did/data

Add a standards-conformant DID URL dereferencing endpoint for the
did:cid method-specific data resource (the DID URL did:cid:<cid>/data),
served under the Universal Resolver driver convention
/1.0/identifiers/:did on a dedicated router.

Because did:cid is content-addressed, the resource is retrieved by
content rather than an external location. The endpoint reshapes the
existing resolveDID() output at the route layer — no gatekeeper.ts
change — and returns the data resource itself (empty object for agent
DIDs) rather than the resolution triple. Honors versionTime,
versionSequence, confirm, and verify, mirroring the resolve route;
maps invalidDid to 400 and notFound to 404.

The internal /api/v1/did/:did family is left untouched for backwards
compatibility. Also normalizes /identifiers/:did for metrics labeling
and regenerates the Gatekeeper OpenAPI spec.

Implements #671. Refs #672, #673.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* refactor(gatekeeper): drop non-standard confirm/verify params from dereference endpoint

confirm and verify are not DID Core DID-URL parameters, so they don't
belong on the conformant /1.0/identifiers surface. Hard-code the
underlying resolveDID call to { confirm: true, verify: true } so the
endpoint always returns confirmed, cryptographically verified state:
verify rejects operations with invalid signatures, and confirm returns
the settled state (the create event is always confirmed, so freshly
created DIDs still dereference; only pending updates are withheld).

Callers needing raw or unconfirmed state continue to use the internal
/api/v1/did/:did endpoint. Regenerates the OpenAPI spec accordingly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* feat(gatekeeper): add conformant resolve + registration derefer... (continued)

2787 of 3292 branches covered (84.66%)

Branch coverage included in aggregate %.

5797 of 6088 relevant lines covered (95.22%)

889.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28623026323.1 02 Jul 2026 09:37PM UTC 102
92.95
GitHub Action Run
Source Files on build 28623026323
  • Tree
  • List 51
  • Changed 47
  • Source Changed 0
  • Coverage Changed 47
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28623026323
  • 29351f11 on github
  • Prev Build on main (#28545266810)
  • Next Build on main (#28629468079)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc