Reconstruct APM CLI - Install commands for AI coding assistants (Cursor, Claude Code, Windsurf, Roo Code)
npm install reconstruct-cliReconstruct APM CLI - Install commands for AI coding assistants.
``bash`
npm install -g reconstruct-cli
`bash`
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
`bash
reconstruct init [options]
Options:
--assistant
--template-version
--mode
-h, --help Display help
-V, --version Display version
`
Initialize with auto-detection:
`bash`
reconstruct init
Initialize for specific assistant:
`bash`
reconstruct init --assistant cursor
reconstruct init --assistant claude
reconstruct init --assistant windsurf
reconstruct init --assistant roo
Project-based installation:
`bash`
reconstruct init --mode project
Use specific template version:
`bash``
reconstruct init --template-version v1.0.0