From 2a68e493a914be39daf3dbfae84f65e96f9994ac Mon Sep 17 00:00:00 2001 From: Lorenzo Corallo Date: Tue, 18 Aug 2026 22:51:59 +0200 Subject: [PATCH 1/2] docs: require conventional commits --- AGENTS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 AGENTS.md 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. From 5092072356e8484439d482e5624bcc495bd2d51c Mon Sep 17 00:00:00 2001 From: Lorenzo Corallo Date: Tue, 18 Aug 2026 22:56:21 +0200 Subject: [PATCH 2/2] docs: link Claude instructions to agent guide --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) create mode 120000 CLAUDE.md 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