@alucify/cli
v0.6.4
Published
Alucify CLI — analyze specs and code, track implementation progress, integrate with Claude Code
Maintainers
Readme
Alucify CLI
Command-line interface for analyzing codebases, processing spec artifacts, tracking implementation progress, and integrating with Claude Code.
Quick Start
npx @alucify/cli analyze-code # Index codebase (free, no LLM)
npx @alucify/cli add-spec requirements.pdf # Add a spec document
npx @alucify/cli analyze-specs # Analyze specs vs code
npx @alucify/cli enable # Full Claude Code integration
npx @alucify/cli status # View implementation progressOr install globally:
npm install -g @alucify/cli
alucify analyze-codeDocumentation
See the full CLI Reference for all commands, options, and workflows.
Related
- Alucify VS Code Extension — Full UI with dashboard, visualizer, and chat
@alucify/mcp— MCP server for read-only appgraph access in Claude Code
