summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AGENTS.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 5614e44..2f54cd2 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -36,6 +36,10 @@ mage clean
./tasksamurai --disco
```
+## Coding best practices
+
+Follow the coding best practices for Go projects as per ~/git/conf/snippets/go/go-projects/gogios.md
+
## Architecture
### Core Components
@@ -102,4 +106,4 @@ go test ./internal/ui/
5. **Configuration**: User preferences like browser command and debug logging are passed via command-line flags, not configuration files.
-6. **Hotkeys**: Extensive hotkey system defined in `internal/ui/input.go`. See README.md for complete reference. \ No newline at end of file
+6. **Hotkeys**: Extensive hotkey system defined in `internal/ui/input.go`. See README.md for complete reference.