.paths | to_entries[] as $p
| $p.value | to_entries[]
| select((.value.tags // []) | index("agent-worker"))
| (.value["x-when-to-use"] // [] | join(" | ")) as $when
| (.value["x-routing-policy"] // [] | join(" | ")) as $route
| "\(.key|ascii_upcase)\t\($p.key)\t\(.value.operationId // "-")\t\(.value["x-llm-intent"] // "-")\t\($when)\t\($route)"