fix(jobs): IDEA_CHAT-filterpill ontbrak in KIND_OPTIONS op jobs-board #94

Merged
janpeter merged 1 commit from claude/goofy-newton-4aa0bf into main 2026-07-04 12:33:31 +02:00
Owner

Wat

Voegt { value: 'IDEA_CHAT', label: 'IDEE-CHAT' } toe aan KIND_OPTIONS in components/jobs/jobs-column.tsx, op dezelfde relatieve positie als in KIND_LABELS (na IDEA_REVIEW_PLAN, vóór PLAN_CHAT).

Waarom

KIND_LABELS (exhaustief afgedwongen via Record<ClaudeJobKind, string>) kende IDEA_CHAT al sinds M17, maar de filter-array niet — IDEA_CHAT-jobs waren wél gelabeld op het jobs-board maar niet filterbaar via de kind-pills. Gat bestond al vóór het M17 DEPLOY-werk.

Verificatie

  • npm run verify groen: lint (0 errors), typecheck clean, 1566 tests / 194 files passed

🤖 Generated with Claude Code

## Wat Voegt `{ value: 'IDEA_CHAT', label: 'IDEE-CHAT' }` toe aan `KIND_OPTIONS` in `components/jobs/jobs-column.tsx`, op dezelfde relatieve positie als in `KIND_LABELS` (na `IDEA_REVIEW_PLAN`, vóór `PLAN_CHAT`). ## Waarom `KIND_LABELS` (exhaustief afgedwongen via `Record<ClaudeJobKind, string>`) kende `IDEA_CHAT` al sinds M17, maar de filter-array niet — IDEA_CHAT-jobs waren wél gelabeld op het jobs-board maar niet filterbaar via de kind-pills. Gat bestond al vóór het M17 DEPLOY-werk. ## Verificatie - `npm run verify` groen: lint (0 errors), typecheck clean, 1566 tests / 194 files passed 🤖 Generated with [Claude Code](https://claude.com/claude-code)
fix(jobs): IDEA_CHAT-filterpill ontbrak in KIND_OPTIONS op jobs-board
All checks were successful
CI / Lint, Typecheck, Test & Build (pull_request) Successful in 3m37s
CI / Deploy Manual (workflow_dispatch) (pull_request) Has been skipped
CI / Detect deploy-relevant changes (pull_request) Has been skipped
CI / Deploy Preview (PR) (pull_request) Has been skipped
CI / Deploy Production (main) (pull_request) Has been skipped
1061dfb447
KIND_LABELS kende IDEA_CHAT al (exhaustief via Record<ClaudeJobKind, string>),
maar de filter-array niet — jobs van kind IDEA_CHAT waren wel gelabeld maar
niet filterbaar. Label 'IDEE-CHAT' conform KIND_LABELS.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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
janpeter/Scrum4Me!94
No description provided.