一键导入
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