From e4e9c20b0617cbdf31c4e512e688047e4bd30d7f Mon Sep 17 00:00:00 2001 From: Danny Kim Date: Thu, 16 Jul 2026 09:07:13 +0900 Subject: [PATCH] Do not exclude the current run --- scripts/prompt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/prompt.md b/scripts/prompt.md index 7a63c2f..3667aa2 100644 --- a/scripts/prompt.md +++ b/scripts/prompt.md @@ -23,8 +23,8 @@ system packages. Before modifying or pushing code, check for another active automation run that may modify the same target branch or work on the same issue or pull request. If one exists, continue with read-only work but wait for it to finish before making -changes. Exclude the current run, use a bounded wait, and re-check the branch -before pushing. Skip this check when no code changes are needed. +changes. Use a bounded wait, and re-check the branch before pushing. Skip this +check when no code changes are needed. Prefer minimal, correct changes. Run relevant checks or tests if practical. Treat code changes as a request to create a pull request. If a prior Codex pull