| 1234567891011121314151617181920212223 |
- {
- "version": "3.16",
- "name": "VLClawSpecWorker",
- "description": "Minimal worker workflow used by the VLClaw supervisor prototype. Consumes top-level params and writes a deterministic artifact.",
- "steps": [
- {
- "id": "Set_010_Content",
- "target": "$content",
- "value": "=\"SPEC:\" + goal",
- "next": "Write_020_File"
- },
- {
- "id": "Write_020_File",
- "target": "=artifactPath",
- "value": "=$content",
- "mode": "overwrite",
- "next": "Stop_End"
- },
- {
- "id": "Stop_End"
- }
- ]
- }
|