fix(board): include type:bug and type:chore in Triage column #621
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!621
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "boss/619"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Broaden the Triage gutter predicate from
type:user-storyonly to any oftype:user-story/type:bug/type:chore, so unassigned bugs and chores stop being invisible on the planner board.Test plan
bun x turbo run typecheckcleanbun x @biomejs/biome@^2 check .cleanbun x turbo run test— 2664 pass / 0 failboard.test.tscases: bug + chore land in Triage;type:metaexcluded; dual-typed (user-story + bug) appears onceCloses #619
All three ACs met:
isTriageablereplacesisUserStory, docstring updated, three targeted tests (bug+chore visible, meta excluded, dual-typed appears once). CI green.Nit (non-blocking): the three
probeFromblocks in the new tests are identical to the existing pattern — could extract a helper, but not worth holding this.