fix: align refractor status command with API response schema #122

Merged
Claude merged 1 commits from fix/refractor-status-field-names into main 2026-03-25 21:20:21 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
7a3c21f6bd fix: align refractor status command with API response schema
All checks were successful
Ruff Lint / lint (pull_request) Successful in 21s
- data.get("cards") → data.get("items") to match list endpoint response
- formula_value → current_value (API field name)
- card_type from top-level → track.card_type (nested in track object)
- Add limit=500 param so API returns all cards instead of default 10

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 16:18:07 -05:00