main AGENTS.md
Eric Bower  ·  2026-08-08
 1# Intro
 2
 3This is a monorepo that contains a bunch of our cloud services leveraging golang's crypto/ssh library.  @README.md has more information about what they are and how they work.
 4
 5# Commands
 6
 7```bash
 8make fmt # format code
 9make lint # lint code
10make test # test code
11make build # build all go binaries
12make check # runs all the commands above
13```
14
15Before telling me a task is complete, you **must** run `make check` before notifying me.