Workflow linter for Claude Code. Analyzes session transcripts, detects deterministic waste patterns, and outputs actionable fixes — CLAUDE.md patches, hook suggestions, prompting advice.
Pre-alpha — repo scaffold only. See the tech design for architecture and phasing.
pnpm install| Command | Description |
|---|---|
pnpm dev |
Run CLI in dev mode (tsx) |
pnpm build |
Bundle CLI with tsup |
pnpm test |
Run tests (vitest) |
pnpm test:watch |
Run tests in watch mode |
pnpm lint |
Check lint + format (biome) |
pnpm lint:fix |
Auto-fix lint + format |
pnpm typecheck |
Type-check without emitting |
# Analyze your Claude Code sessions
npx cclint
# Analyze a specific project
npx cclint --project my-project
# Generate CLAUDE.md patches
npx cclint --patchMIT