Corvus runtime metadata

Official plugin distribution endpoints

This host serves machine-readable metadata used by the Corvus runtime to discover and verify plugins.

Endpoints

Catalog /catalog.json

Revocations /revocations.json

Immutable artifact /artifacts/memory.surreal.graphs/0.1.0/memory.surreal.graphs.wasm

Immutable manifest /artifacts/memory.surreal.graphs/0.1.0/plugin-manifest.json

Runtime defaults point to these URLs and treat them as official metadata sources.

The artifact and manifest paths below are immutable versioned examples. For the latest release metadata, always use /catalog.json.

Quick validation

Use these commands after deployment:

curl -fsSL https://corvus.profiletailors.com/catalog.json

curl -fsSL https://corvus.profiletailors.com/revocations.json

curl -fsSL https://corvus.profiletailors.com/artifacts/memory.surreal.graphs/0.1.0/memory.surreal.graphs.wasm -o memory.surreal.graphs.wasm

curl -fsSL https://corvus.profiletailors.com/artifacts/memory.surreal.graphs/0.1.0/plugin-manifest.json