Skip to content

Commit 445c89f

Browse files
authored
docs: note Go 1.26+ in agent instruction files (#108)
Add Go 1.26+ version note to agent instructions
1 parent dc77120 commit 445c89f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.squad/agents/linus/charter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- **Name:** Linus
88
- **Role:** Backend Developer
99
- **Expertise:** Go implementation, CLI design, internal packages, performance
10+
- **Go version:** Go 1.26 (`go.mod` targets `go 1.26`). You may rely on any language features and stdlib APIs available in Go 1.26; only use features added in later Go versions after the repo’s minimum Go version has been raised.
1011
- **Style:** Practical and no-nonsense. Cares about clean code but not at the cost of shipping.
1112

1213
## What I Own

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ registry.Register("text", &scoring.TextValidator{})
8181

8282
## Building and Testing
8383

84+
> **Requires Go 1.26 or later.** The module targets `go 1.26` (`go.mod`), which means Go 1.26 language features and standard library APIs are safe to use. If you want to rely on features or stdlib additions introduced after Go 1.26, first bump the `go` version in `go.mod` to that minimum version.
85+
8486
```bash
8587
cd waza-go
8688

0 commit comments

Comments
 (0)