Getting Started
Install the CLI with Node.js 22 or newer:
npm install --global intentloom
intentloom --helpThe current stable release is 1.0.2, served by the latest dist-tag; next remains at 1.0.0. Pin the stable artifact with npm install --global intentloom@1.0.2 when reproducibility is required. See the release state for the exact npm/main boundary and the v1 support policy for compatibility guarantees.
Use a preview before writing anything:
intentloom init --dry-run
intentloom adopt --plan
intentloom doctor
intentloom sync --dry-runIntentloom supports Claude Code, Codex, Cursor, and GitHub Copilot. It runs offline-first, sends no telemetry, and preserves project-owned files by reporting conflicts instead of overwriting them.
The unreleased source catalog also contains curated task routing, feature discovery, verification, and external-extension review skills. See Curated Engineering Skills and confirm the published artifact boundary before relying on them outside a source checkout.