Add Nit-Bundle type to check-issue-template.sh hook #137
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#137
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
plan-pal-e-agency→ Phase 18 → 18cRepo
forgejo_admin/claude-customUser Story
As Betty Sue, when I create a Nit-Bundle Forgejo issue during
/update-docs, the hook validates it againsttemplate-issue-nit-bundleinstead of falling through to the feature template (which has wrong headings and would deny).Context
Phase 18 added Nit-Bundle as a 4th issue type (
template-issue-nit-bundlecreated in pal-e-docs). Thecheck-issue-template.shhook's case statement (line 33-37) currently maps unrecognized### Typevalues totemplate-issue-featurevia the*fallback. A### Type\nNit-Bundleissue would be validated against the feature template's required headings (Lineage, Repo, User Story, etc.) and be denied because the nit-bundle template has different headings (Source, Original Work, Nits, etc.).File Targets
Files the agent should modify:
hooks/check-issue-template.sh— addNit-Bundle|nit-bundlecase before the*fallback (line 33-37)Files the agent should NOT touch:
Acceptance Criteria
### Type\nNit-Bundlevalidates againsttemplate-issue-nit-bundle*still maps to feature templateTest Expectations
### Type\nNit-Bundleand the nit-bundle template headings — hook should allow### Type\nNit-Bundlebut MISSING required headings — hook should deny with reference totemplate-issue-nit-bundleConstraints
Checklist
Related
phase-pal-e-agency-18-enterprise-definitions— parent phasetemplate-issue-nit-bundle— the template this enablesglossary— nit definitionReading issue for QA review context.