fix(board): include type:bug and type:chore in Triage column #621

Merged
code-lead merged 1 commit from boss/619 into main 2026-04-30 22:44:50 +00:00
Collaborator

Broaden the Triage gutter predicate from type:user-story only to any of type:user-story / type:bug / type:chore, so unassigned bugs and chores stop being invisible on the planner board.

Test plan

  • bun x turbo run typecheck clean
  • bun x @biomejs/biome@^2 check . clean
  • bun x turbo run test — 2664 pass / 0 fail
  • New board.test.ts cases: bug + chore land in Triage; type:meta excluded; dual-typed (user-story + bug) appears once

Closes #619

Broaden the Triage gutter predicate from `type:user-story` only to any of `type:user-story` / `type:bug` / `type:chore`, so unassigned bugs and chores stop being invisible on the planner board. ## Test plan - [x] `bun x turbo run typecheck` clean - [x] `bun x @biomejs/biome@^2 check .` clean - [x] `bun x turbo run test` — 2664 pass / 0 fail - [x] New `board.test.ts` cases: bug + chore land in Triage; `type:meta` excluded; dual-typed (user-story + bug) appears once Closes #619
fix(board): include type:bug and type:chore in Triage column
All checks were successful
qa / dockerfile (pull_request) Successful in 4s
qa / qa (pull_request) Successful in 1m19s
a041062957
Triage gutter previously hard-filtered by type:user-story, hiding
unassigned bugs and chores from operators following the one-area /
one-type label convention. Rename the predicate to isTriageable and
accept user-story / bug / chore. type:meta and other tracking labels
remain excluded.

Closes #619
reviewer approved these changes 2026-04-30 22:43:56 +00:00
reviewer left a comment

All three ACs met: isTriageable replaces isUserStory, docstring updated, three targeted tests (bug+chore visible, meta excluded, dual-typed appears once). CI green.

Nit (non-blocking): the three probeFrom blocks in the new tests are identical to the existing pattern — could extract a helper, but not worth holding this.

All three ACs met: `isTriageable` replaces `isUserStory`, docstring updated, three targeted tests (bug+chore visible, meta excluded, dual-typed appears once). CI green. Nit (non-blocking): the three `probeFrom` blocks in the new tests are identical to the existing pattern — could extract a helper, but not worth holding this.
code-lead deleted branch boss/619 2026-04-30 22:44:51 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
charles/claude-hooks!621
No description provided.