Release Notes
Added
ossctl skill installdual-homes into pi.dev. A newpiruntime writes each bundled
SKILL.mdinto~/.pi/agent/skills/<name>/(discovered by the pi.dev harness as/skill:<name>),
and--agentgainspi(narrow to pi.dev only) and folds pi.dev intoall
(pidev-dual-home-skills).
Changed
- BEHAVIOR:
ossctl skill installnow dual-homes by default. With--agentomitted the installer
writes each skill into both~/.claude/skills(Claude Code) and~/.pi/agent/skills
(pi.dev) — previously it wrote Claude only. Pass--agent claudeto restore the old single-home
behavior;--agent pi/codexnarrow to one runtime;--agent alltargets every known runtime. The
--jsoninstalled[]object shape is unchanged (additive), but the default now emits two rows and
writes two targets where it emitted/wrote one — automation that assumed Claude-only or a fixed row
count should pin--agent claude(pidev-dual-home-skills).
Install ossctl 0.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jarimustonen/ossctl/releases/download/v0.4.0/ossctl-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/jarimustonen/ossctl/releases/download/v0.4.0/ossctl-installer.ps1 | iex"Download ossctl 0.4.0
| File | Platform | Checksum |
|---|---|---|
| ossctl-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| ossctl-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| ossctl-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| ossctl-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo jarimustonen/ossctlYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>