π ContextPilot v0.1.0
Make every AI tool understand your codebase.
Features
contextpilot initβ Analyze codebase and generate context filescontextpilot syncβ Update context files after code changescontextpilot decisionβ Log architectural decisionscontextpilot scoreβ Check context quality scorecontextpilot save/resumeβ Session managementcontextpilot mcpβ MCP server for AI tool integration
Supported AI Tools
| Tool | Context File |
|---|---|
| Cursor | .cursorrules |
| Claude Code | CLAUDE.md |
| GitHub Copilot | .github/copilot-instructions.md |
| OpenClaw | CLAUDE.md |
| Windsurf | MCP server |
Installation
# Quick install
curl -fsSL https://raw.githubusercontent.com/contextpilot-dev/contextpilot/main/scripts/install.sh | sh
# Homebrew
brew tap contextpilot-dev/tap && brew install contextpilot
# Go
go install github.com/contextpilot-dev/contextpilot@latestQuick Start
cd your-project
contextpilot initπ Documentation | π Website