Skip to content

Commit 40056bc

Browse files
author
Ubuntu
committed
fix: Remove all conditions that compare parsed JSON objects - conditions cannot handle dict/list types
1 parent da8879d commit 40056bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

amplifier-bundle/recipes/default-workflow.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ steps:
321321

322322
- id: "step-05b-api-design"
323323
agent: "amplihack:api-designer"
324-
condition: "{{architecture_design}} != ''"
325324
prompt: |
326325
# Step 5b: API Design (if applicable)
327326
@@ -339,7 +338,6 @@ steps:
339338

340339
- id: "step-05c-database-design"
341340
agent: "amplihack:database"
342-
condition: "{{architecture_design}} != ''"
343341
prompt: |
344342
# Step 5c: Database Design (if applicable)
345343
@@ -515,7 +513,6 @@ steps:
515513

516514
- id: "step-08b-integration"
517515
agent: "amplihack:integration"
518-
condition: "{{design_spec}} != ''"
519516
prompt: |
520517
# Step 8b: External Service Integration
521518

0 commit comments

Comments
 (0)