Usage: rebar list [--output {json,llm}] [--include-archived] [--exclude-deleted]
                  [--full] [--with-children-count] [--unblocked] [--blocked]
                  [--type TYPE] [--status STATUS] [--priority PRIORITY]
                  [--parent PARENT] [--has-tag HAS_TAG]
                  [--without-tag WITHOUT_TAG] [--min-children MIN_CHILDREN]
                  [--sort <priority|created|updated|id|status>]

List all tickets as JSON.

options:
  --output {json,llm}, -o {json,llm}
                        output format
  --include-archived    include archived tickets
  --exclude-deleted     exclude deleted tickets
  --full                emit full ticket records
  --with-children-count
                        annotate each ticket's child count
  --unblocked           only tickets with no open blockers
  --blocked             only tickets with open blockers
  --type TYPE           filter by ticket type (comma-separated for OR)
  --status STATUS       filter by status (comma-separated for OR)
  --priority PRIORITY   filter by priority 0-4 (comma-separated for OR)
  --parent PARENT       filter to direct children of <id>
  --has-tag HAS_TAG     filter to tickets having <tag> (comma-separated for OR)
  --without-tag WITHOUT_TAG
                        exclude tickets having any of <tag> (comma-separated)
  --min-children MIN_CHILDREN
                        only tickets with at least N children
  --sort <priority|created|updated|id|status>
                        order by key ('-' prefix = descending)
