bd daemon sync: 2026-01-11 20:17:12
This commit is contained in:
committed by
Steve Yegge
parent
1554f41c02
commit
42a209d133
@@ -4,6 +4,7 @@
|
||||
{"id":"bd-0134cc5a","title":"Fix auto-import creating duplicates instead of updating issues","description":"ROOT CAUSE: server_export_import_auto.go line 221 uses ResolveCollisions: true for ALL auto-imports. This is wrong.\n\nProblem:\n- ResolveCollisions is for branch merges (different issues with same ID)\n- Auto-import should UPDATE existing issues, not create duplicates\n- Every git pull creates NEW duplicate issues with different IDs\n- Two agents ping-pong creating endless duplicates\n\nEvidence:\n- 31 duplicate groups found (bd duplicates)\n- bd-236-246 are duplicates of bd-224-235\n- Both agents keep pulling and creating more duplicates\n- JSONL file grows endlessly with duplicates\n\nThe Fix:\nChange checkAndAutoImportIfStale in server_export_import_auto.go:\n- Remove ResolveCollisions: true (line 221)\n- Use normal import logic that updates existing issues by ID\n- Only use ResolveCollisions for explicit bd import --resolve-collisions\n\nImpact: Critical - makes beads unusable for multi-agent workflows","status":"closed","priority":0,"issue_type":"bug","created_at":"2025-10-27T21:48:57.733846-07:00","updated_at":"2025-10-30T17:12:58.21084-07:00","closed_at":"2025-10-27T22:26:40.627239-07:00"}
|
||||
{"id":"bd-02a4","title":"Modify CreateIssue to support parent resurrection","description":"Update internal/storage/sqlite/sqlite.go:182-196 to call TryResurrectParent before failing on missing parent. Coordinate with EnsureIDs changes for consistent behavior. Handle edge case where parent never existed in JSONL (fail gracefully).","status":"closed","priority":0,"issue_type":"task","created_at":"2025-11-04T12:31:59.701571-08:00","updated_at":"2025-11-05T00:08:42.811436-08:00","closed_at":"2025-11-05T00:08:42.81144-08:00"}
|
||||
{"id":"bd-02gts","title":"Digest: mol-refinery-patrol","description":"Patrol complete: MQ empty, 0 branches processed, no issues","status":"closed","priority":2,"issue_type":"task","created_at":"2026-01-10T18:25:13.410273-08:00","updated_at":"2026-01-10T18:25:13.410273-08:00","closed_at":"2026-01-10T18:25:13.410234-08:00","close_reason":"Squashed from 11 wisps","dependencies":[{"issue_id":"bd-02gts","depends_on_id":"bd-wisp-xwx","type":"parent-child","created_at":"2026-01-10T18:25:13.41112-08:00","created_by":"beads/refinery"}]}
|
||||
{"id":"bd-02st0","title":"Session ended: gt-beads-refinery","status":"closed","priority":2,"issue_type":"event","owner":"steve.yegge@gmail.com","created_at":"2026-01-11T20:17:11.51817-08:00","created_by":"beads/refinery","updated_at":"2026-01-11T20:17:11.592093-08:00","closed_at":"2026-01-11T20:17:11.592093-08:00","close_reason":"auto-closed session cost wisp","ephemeral":true}
|
||||
{"id":"bd-03r","title":"Document deletions manifest in AGENTS.md and README","description":"Parent: bd-imj\n\n## Task\nAdd documentation about the deletions manifest feature.\n\n## Locations to Update\n\n### AGENTS.md\n- Explain that deletions.jsonl is tracked in git\n- Document that `bd delete` records to the manifest\n- Explain cross-clone propagation mechanism\n\n### README.md \n- Brief mention in .beads directory structure section\n- Link to detailed docs if needed\n\n### docs/deletions.md (new file)\n- Full technical documentation\n- Format specification\n- Pruning policy\n- Git history fallback\n- Troubleshooting\n\n## Acceptance Criteria\n- AGENTS.md updated with deletion workflow\n- README.md mentions deletions.jsonl purpose\n- New docs/deletions.md with complete reference","status":"closed","priority":2,"issue_type":"task","created_at":"2025-11-25T14:56:49.13027-08:00","updated_at":"2025-11-25T15:17:23.145944-08:00","closed_at":"2025-11-25T15:17:23.145944-08:00"}
|
||||
{"id":"bd-03z45","title":"Review \u0026 merge PR #1019: feat(ui) Markdown in comments","description":"dispatched_by: beads/crew/emma\n\nReview and merge PR #1019: https://github.com/steveyegge/beads/pull/1019\n\n## Summary\nApply ui.RenderMarkdown() to comment text in bd show and bd comments commands. Enables syntax highlighting and code blocks in comments.\n\n## Changes\n- cmd/bd/comments.go - Use RenderMarkdown for comment text\n- cmd/bd/show.go - Use RenderMarkdown for comment display (2 places)\n\n## Review Checklist\n- [ ] Pull the branch locally\n- [ ] Run tests: go test ./...\n- [ ] Test manually: create a comment with markdown, verify it renders\n- [ ] Merge with gh pr merge 1019 --repo steveyegge/beads --squash","status":"closed","priority":2,"issue_type":"task","assignee":"beads/crew/giles","owner":"steve.yegge@gmail.com","created_at":"2026-01-11T18:14:20.034175-08:00","created_by":"beads/crew/emma","updated_at":"2026-01-11T18:17:39.763095-08:00","closed_at":"2026-01-11T18:17:39.763095-08:00","close_reason":"PR #1019 reviewed, tested, and merged. All CI checks passed. Manual testing confirmed markdown rendering works in both bd comments and bd show commands.","comments":[{"id":15,"issue_id":"bd-03z45","author":"beads/crew/giles","text":"Testing markdown:\n\n- Bullet 1\n- Bullet 2\n\n```go\nfunc hello() {\n fmt.Println(\"Hello\")\n}\n```\n\n**Bold** and *italic*","created_at":"2026-01-12T02:16:51Z"}]}
|
||||
{"id":"bd-03ze8","title":"Session ended: gt-beads-crew-grip","status":"closed","priority":2,"issue_type":"event","created_at":"2026-01-07T19:20:04.655276-08:00","created_by":"beads/crew/grip","updated_at":"2026-01-07T19:20:04.694807-08:00","closed_at":"2026-01-07T19:20:04.694807-08:00","close_reason":"auto-closed session event"}
|
||||
|
||||
Reference in New Issue
Block a user