Compliance Registry banner
Baelfyre Baelfyre

Compliance Registry

Development community

Description

--- name: compliance-registry description: "Manage and inspect the verified local Orchestra Compliance Registry cache." --- # Compliance Registry Command Use `scripts/compliance_registry.py` for deterministic registry lifecycle operations. Supported actions: - `status`: inspect the active local registry without network access - `verify`: revalidate active manifest identity and file hashes without network access - `sync`: fetch the latest non-draft, non-prerelease, **immutable** trusted release

Installation

Installs to ~/.claude/skills/baelfyre-orchestra-compliance-registry/SKILL.md

Terminal
mkdir -p ~/.claude/skills/baelfyre-orchestra-compliance-registry && curl -fsSL https://raw.githubusercontent.com/Baelfyre/Orchestra/HEAD/commands/compliance-registry.md -o ~/.claude/skills/baelfyre-orchestra-compliance-registry/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository