Enforce backlog-first column on create_board_item hook #211
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/claude-custom#211
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type
Feature
Lineage
Repo
claude-custom
User Story
As the PM, when I create a new board item, the hook should enforce that it lands in
backlog(orin_progressfor incidents). Currentlycheck-board-item.shvalidates labels but does NOT validate the target column — items can be created directly intodo,next_up, or evendone, bypassing the review gate.Context
During the 2026-03-28 validation session, Betty Sue created 3 board items directly in
todo, skipping the backlog→todo review gate. Lucas caught it. The SOP (sop-board-workflow) defines backlog as the entry point for new items, but no hook enforces this.Scope
Add column validation to
check-board-item.sh:column: backlog— always allowed (default for new items)column: in_progress— allowed only iftype:incidentlabel presentFile Targets
hooks/check-board-item.sh— add column validation logicConstraints
Acceptance Criteria
create_board_itemwithcolumn: backlogsucceedscreate_board_itemwithcolumn: todois blockedcreate_board_itemwithcolumn: in_progress+type:incidentlabel succeedscreate_board_itemwithcolumn: in_progressWITHOUT incident label is blockedChecklist
Test Expectations
Related
forgejo_admin referenced this issue2026-03-29 04:25:50 +00:00
forgejo_admin referenced this issue2026-03-29 04:26:19 +00:00
forgejo_admin referenced this issue2026-03-29 04:26:35 +00:00