From 48331ad623a10d34c86fcc0de206cc847c2ac864 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 30 Dec 2025 11:33:12 +0900 Subject: [PATCH] docs(sisyphus-agent): update workflow to report results when done MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove 'I'm on it...' acknowledgment comment requirement - Add instruction to report results to issue/PR when task completes - Simplify prompt to focus on todo tools and planning 🤖 Generated with assistance of OhMyOpenCode --- .github/workflows/sisyphus-agent.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sisyphus-agent.yml b/.github/workflows/sisyphus-agent.yml index bccf88816..43850f3e5 100644 --- a/.github/workflows/sisyphus-agent.yml +++ b/.github/workflows/sisyphus-agent.yml @@ -316,10 +316,9 @@ jobs: --- - First, acknowledge with `gh issue comment NUMBER_PLACEHOLDER --body "👋 Hey @AUTHOR_PLACEHOLDER! I'm on it..."` - - Then write everything using the todo tools. + Write everything using the todo tools. Then investigate and satisfy the request. Only if user requested to you to work explicitely, then use plan agent to plan, todo obsessivley then create a PR to `BRANCH_PLACEHOLDER` branch. + When done, report the result to the issue/PR with `gh issue comment NUMBER_PLACEHOLDER` or `gh pr comment NUMBER_PLACEHOLDER`. PROMPT_EOF )