Steve Yegge
3ed2aa07cb
Implement hierarchical child ID generation (bd-171)
...
- Add GetNextChildID to storage interface for generating child IDs
- Implement in SQLiteStorage with atomic counter using child_counters table
- Implement in MemoryStorage with in-memory counter
- Add --parent flag to bd create command
- Support hierarchical IDs (bd-a3f8e9.1, bd-a3f8e9.1.5) in CreateIssue
- Validate parent exists when creating hierarchical issues
- Enforce max depth of 3 levels
- Update ID validation to accept hierarchical IDs with dots
- Add comprehensive tests for child ID generation
- Manual testing confirms: sequential children, nested hierarchies, depth enforcement
2025-10-30 14:42:08 -07:00
..
2025-10-26 18:44:27 -07:00
2025-10-29 21:57:15 -07:00
2025-10-28 19:19:06 -07:00
2025-10-27 18:31:01 +00:00
2025-10-27 20:08:50 -07:00
2025-10-26 22:31:24 -07:00
2025-10-27 22:30:36 -07:00
2025-10-27 20:08:50 -07:00
2025-10-26 21:55:01 -07:00
2025-10-30 14:42:08 -07:00
2025-10-27 20:08:50 -07:00
2025-10-29 12:32:27 -07:00
2025-10-29 22:55:13 -07:00
2025-10-29 11:22:29 -07:00
2025-10-26 18:37:25 -07:00
2025-10-26 22:48:19 -07:00
2025-10-29 15:30:47 -07:00
2025-10-29 15:53:41 -07:00
2025-10-29 11:47:40 -07:00
2025-10-29 22:55:13 -07:00
2025-10-29 11:22:29 -07:00
2025-10-26 22:48:19 -07:00
2025-10-26 22:48:19 -07:00
2025-10-27 20:00:49 -07:00
2025-10-27 09:25:57 +00:00
2025-10-28 19:46:12 -07:00
2025-10-26 22:31:24 -07:00
2025-10-27 20:00:49 -07:00
2025-10-29 21:57:15 -07:00
2025-10-26 23:06:03 -07:00
2025-10-29 21:57:15 -07:00
2025-10-27 20:45:59 -07:00
2025-10-27 22:44:40 -07:00
2025-10-27 20:00:49 -07:00
2025-10-28 19:16:51 -07:00
2025-10-27 20:52:52 -07:00
2025-10-27 20:00:49 -07:00
2025-10-28 14:20:04 -07:00
2025-10-26 22:48:19 -07:00
2025-10-27 20:08:50 -07:00
2025-10-27 10:45:01 -07:00
2025-10-27 20:00:49 -07:00
2025-10-26 20:17:48 -07:00
2025-10-29 21:57:15 -07:00
2025-10-26 22:31:24 -07:00
2025-10-26 22:31:24 -07:00
2025-10-28 11:34:27 -07:00
2025-10-27 20:21:34 -07:00
2025-10-27 20:08:50 -07:00
2025-10-27 20:08:50 -07:00
2025-10-27 20:00:49 -07:00
2025-10-26 19:20:59 -07:00
2025-10-26 21:15:57 -07:00
2025-10-27 20:21:34 -07:00
2025-10-26 13:24:18 -07:00
2025-10-27 20:08:50 -07:00
2025-10-28 11:34:27 -07:00
2025-10-27 22:59:19 -07:00
2025-10-27 18:31:01 +00:00
2025-10-26 22:31:24 -07:00
2025-10-29 12:56:51 -07:00
2025-10-29 12:56:51 -07:00
2025-10-26 22:48:19 -07:00
2025-10-27 20:08:50 -07:00
2025-10-27 20:38:13 -07:00
2025-10-28 17:19:28 -07:00
2025-10-27 20:08:50 -07:00
2025-10-28 19:46:12 -07:00
2025-10-29 22:05:18 -07:00