@deviq/symphony-skills
v0.1.7
Published
Bootstrap CLI for downloading and installing Symphony skills from protected Azure Blob Storage.
Readme
@deviq/symphony-skills
Public bootstrap CLI for Symphony skill installation.
Usage
npx @deviq/symphony-skillsThe package authenticates with Microsoft Entra ID, downloads the protected installer manifest and payload from Azure Blob Storage, and installs the selected Symphony assets into repository and/or global agent locations.
No user environment-variable setup is required. The published package carries its installer defaults from the source-controlled package .env.
The installer tenant, client, and manifest URL are fixed by the published package and are not user-overridable.
Optional environment
CODEX_HOME: optional override for Codex global installs.
Development
bun install
bun run build
bun test