Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .squad/agents/linus/charter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- **Name:** Linus
- **Role:** Backend Developer
- **Expertise:** Go implementation, CLI design, internal packages, performance
- **Go version:** Go 1.26+ (`go.mod` targets `go 1.26`). Use Go 1.26+ language features and stdlib additions freely — they are available.
Comment thread
richardpark-msft marked this conversation as resolved.
Outdated
- **Style:** Practical and no-nonsense. Cares about clean code but not at the cost of shipping.

## What I Own
Expand Down
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ registry.Register("text", &scoring.TextValidator{})

## Building and Testing

> **Requires Go 1.26 or later.** The module targets `go 1.26` (`go.mod`), so all Go 1.26+ language features and standard library additions are available and encouraged — use them freely.
Comment thread
richardpark-msft marked this conversation as resolved.
Outdated

```bash
cd waza-go

Expand Down
Loading