diff --git a/AGENTS.md b/AGENTS.md index 976a8f1..10444a8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -111,9 +111,10 @@ reaches the published site. Judgment call, not enforced either way. Enforced by the `version-bump-check` job in `pr-validation.yml`: it fails the PR if a touched feature's `version` is unchanged from `main` *and* something -other than `src//README.md` changed under `src//` or -`test//`. It's a blocking check only — it never commits a bump on your -behalf (deliberately: +other than `src//README.md` changed under `src//`, or +`test//test.sh` specifically changed (a new `test//scenarios.json` +or scenario script doesn't count — see "Testing non-default options" above). +It's a blocking check only — it never commits a bump on your behalf (deliberately: no bot commits, no push-permission/fork edge cases, consistent with how `conventional-commits` already works in this repo). Bump the version yourself and push again.