Installing entries

Resolve, verify, install — in one command.

Basic install

reggie install agent/web-research

Resolves to the latest version and installs into ./agents/web-research.

Pin a version

reggie install agent/web-research@3.4.0

Pin a specific publisher

reggie install l1fe/agent/web-research@3.4.0

The <namespace>/<kind>/<name>[@<version>] form is short for the full DID did:oas:<namespace>:<kind>:<name>[@<version>].

What happens under the hood

  1. CLI sends GET /v1/entries/<did> to your home registry.
  2. On miss, the registry cascades local shard → regional cluster → global anchor.
  3. Reggie verifies signatures, lineage, bond, and attestations locally.
  4. Bytes are pulled from the Weave DHT (or cached if previously installed).
  5. SHA-256 of received bytes is compared against the Sigil-anchored hash.
  6. If everything passes, files are extracted to the destination.

Custom destination

reggie install agent/web-research --out ./vendor/web-research