| 1234567891011121314151617181920212223 |
- {
- "version": "3.16",
- "name": "VLClawReviewWorker",
- "description": "Minimal review worker workflow used by the VLClaw supervisor prototype. Produces a second artifact for aggregation.",
- "steps": [
- {
- "id": "Set_010_Content",
- "target": "$content",
- "value": "=\"REVIEW:\" + goal",
- "next": "Write_020_File"
- },
- {
- "id": "Write_020_File",
- "target": "=artifactPath",
- "value": "=$content",
- "mode": "overwrite",
- "next": "Stop_End"
- },
- {
- "id": "Stop_End"
- }
- ]
- }
|