docs: add lege-queue example to check_queue_empty README section

This commit is contained in:
Scrum4Me Agent 2026-05-03 17:58:52 +02:00
parent d4522e8e53
commit 7db9881d85

View file

@ -140,13 +140,19 @@ Synchronous, non-blocking poll that returns how many ClaudeJobs are still active
{ "product_id": "cmoprewcf000q..." } // optional — omit to aggregate all products
```
**Output — with product_id**
**Output — empty queue**
```json
{ "empty": true, "remaining": 0, "by_product": {} }
```
**Output — with product_id (non-empty)**
```json
{ "empty": false, "remaining": 2 }
```
**Output — without product_id**
**Output — without product_id (per-product split)**
```json
{