From 5e8f0cf45e9f7d6d34f576e4d41fdcf80cb09ea7 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 19 May 2026 11:27:35 +0200 Subject: [PATCH] chore: update issue analysis prompt --- .pi/prompts/is.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pi/prompts/is.md b/.pi/prompts/is.md index 3dee06a5..ccdb27e1 100644 --- a/.pi/prompts/is.md +++ b/.pi/prompts/is.md @@ -6,7 +6,7 @@ Analyze GitHub issue(s): $ARGUMENTS For each issue: -1. Add the `inprogress` label to the issue via GitHub CLI before analysis starts. If adding the label fails, report that explicitly and continue. +1. Add the `inprogress` label to the issue via GitHub CLI and assign the issue to the local `gh` user before analysis starts. If either action fails, report that explicitly and continue. 2. Read the issue in full, including all comments and linked issues/PRs. 3. Do not trust analysis written in the issue. Independently verify behavior and derive your own analysis from the code and execution path.