Skip to content
Merged
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
- Run `make tidy` after any `go.mod` changes
- Add the current year into the copyright header of new `.go` files
- Ensure no trailing whitespace in edited files
- Preserve existing code comments, do not remove or rewrite comments that are still relevant
- Keep diffs minimal and focused on the task at hand, avoid unrelated refactors or reformatting
Comment thread
silverwind marked this conversation as resolved.
Outdated
- In TypeScript, use `!` (non-null assertion) instead of `?.`/`??` when a value is known to exist
Comment thread
silverwind marked this conversation as resolved.
Outdated
- Never force-push to pull request branches
- Always start issue and pull request comments with an authorship attribution
Comment thread
silverwind marked this conversation as resolved.
Outdated
Comment thread
silverwind marked this conversation as resolved.
Outdated
Comment thread
silverwind marked this conversation as resolved.
Outdated
Loading