@sandrisesf/guideai
v0.1.0
Published
AI-powered developer tooling and task orchestration CLI
Maintainers
Readme
GuideAI CLI
AI-powered developer tooling and task orchestration.
Installation
npm install -g @sandrisesf/guideaiThis npm package is a wrapper that manages the Python-based GuideAI CLI. Python 3.10+ is required and will be detected automatically.
Prerequisites
- Node.js 18+ (for the npm wrapper)
- Python 3.10+ (for GuideAI itself)
The wrapper will automatically install the Python package on first use if not already present.
Usage
# Initialize a new project
guideai init
# Check installation health
guideai doctor
# Start the MCP server for VS Code/Cursor integration
guideai mcp-server
# Show help
guideai --helpVS Code / Cursor Integration
Add to your VS Code settings.json:
{
"github.copilot.chat.mcpServers": {
"guideai": {
"command": "guideai",
"args": ["mcp-server"]
}
}
}Alternative Installation Methods
pip (Python)
pip install guideaiHomebrew (macOS)
Requires a published tap repository (for example SandRiseStudio/homebrew-guideai; see packages/homebrew/README.md).
brew tap sandrisestudio/guideai
brew install guideaiConfiguration
Configuration is stored in YAML format:
~/.guideai/config.yaml- User-level configuration.guideai/config.yaml- Project-level configuration
Run guideai init to create a configuration file interactively.
Links
License
Apache-2.0
