ワンクリックで
project-install-local-release-binaries
Build release binaries and install them into ~/.local/nils-cli/bin.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build release binaries and install them into ~/.local/nils-cli/bin.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Bump CLI versions, tag a release, and bump the homebrew-tap formula end-to-end.
Run the full nils-cli CI/parity checks from DEVELOPMENT.md.
Fix a dependabot bump PR whose CI fails because THIRD_PARTY_LICENSES.md / THIRD_PARTY_NOTICES.md drifted, then wait for CI green and merge.
Find and implement high-value test/stability/shared-foundation refactors across crates, then deliver through the current GitHub PR workflow.
Plan and implement new CLI crates by following repository standards for parity, JSON contracts, and publish readiness.
Publish one, many, or all workspace crates to crates.io through GitHub workflow dispatch with run reporting.
| name | project-install-local-release-binaries |
| description | Build release binaries and install them into ~/.local/nils-cli/bin. |
Prereqs:
nils-cli git work tree (the script resolves the repo root via git).cargo and a Rust toolchain available on PATH.install available on PATH.Inputs:
--prefix PATH (default: ~/.local/nils-cli/bin)--bin NAME (repeatable)--skip-buildOutputs:
--skip-build) using
explicit cargo build --release --bin <name> arguments for the same bin list
that will be installed.bin targets (auto-discovered via scripts/workspace-bins.sh)Exit codes:
0: install succeeded1: build/install failed2: usage error (invalid arguments) or missing prerequisitesscripts/install-local-release-binaries.sh