Bug: review-ticket SKILL.md lists 'incident' as valid item_type but it does not exist in BoardItemType enum #192
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#192
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
Bug
Lineage
Standalone -- discovered during file target verification for
forgejo_admin/claude-custom#181(BoardItemType rename decomposition).Repo
forgejo_admin/claude-customWhat Broke
skills/review-ticket/SKILL.mdline 27 lists the validitem_typevalues as:The value
incidentdoes not exist in theBoardItemTypeenum. The actual enum values are:plan,phase,issue,repo,project,todo.Additionally,
plan,project, andtodoare missing from the SKILL.md list despite being valid enum values.This means the skill documentation is misleading agents -- if an agent tries to route an
incident-type board item, the routing logic will not match any known type.Repro Steps
skills/review-ticket/SKILL.mdline 27BoardItemTypeenum inpal-e-apiatsrc/pal_e_docs/models.pylines 34-40incidentis listed in SKILL.md but does not exist in the enum;plan,project,todoare in the enum but missing from SKILL.mdExpected Behavior
Line 27 should list only values that exist in
BoardItemType. After the rename (if #181 lands first):If this bug is fixed before #181, use
issueinstead ofticket.Environment
skills/review-ticket/SKILL.mdline 27src/pal_e_docs/models.pylines 34-40 in pal-e-apiAcceptance Criteria
incidentis removed from SKILL.md line 27BoardItemTypevalues are listedRelated
forgejo_admin/claude-custom#181-- parent rename ticket where this was discoveredpal-e-agency-- project this affects