Context layer and memory system for AI coding agents like Claude Code and Gemini CLI. Current stable version is 2.40.0, released on an active cadence with frequent updates. Key differentiators: durable project memory that persists across sessions, five named quality workflows (review, qa, security, investigate, ship) that write findings back to memory, and automatic package manager detection for installation to avoid parallel installs. Supports npm, pnpm, bun, yarn, and standalone binary via curl script. Requires Node >=22.5.0 or Bun >=1.0.0.
npm install prjct-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates installation via standalone binary, verification, setup, sync, running the review workflow, and updating prjct-cli.
Upgrade Node.js to >=22.5.0 or use Bun >=1.0.0.
Use the detection-first install prompt or standalone binary to avoid duplicates. Run `prjct update --no-cleanup` to see existing installs, then manually clean up.
Manually copy and run the curl command in your terminal outside of Claude Code.
Run `prjct update` to migrate to npm/pnpm/bun/yarn automatically.
Ensure the original package manager (npm, pnpm, bun, yarn) remains available and in PATH.
Install via the standalone binary or package manager. Ensure the installation directory (~/.local/bin) is in PATH.
Upgrade Node.js to >=22.5.0 or use Bun.
Run `prjct update` to consolidate installs, or manually check PATH order and remove the older install.
No dependency data recorded yet.