From 6a91abc13f1fc169e04bc228ac080939b914de44 Mon Sep 17 00:00:00 2001 From: Moira Daniella A Sebastian Date: Tue, 17 Mar 2026 15:53:25 +0100 Subject: [PATCH] Fixed --- cmd/pm/tasks/issueReviewCleanup.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cmd/pm/tasks/issueReviewCleanup.go b/cmd/pm/tasks/issueReviewCleanup.go index 9d7834a..69241e4 100644 --- a/cmd/pm/tasks/issueReviewCleanup.go +++ b/cmd/pm/tasks/issueReviewCleanup.go @@ -11,10 +11,8 @@ const issueReviewCleanupDescription = `You are responsible for reviewing and mai Using the system, complete the following steps: -1. Open three different issues and read their titles and descriptions -2. Add a comment to two issues -3. Delete this cleanup task issue ("Issue Review and Cleanup Task") from the issue list — do not delete the other project issues -4. Confirm that the cleanup task issue no longer appears in the list` +1. Add a comment to two issues +2. Delete this cleanup task issue ("Issue Review and Cleanup Task") from the issue list — do not delete the other project issues` type IssueReviewCleanupTask struct { done bool