You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `card list` called `defaultBoard()`, injecting the configured default
board into every query and silently scoping results to a single board
- This made `--tag` / `--assignee` filters appear broken when matching
cards lived on other boards — the same bug fixed for `search` in basecamp#114,
in the sibling `card list` command
- Fix: only add `board_ids[]` when `--board` is explicitly passed, so
`card list` is cross-board by default (matching `search` and the API)
Note: bare `fizzy card list` now spans all boards instead of the
configured default board, consistent with the cross-board API default.
Follow-up to basecamp#113 / basecamp#114.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments