Skip to content
Merged
Changes from all 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
7 changes: 7 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ make test # Run tests
cd cmd/goa && go install . # Install CLI locally
```

### Releases

- For every Goa release or version bump, follow
[`.cursor/skills/goa-release/SKILL.md`](.cursor/skills/goa-release/SKILL.md).
- Do not edit `pkg/version.go` or the README version badge by hand during the standard release
workflow; `make release` owns those changes.

### Code Generation Behavior

- After modifying goa source, `goa gen` and `goa example` automatically compile and use your changes—no manual rebuild needed.
Expand Down