From 0ae98df524b014be6160c85d49541167b85b4436 Mon Sep 17 00:00:00 2001 From: Peyton-Spencer Date: Thu, 18 Jun 2026 14:02:27 -0400 Subject: [PATCH 1/2] fix: trigger semantic release Co-Authored-By: Claude Opus 4.6 From 0a349d41696f76d446bdbd2f042b497e1501accc Mon Sep 17 00:00:00 2001 From: Peyton-Spencer Date: Thu, 18 Jun 2026 14:03:23 -0400 Subject: [PATCH 2/2] docs: add semantic release agent rule Co-Authored-By: Claude Opus 4.6 --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..ab2d3a8 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,5 @@ +# Repository Instructions + +## Release Hygiene + +- Semantic-release only cuts releases from conventional commits. For any merged user-facing fix that did not include a `fix:` or `feat:` commit on the PR branch, open a follow-up PR with an empty conventional commit, for example `fix: trigger semantic release`, so the release pipeline publishes the change.