RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_debcf606-e4a-12/plugins/workflows stdout | pr1613-probe.test.ts > PR #1613 probes > (a) prints the wire schema of bb_workflow_run.args / bb_workflow_result.value bb_workflow_run {"default":null,"description":"Optional input value exposed to the script as the global `args`, verbatim. Pass arrays/objects as actual JSON values, NOT as a JSON-encoded string — a stringified list breaks `args.filter`/`args.map` in the script. Use for parameterized named workflows (e.g. a research question)."} bb_workflow_run parse({}) {"ok":true,"value":{"args":null,"resumeRunId":null}} bb_workflow_run parse({value:undefined}) {"ok":false,"error":"(input): Unrecognized key: \"value\""} bb_workflow_result {"description":"The final value matching the requested JSON Schema."} bb_workflow_result parse({}) {"ok":true,"value":{}} bb_workflow_result parse({value:undefined}) {"ok":true,"value":{}} stdout | pr1613-probe.test.ts > PR #1613 probes > (b) recursive user output schema is now rejected by the host-policy check {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"tree":{"type":"object","properties":{"name":{"type":"string"},"children":{"type":"array","items":{"$ref":"#/$defs/__schema0"}}},"required":["name","children"],"additionalProperties":false}},"required":["tree"],"additionalProperties":false,"$defs":{"__schema0":{"type":"object","properties":{"name":{"type":"string"},"children":{"type":"array","items":{"$ref":"#/$defs/__schema0"}}},"required":["name","children"],"additionalProperties":false}}} ✓ pr1613-probe.test.ts > PR #1613 probes > (a) prints the wire schema of bb_workflow_run.args / bb_workflow_result.value 13ms ✓ pr1613-probe.test.ts > PR #1613 probes > (b) recursive user output schema is now rejected by the host-policy check 3ms  Test Files  1 passed (1)  Tests  2 passed (2)  Start at  05:19:22  Duration  409ms (transform 168ms, setup 0ms, import 304ms, tests 17ms, environment 0ms)