원클릭으로
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