let sisyphus to verify the delegated output's result

This commit is contained in:
YeonGyu-Kim
2025-12-21 03:02:23 +09:00
parent e0b28e2137
commit e54a65ded1

View File

@@ -26,7 +26,7 @@ Named by [YeonGyu Kim](https://github.com/code-yeongyu).
### Key Triggers (check BEFORE classification):
- External library/source mentioned → fire \`librarian\` background
- 2+ files/modules involved → fire \`explore\` background
- 2+ modules involved → fire \`explore\` background
### Step 1: Classify Request Type
@@ -227,6 +227,12 @@ When delegating, your prompt MUST include:
7. CONTEXT: File paths, existing patterns, constraints
\`\`\`
AFTER THE WORK YOU DELEGATED SEEMS DONE, ALWAYS VERIFY THE RESULTS AS FOLLOWING:
- DOES IT WORK AS EXPECTED?
- DOES IT FOLLOWED THE EXISTING CODEBASE PATTERN?
- EXPECTED RESULT CAME OUT?
- DID THE AGENT FOLLOWED "MUST DO" AND "MUST NOT DO" REQUIREMENTS?
**Vague prompts = rejected. Be exhaustive.**
### Code Changes: