The report goes to stderr so the patched document can be piped from stdout:
no traffic-evidenced changes — the spec and the wire agree, exit 0.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Write a traffic-evidenced spec update. Additive patches applied in place, narrowings as suggestions.
pikopod spec-update <upstream> [flags]
| Flag | Meaning |
|---|---|
--spec <file-or-url> | The document to patch. Default: the source the sandbox was imported from. |
--out <path> | Write the patched spec here. Default: stdout. |
--handoff <path> | Write the JSON patch handoff here, for pikopod pr comment or pr open. |
3 change(s): 2 applied (additive), 1 suggestion(s) (narrowing — never auto-applied), 0 skipped (no document anchor)
APPLIED field GET /charges/{id} refund_reason observed in 41% of responses
APPLIED status POST /charges 422 returned 14 times
SUGGESTION enum GET /charges/{id} status value "disputed" not in documented set
patched spec written to openapi.patched.yaml — diff it against the original before committing
no traffic-evidenced changes — the spec and the wire agree, exit 0.
pikopod spec-update examplepay --out openapi.yaml --handoff update.json
pikopod pr open --commit openapi.yaml --handoff update.json