JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35
  • Score
    100M100P100Q87055F
  • License MIT

Reconstruct APM CLI - Install commands for AI coding assistants (Cursor, Claude Code, Windsurf, Roo Code)

Package Exports

  • reconstruct-cli
  • reconstruct-cli/dist/cli/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (reconstruct-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Reconstruct CLI

Reconstruct APM CLI - Install commands for AI coding assistants.

Installation

npm install -g reconstruct-cli

Usage

Initialize Reconstruct in your workspace

reconstruct init

This command will:

  • Auto-detect your AI coding assistant (Cursor, Claude Code, etc.)
  • Prompt for installation mode (global or project-based)
  • Validate or set up MCP (Model Context Protocol) connection
  • Download and install Reconstruct commands and rules

Command Options

reconstruct init [options]

Options:
  --assistant <name>        Specify AI assistant (cursor, claude, windsurf, roo)
  --template-version <ver>  Use specific template version (default: latest)
  --mode <global|project>   Installation mode: global or project-based
  -h, --help                Display help
  -V, --version             Display version

Examples

Initialize with auto-detection:

reconstruct init

Initialize for specific assistant:

reconstruct init --assistant cursor
reconstruct init --assistant claude
reconstruct init --assistant windsurf
reconstruct init --assistant roo

Project-based installation:

reconstruct init --mode project

Use specific template version:

reconstruct init --template-version v1.0.0