Important: Read and follow
AGENTS.mdfirst. It is the source of truth for project architecture, conventions, and development workflows. The instructions below are specific to Gemini CLI and supplement — not replace — those guidelines.
- Always work in a feature branch. Never commit directly to
master. - Before submitting, verify changes with existing and new tests (
go test ./...). - Propose a PR to
masterafter confirmation, using theghCLI when available.