A local-first, AI-augmented Git analytics tool for developers.
Git Compass is a modular monorepo designed to help developers and teams understand their codebases through deep Git history analysis.
- git-compass: The primary command-line interface.
- @git-compass/core: The functional analytics engine.
- tooling: Shared configurations for ESLint, TypeScript, and Vitest.
pnpm install
pnpm build
# Run analysis on the current repo
node packages/cli/dist/bin/git-compass.js analyzeFor more details, see the Getting Started guide.