Skip to content

Getting Started

Install the CLI with Node.js 22 or newer:

sh
npm install --global intentloom
intentloom --help

The 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:

sh
intentloom init --dry-run
intentloom adopt --plan
intentloom doctor
intentloom sync --dry-run

Intentloom 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.