diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..7c1a4a8 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,13 @@ +# Agent instructions + +## Git commits + +Use Conventional Commits for every commit message: + +```text +[optional scope][!]: +``` + +Choose an accurate type such as `feat`, `fix`, `docs`, `refactor`, `test`, +`build`, `ci`, or `chore`. Add a body when the change needs context. Mark +breaking changes with `!` or a `BREAKING CHANGE:` footer. diff --git a/CLAUDE.md b/CLAUDE.md new file mode 120000 index 0000000..47dc3e3 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file