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
9 changes: 9 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Agent notes for L10nSharp

## Versioning

This repo versions with GitVersion, following [SemVer](https://semver.org/). Patch is the
default increment and needs no marker. A commit that adds a backward-compatible feature
must include `+semver:minor` in its commit message, and a breaking change `+semver:major`
(no space after the colon; anywhere in the message). When squashing a branch, make sure
the surviving commit keeps the marker.
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
Loading