chore(bd-1a6): update beads tracking
Co-Authored-By: Claude Worker <noreply@anthropic.com>
This commit is contained in:
parent
320a6c2799
commit
c83dd49079
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
{"id":"bd-15h","title":"ALT-002: Integrate br-ready-wrapper into worker discovery","description":"For HUMAN bead bd-1sw. Update worker scripts to use br-ready-wrapper.sh as fallback when br ready fails. Makes workers resilient to br CLI bugs.","status":"closed","priority":1,"issue_type":"task","created_at":"2026-03-03T08:22:33.670849945Z","created_by":"coder","updated_at":"2026-03-03T08:39:07.100724785Z","closed_at":"2026-03-03T08:39:07.100557647Z","source_repo":".","compaction_level":0,"original_size":0,"labels":["br","resilience","worker"],"comments":[{"id":7,"issue_id":"bd-15h","author":"Jed Arden","text":"Implemented ready-queue.json workaround (.beads/ready-queue.json) which workers can read directly. The wrapper script already exists at scripts/br-ready-wrapper.sh. Workers should check: 1) .beads/ready-queue.json first, 2) scripts/br-ready-wrapper.sh --json second, 3) br ready last (with fallback).","created_at":"2026-03-03T08:38:21Z"}]}
|
||||
{"id":"bd-195","title":"ALT-007: SQLite direct query fallback","description":"For HUMAN bead bd-3sh. Query beads.db directly using sqlite3 or Node.js better-sqlite3. Bypasses br CLI entirely. Requires sqlite3 CLI or npm package. Fastest access but tight coupling to schema.","status":"closed","priority":2,"issue_type":"task","created_at":"2026-03-03T08:39:58.775979286Z","created_by":"coder","updated_at":"2026-03-03T10:33:32.997760049Z","closed_at":"2026-03-03T10:33:31.799597115Z","close_reason":"done","source_repo":".","compaction_level":0,"original_size":0,"labels":["alternative","br","resilience","worker"],"comments":[{"id":32,"issue_id":"bd-195","author":"Jed Arden","text":"No longer needed - br v0.1.20 fixes the schema bug natively.","created_at":"2026-03-03T10:33:32Z"}]}
|
||||
{"id":"bd-1a2","title":"P2: Add unit tests for parser.ts","description":"Add comprehensive unit tests for src/parser.ts covering: JSON parsing, formatEvent function, edge cases (malformed JSON, missing fields), and colorization options. Follow vitest patterns from tailer.test.ts.","status":"closed","priority":2,"issue_type":"task","created_at":"2026-03-03T07:50:12.670624516Z","created_by":"coder","updated_at":"2026-03-03T10:45:42.655993370Z","closed_at":"2026-03-03T10:45:42.654557737Z","close_reason":"Parser tests already implemented in bd-5eh (36 tests covering parseLogLine, parseLogLines, formatEvent)","source_repo":".","compaction_level":0,"original_size":0,"labels":["parser","testing","unit-test"]}
|
||||
{"id":"bd-1a6","title":"Add unit tests for errorGrouping module","description":"Create unit tests for src/errorGrouping.ts. Test error clustering logic, similarity detection, group merging, and edge cases with different error patterns.","status":"open","priority":3,"issue_type":"task","created_at":"2026-03-04T03:01:57.554791496Z","created_by":"coder","updated_at":"2026-03-04T03:01:57.554791496Z","source_repo":".","compaction_level":0,"original_size":0}
|
||||
{"id":"bd-1a6","title":"Add unit tests for errorGrouping module","description":"Create unit tests for src/errorGrouping.ts. Test error clustering logic, similarity detection, group merging, and edge cases with different error patterns.","status":"in_progress","priority":3,"issue_type":"task","assignee":"coder","created_at":"2026-03-04T03:01:57.554791496Z","created_by":"coder","updated_at":"2026-03-04T03:47:16.346589735Z","source_repo":".","compaction_level":0,"original_size":0}
|
||||
{"id":"bd-1c5","title":"Implement AI session digest generation","description":"Create module to generate end-of-session summaries. Aggregate: beads completed, files modified, errors encountered, time spent, cost incurred. Output as markdown.","status":"closed","priority":4,"issue_type":"task","assignee":"coder","created_at":"2026-03-04T03:05:28.818772227Z","created_by":"coder","updated_at":"2026-03-04T03:28:31.616651156Z","closed_at":"2026-03-04T03:28:31.607892376Z","close_reason":"Implemented session digest generation with full test coverage","source_repo":".","compaction_level":0,"original_size":0}
|
||||
{"id":"bd-1c6","title":"TEST-002: Add store integration tests","description":"Test Coverage: Add integration tests for EventStore - event indexing, LRU eviction, worker tracking, query performance.","status":"closed","priority":2,"issue_type":"task","created_at":"2026-03-03T07:53:40.409846186Z","created_by":"coder","updated_at":"2026-03-03T07:53:40.409846186Z","closed_at":"2026-03-03T07:53:40.409846186Z","source_repo":".","compaction_level":0,"original_size":0,"labels":["store"]}
|
||||
{"id":"bd-1cc","title":"Port FileHeatmap component to web dashboard","description":"Port the TUI FileHeatmap component (src/tui/components/FileHeatmap.ts) to React for the web dashboard. Add corresponding API endpoint if needed.","status":"closed","priority":3,"issue_type":"task","assignee":"coder","created_at":"2026-03-03T14:27:43.759301428Z","created_by":"coder","updated_at":"2026-03-03T15:08:13.822190937Z","closed_at":"2026-03-03T15:08:13.792085291Z","close_reason":"done","source_repo":".","compaction_level":0,"original_size":0,"labels":["frontend","phase-4","web"]}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue