issue-spec 0.0.0-main.1785657647+ga87547a1d158
Channel: rolling (mutable rolling release from main; every complete publication replaces the visible Release and its assets, refreshing the published time)
Source revision: a87547a
Download the installer with curl; do not pipe it into a shell. The installer uses curl to download manifest.json, SHA256SUMS, and the archive for this release, verifies all three, then atomically replaces the binary.
curl -fL --output install.sh https://github.com/higress-group/issue-spec/releases/latest/download/install.sh
chmod +x install.sh
./install.sh --latest
"$HOME/.local/bin/issue-spec" version --json
"$HOME/.local/bin/issue-spec" requirements setup --server https://issue-spec.example.comcurl.exe -fL --output install.ps1 "https://github.com/higress-group/issue-spec/releases/latest/download/install.ps1"
.\install.ps1 -Latest
$IssueSpec = Join-Path $env:LOCALAPPDATA "issue-spec\bin\issue-spec.exe"
& $IssueSpec version --json
& $IssueSpec requirements setup --server https://issue-spec.example.comBoth installers verify the selected archive against manifest.json and SHA256SUMS before replacing an existing binary.
Standalone requirements skill: https://github.com/higress-group/issue-spec/releases/latest/download/issue-spec-requirements.zip
Give that Release URL to the target agent and let it install the skill with its native mechanism. The archive contains no server, repository, agent path, or credential.