gh-agent-viz

Developer Workflow

Use the Makefile for the fastest local loop.

Daily commands

make build
make test
make smoke

Full validation (CI-like)

make ci

Useful extras

make test-race
make coverage
make fmt
make lint
make clean

Why this exists