Skip to content
Merged
Show file tree
Hide file tree
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 .ai/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ stopping.

## Rules for Code Changes

### House Go style

`.ai/how-we-write-go.md` holds the conventions this repository writes Go by: doc comments, inline comments, whitespace
and line breaking, naming, interface design, error wrapping, where code lives, and the order of declarations within a
file. Read it before writing or reviewing Go. Claude Code loads the same content as the `how-we-write-go` skill,
generated by `make ai-instructions`.

### Evaluate review feedback critically

When tasked with addressing review comments (PR reviews, Copilot suggestions), evaluate each comment against the actual
Expand Down
Loading
Loading