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, etc.)
--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 versionDevelopment
# Install dependencies
npm install
# Build TypeScript
npm run build
# Run locally
node dist/cli/index.js initSupported Assistants
- Cursor -
.cursor/commandsand.cursor/rules - Claude Code -
.claude/commandsand.claude/rules - GitHub Copilot -
.github/promptsand.github/rules - Windsurf -
.windsurf/workflowsand.windsurf/rules - Roo Code -
.roo/commandsand.roo/rules
License
MIT