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-cliUsage
Initialize Reconstruct in your workspace
reconstruct initThis 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 versionExamples
Initialize with auto-detection:
reconstruct initInitialize for specific assistant:
reconstruct init --assistant cursor
reconstruct init --assistant claude
reconstruct init --assistant windsurf
reconstruct init --assistant rooProject-based installation:
reconstruct init --mode projectUse specific template version:
reconstruct init --template-version v1.0.0