From 9e6920dbc7ae4f9ae1d281f863c26b5d9cff8a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Falc=C3=B3n?= Date: Tue, 21 Apr 2026 11:14:06 +0100 Subject: [PATCH] chore: add PR check watch note to AGENTS (#314) ## Summary - add instruction to watch PR checks after PR creation - include fail-fast command example for CI monitoring ## Testing - not run (AGENTS.md change only) --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 58a090d7..dc9981c8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,6 +5,8 @@ Pattern: [thing] [action] [reason]. [next step]. ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Code/commits/PRs: normal. Off: "stop caveman" / "normal mode". +- After creating a PR use `gh pr checks 123 --watch --fail-fast` to check CI every 10 sec, if something fails, fix it, and update the pr. + === foundation rules ===