From 6d3db74bf4f28b41dda407f0c5a768d155fb78fd Mon Sep 17 00:00:00 2001 From: charles Date: Wed, 1 Apr 2026 00:24:22 -0700 Subject: [PATCH] add: styleguide and updated agents --- .gitmodules | 3 +++ AGENTS.md | 3 +++ styleguide | 1 + 3 files changed, 7 insertions(+) create mode 100644 .gitmodules create mode 160000 styleguide diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..67b3c45 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "styleguide"] + path = styleguide + url = https://github.com/google/styleguide.git diff --git a/AGENTS.md b/AGENTS.md index 3a00a12..30b30ae 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -13,6 +13,9 @@ Before committing changes, run `make test`. The tests must pass. ## Backend/Golang +Read the style guide, it can be found at styleguide/go/. +Make sure the git submodules are loaded. + Do not alter go.mod directly, instead, use the CLI tools `go mod tidy`, `go mod init`, and so forth. diff --git a/styleguide b/styleguide new file mode 160000 index 0000000..c098353 --- /dev/null +++ b/styleguide @@ -0,0 +1 @@ +Subproject commit c098353acb6d8ee2dcf995e2e2ae67cf35afe30d