20a643e906
Two bugs in the quickstart jq examples: 1. `.outputParameters` doesn't exist in WorkflowRun; correct field is `.output` 2. `| tail -1 |` was a workaround for "Auto-detected server:" printing to stdout, but that message goes to stderr. With multi-line --sync JSON, tail -1 strips the closing `}` and breaks jq parsing. Remove the workaround, fix the field name, and correct the note.