jasper
b762fa05f0
CI / Check version consistency (push) Successful in 4s
CI / Check for .beads changes (push) Has been skipped
CI / Test (ubuntu-latest) (push) Failing after 6m29s
CI / Lint (push) Failing after 2m25s
CI / Test Nix Flake (push) Failing after 51s
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (Windows - smoke) (push) Has been cancelled
fix(update): accept custom types from types.custom config (GH#hq-8hif1z)
...
The `bd update --type` command was rejecting custom types (like role, agent,
rig) even when configured via types.custom. The issue was that type validation
used IsValid() which only checks the 5 core types, ignoring custom types.
Changes:
- CLI (update.go): Use IsValidWithCustom() with types from config
- Storage (validators.go): Add validateIssueTypeWithCustom() function
- Storage (queries.go, transaction.go): Fetch and pass custom types
The error message now dynamically shows all valid types including custom ones.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 15:07:17 -08:00
..
2026-01-10 23:46:44 -08:00
2026-01-10 22:02:03 -08:00
2026-01-23 13:43:31 -08:00
2025-12-31 13:14:15 -08:00
2025-12-28 22:37:04 -08:00
2026-01-10 13:36:52 -08:00
2026-01-21 13:13:24 -08:00
2026-01-23 13:43:30 -08:00
2026-01-21 22:46:59 -08:00
2025-12-28 06:04:05 -08:00
2026-01-16 12:27:36 -08:00
2026-01-23 13:43:30 -08:00
2026-01-23 13:43:30 -08:00
2025-12-31 13:14:15 -08:00
2025-12-31 13:14:15 -08:00
2026-01-23 13:43:30 -08:00
2026-01-05 22:06:52 -08:00
2026-01-21 22:46:59 -08:00
2026-01-21 22:46:59 -08:00
2026-01-21 10:36:59 -08:00
2026-01-21 10:36:59 -08:00
2026-01-12 18:29:42 -08:00
2026-01-12 18:29:42 -08:00
2026-01-21 13:13:24 -08:00
2026-01-06 12:59:26 -08:00
2026-01-06 12:59:26 -08:00
2026-01-12 19:42:04 -08:00
2026-01-23 13:43:30 -08:00
2025-12-29 13:47:04 -08:00
2025-12-29 13:47:04 -08:00
2025-12-27 16:02:15 -08:00
2026-01-10 23:55:16 -08:00
2026-01-10 22:38:04 -08:00
2026-01-15 07:55:08 -08:00
2026-01-21 10:36:59 -08:00
2026-01-09 14:12:48 -08:00
2026-01-24 15:07:17 -08:00
2025-12-30 16:47:38 -08:00
2026-01-21 19:30:15 -08:00
2026-01-21 19:30:15 -08:00
2025-12-24 14:39:30 -08:00
2025-12-24 14:39:30 -08:00
2026-01-10 23:55:16 -08:00
2026-01-02 17:30:58 -08:00
2026-01-17 05:07:11 -08:00
2026-01-21 16:53:49 -08:00
2026-01-21 22:46:59 -08:00
2026-01-21 19:30:15 -08:00
2026-01-14 20:36:47 -08:00
2026-01-21 10:36:59 -08:00
2026-01-24 15:07:17 -08:00
2026-01-23 13:43:31 -08:00
2026-01-23 13:43:31 -08:00
2026-01-10 22:00:32 -08:00
2026-01-24 15:07:17 -08:00