Skip to content

v4.12.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 07:32
· 38 commits to main since this release

[4.12.0] - 2026-08-30

Features

  • enforce the no-client-repo-writes invariant: drop the team.json mirror and --enforce, report legacy crew files instead of touching them (v4.12.0) (#637)

Installation

One-paste (no npm needed)

Paste this into Claude Code (or any AI agent):

curl -sSL https://raw.githubusercontent.com/prjct-app/cli/main/scripts/install-standalone.sh | bash

The script downloads the standalone binary for your platform
from this release — no Node, no npm, no Bun required at install time.

Package manager (fallback)

bun install -g prjct-cli@4.12.0
# or
npm install -g prjct-cli@4.12.0

View on npm