Commit a139e53
Eric Bower
·
2026-08-17 10:55:39 -0400 EDT
parent 914d385
docs: agent
1 files changed,
+2,
-14
+2,
-14
1@@ -1,15 +1,3 @@
2-# Intro
3+This is a monorepo that contains a bunch of our cloud services leveraging golang's `crypto/ssh` library.
4
5-This 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.
6-
7-# Commands
8-
9-```bash
10-make fmt # format code
11-make lint # lint code
12-make test # test code
13-make build # build all go binaries
14-make check # runs all the commands above
15-```
16-
17-Before telling me a task is complete, you **must** run `make check` before notifying me.
18+Before marking a task as complete, you **must** run `make check` before notifying me.