Repository for Agent Plane recipes and the remote catalog (index.json + index.json.sig).
index.json
index.json.sig
schemas/
recipes/
scripts/
Run the release build locally:
node scripts/build-release.ts --tag v0.1.0This creates dist/*.tar.gz, updates index.json, and writes checksums.
The catalog must be signed. Generate index.json.sig after updating index.json:
node scripts/sign-index.ts --key /path/to/private-key.pem