Registry / devops / prjct-cli

prjct-cli

JSON →
library2.40.0jsnpmunverified

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-cli
INSTALL
IMPORT
SIG · PRJCT-CLI
P
prjct-cli
devopsjavascriptv2.40.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import prjct from 'prjct-cli'
const prjct = require('prjct-cli')
CLI tool intended to be run as binary, not imported as library. Module export may not exist.
cli
npx prjct [command] or use global install
import { cli } from 'prjct-cli'
prjct-cli is a CLI tool, not a library. Use via command line or programmatic exec.
update
prjct update
import { update } from 'prjct-cli'
Update command is part of the CLI, not a function export.

Demonstrates installation via standalone binary, verification, setup, sync, running the review workflow, and updating prjct-cli.

# Install via Claude Code prompt (paste into Claude) # Or use standalone binary: curl -sSL https://raw.githubusercontent.com/jlopezlira/prjct-cli/main/scripts/install-via-claude.sh | bash # Verify installation prjct -v # Run setup prjct setup # Sync current repository prjct sync # Run a quality workflow prjct review # Update to latest version prjct update
Debug
Known issues
breakingNode.js version <22.5.0 is not supported. The CLI will fail to run.
fix
Upgrade Node.js to >=22.5.0 or use Bun >=1.0.0.
affects: >=0.0.0
gotchaParallel installs via different package managers can cause confusion: the first one in PATH wins.
fix
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.
affects: >=0.0.0
gotchaThe curl bash install script is blocked by Claude Code's safety harness. Must be run in a separate terminal.
fix
Manually copy and run the curl command in your terminal outside of Claude Code.
affects: >=0.0.0
deprecatedHomebrew installs are migrated to the detected package manager during `prjct update`. The brew install method is discouraged.
fix
Run `prjct update` to migrate to npm/pnpm/bun/yarn automatically.
affects: >=2.0.0
breakingIf the package manager used to install prjct-cli is not in PATH, update and setup commands may fail.
fix
Ensure the original package manager (npm, pnpm, bun, yarn) remains available and in PATH.
affects: >=0.0.0
Errors
Common errors & fixes
command not found: prjct
prjct-cli is not installed or not on PATH.
fix
Install via the standalone binary or package manager. Ensure the installation directory (~/.local/bin) is in PATH.
Error: Node.js version 18.x.x is not supported. Please use Node.js >=22.5.0 or Bun >=1.0.0.
Unsupported Node.js version.
fix
Upgrade Node.js to >=22.5.0 or use Bun.
prjct -v shows an older version after upgrade
Parallel install from another package manager is shadowing the updated version.
fix
Run `prjct update` to consolidate installs, or manually check PATH order and remove the older install.
Upgrade
Version history
2.40.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
prjct-cli — npm install prjct-cli · libregistry