Skip to content

Commit cfd0f68

Browse files
authored
Enhance classify step with critical output requirement (#183)
Updated the classify step to include critical output instructions.
1 parent e30b56f commit cfd0f68

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/claude-code-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,10 @@ jobs:
216216
217217
2. Step: classify
218218
Name: Classify Fruits
219-
Description: Organize identified fruits into categories (citrus, tropical, berries, etc.)
220-
Input: identified_fruits.md (file from step identify)
221-
Output: classified_fruits.md
219+
Description: Organize identified fruits into categories (citrus, tropical, berries, etc.).
220+
**CRITICAL**: must put the classified fruit list in `classified_fruits.md` in the project base folder.
222221
223-
Please create this job now. Do not ask questions.
222+
Create this job now. Do not ask questions.
224223
PROMPT_EOF
225224
226225
# Verify the job.yml was created

0 commit comments

Comments
 (0)