From 9fb3222956042eaf7ea3ad2c9acfda24f4c9bcae Mon Sep 17 00:00:00 2001 From: "Adrian Alfred C. Bonpin" Date: Fri, 7 Aug 2026 14:04:11 +0800 Subject: [PATCH] docs(agents): reword PR path note (no review gate on prod) (#15) --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 6436c1d..1764fbe 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -157,7 +157,7 @@ cargo test # Rust tests 2. Commit and push the feature branch 3. Open a PR into `prod` and merge it there -Direct pushes to `prod` will be bypassed only in emergencies; prefer the PR path so changes are reviewed. +Direct pushes to `prod` will be bypassed only in emergencies; prefer the PR path so changes land through the PR gate. ### Releases