sw.api.ext() auto-unwraps the JSON response body, so the list
endpoint returns the array directly rather than {data: [...]}.
Use `res.data || res || []` pattern matching tasks surface.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>