diff options
| -rw-r--r-- | AGENTS.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |
