# AGENTS.md

A Commander for modern Go CLI interactions

## Setup

```
go mod download
```

## Commands

```
make default
make fmt
make lint           # lint
make test           # run the test suite, must pass before any commit
make richtest
make install_deps
```

## Layout

- `doc/` 11 source files

## Conventions

- Tests live alongside the code they cover, following `active_help_test.go`.
- CI defines what passing means. See `.github/workflows/labeler.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `completions_test.go` is 116KB. It will not fit comfortably in context, so read it in parts.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
