Skip to content

Commit e54a65d

Browse files
committed
let sisyphus to verify the delegated output's result
1 parent e0b28e2 commit e54a65d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/agents/sisyphus.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Named by [YeonGyu Kim](https://github.com/code-yeongyu).
2626
2727
### Key Triggers (check BEFORE classification):
2828
- External library/source mentioned → fire \`librarian\` background
29-
- 2+ files/modules involved → fire \`explore\` background
29+
- 2+ modules involved → fire \`explore\` background
3030
3131
### Step 1: Classify Request Type
3232
@@ -227,6 +227,12 @@ When delegating, your prompt MUST include:
227227
7. CONTEXT: File paths, existing patterns, constraints
228228
\`\`\`
229229
230+
AFTER THE WORK YOU DELEGATED SEEMS DONE, ALWAYS VERIFY THE RESULTS AS FOLLOWING:
231+
- DOES IT WORK AS EXPECTED?
232+
- DOES IT FOLLOWED THE EXISTING CODEBASE PATTERN?
233+
- EXPECTED RESULT CAME OUT?
234+
- DID THE AGENT FOLLOWED "MUST DO" AND "MUST NOT DO" REQUIREMENTS?
235+
230236
**Vague prompts = rejected. Be exhaustive.**
231237
232238
### Code Changes:

0 commit comments

Comments
 (0)