Codebase-specific evals, context, and review for AI coding agents.
# Initialize evalbuff in your project
evalbuff init
# Get context before starting a task
evalbuff context "add user authentication"
# Review your changes
evalbuff review "added JWT auth to API routes"| Command | Description |
|---|---|
evalbuff init |
Initialize evalbuff in a project |
evalbuff context <prompt> |
Get relevant files, knowledge, and gotchas |
evalbuff review [prompt] |
Review code changes with structured feedback |
evalbuff login |
Authenticate with evalbuff |
evalbuff logout |
Clear stored credentials |
From the monorepo root:
bun install
bun --cwd evalbuff/cli run dev -- --helpSee PHASE-1-SPEC.md for the full specification.