bd sync: 2026-01-01 10:53:17

This commit is contained in:
beads/crew/wolf
2026-01-01 10:53:17 -08:00
committed by Steve Yegge
parent a71e21c416
commit 66a220e06c

View File

@@ -15,7 +15,7 @@
{"id":"bd-0vg","title":"Pinned issues: persistent context markers","description":"Add ability to pin issues so they remain visible and are excluded from work-finding commands. Pinned issues serve as persistent context markers (handoffs, architectural notes, recovery instructions) that should not be claimed as work items.\n\nUse Cases:\n1. Handoff messages - Pin session handoffs so new agents always see them\n2. Architecture decisions - Pin ADRs or design notes for reference \n3. Recovery context - Pin amnesia-cure notes that help agents orient\n\nCore commands: bd pin, bd unpin, bd list --pinned/--no-pinned","status":"closed","priority":1,"issue_type":"epic","created_at":"2025-12-18T23:33:10.911092-08:00","updated_at":"2025-12-21T11:30:28.989696-08:00","closed_at":"2025-12-21T11:30:28.989696-08:00"}
{"id":"bd-0vtq","title":"Investigate JSONL hash mismatch warnings (bd-160)","description":"During v0.39.1 release, saw repeated warnings:\n\nWARNING: JSONL file hash mismatch detected (bd-160)\n This indicates JSONL and export_hashes are out of sync.\n Clearing export_hashes to force full re-export.\n\nThis appeared multiple times during wisp close operations. Questions:\n1. What causes export_hashes to drift from actual JSONL content?\n2. Is this expected during wisp operations (since wisps do not export)?\n3. Should wisp operations skip the hash check entirely?\n4. Is there actual data integrity risk or just noise?\n\nThe warning references bd-160 - may need to check that issue for context.","status":"closed","priority":2,"issue_type":"bug","created_at":"2025-12-27T22:51:25.448856-08:00","created_by":"beads/crew/emma","updated_at":"2025-12-27T23:22:09.589444-08:00","closed_at":"2025-12-27T23:22:09.589444-08:00"}
{"id":"bd-0w5","title":"Fix update-hooks verification in version-bump.yaml","description":"The update-hooks task verification command at version-bump.yaml:358 always succeeds due to '|| echo ...' fallback. Remove the fallback so verification actually fails when hooks aren't installed.","status":"tombstone","priority":3,"issue_type":"bug","created_at":"2025-12-17T22:23:06.55467-08:00","updated_at":"2025-12-25T01:21:01.952723-08:00","deleted_at":"2025-12-25T01:21:01.952723-08:00","deleted_by":"batch delete","delete_reason":"batch delete","original_type":"bug"}
{"id":"bd-0ydb","title":"Review PR #834: Add Windows ARM64 build support","description":"Review and potentially merge PR #834 from ramarivera adding native Windows ARM64 (aarch64) build support.\n\nKey changes:\n- GoReleaser: Added bd-windows-arm64 build configuration\n- CI Workflow: Installed gcc-mingw-w64-aarch64 toolchain\n- WinGet Manifest: Added ARM64 installer entry\n- Release Notes: Updated to mention Windows ARM64 support\n\nFixes #833. No code changes - purely build configuration.","status":"hooked","priority":2,"issue_type":"task","assignee":"beads/crew/wolf","created_at":"2026-01-01T10:45:50.99742-08:00","created_by":"beads/crew/wolf","updated_at":"2026-01-01T10:46:13.673012-08:00"}
{"id":"bd-0ydb","title":"Review PR #834: Add Windows ARM64 build support","description":"Review and potentially merge PR #834 from ramarivera adding native Windows ARM64 (aarch64) build support.\n\nKey changes:\n- GoReleaser: Added bd-windows-arm64 build configuration\n- CI Workflow: Installed gcc-mingw-w64-aarch64 toolchain\n- WinGet Manifest: Added ARM64 installer entry\n- Release Notes: Updated to mention Windows ARM64 support\n\nFixes #833. No code changes - purely build configuration.","status":"closed","priority":2,"issue_type":"task","assignee":"beads/crew/wolf","created_at":"2026-01-01T10:45:50.99742-08:00","created_by":"beads/crew/wolf","updated_at":"2026-01-01T10:50:05.502922-08:00","closed_at":"2026-01-01T10:50:05.502922-08:00","close_reason":"Reviewed PR #834. Requested changes: gcc-mingw-w64-aarch64 package doesn't exist in Ubuntu. Recommended using CGO_ENABLED=0 since ncruces/go-sqlite3 is CGO-free."}
{"id":"bd-0zp7","title":"Add missing hook calls in mail reply and ack","description":"The mail commands are missing hook calls:\n\n1. runMailReply (mail.go:525-672) creates a message but doesn't call hookRunner.Run(hooks.EventMessage, ...) after creating the reply in direct mode (around line 640)\n\n2. runMailAck (mail.go:432-523) closes messages but doesn't call hookRunner.Run(hooks.EventClose, ...) after closing each message (around line 487 for daemon mode, 493 for direct mode)\n\nThis means GGT hooks won't fire for replies or message acknowledgments.","status":"tombstone","priority":1,"issue_type":"bug","created_at":"2025-12-16T20:52:53.069412-08:00","updated_at":"2025-12-25T01:21:01.952723-08:00","deleted_at":"2025-12-25T01:21:01.952723-08:00","deleted_by":"batch delete","delete_reason":"batch delete","original_type":"bug"}
{"id":"bd-118d","title":"Commit release v0.33.2","description":"Stage and commit the version bump:\n\n```bash\ngit add cmd/bd/version.go cmd/bd/info.go CHANGELOG.md\ngit commit -m \"release: v0.33.2\"\n```\n\nDo NOT push yet - tag first.","status":"tombstone","priority":1,"issue_type":"task","created_at":"2025-12-21T16:10:13.761725-08:00","updated_at":"2025-12-21T17:29:31.791368-08:00","deleted_at":"2025-12-21T17:29:31.791368-08:00","deleted_by":"batch delete","delete_reason":"batch delete","original_type":"task"}
{"id":"bd-11lm","title":"Increase ClaudeStartTimeout for slow startup machines","description":"ClaudeStartTimeout is 15s but Claude can take 30s+ to start on some machines. If Claude takes longer than timeout, GUPP nudges arrive before Claude is ready.\n\nOptions:\n1. Increase timeout to 60s (simple)\n2. Improve WaitForClaudeReady detection (harder - has false positives)\n3. Retry nudge if no response within N seconds\n\nLocation: internal/constants/constants.go","status":"closed","priority":2,"issue_type":"bug","assignee":"beads/polecats/pearl","created_at":"2025-12-30T21:20:58.529924-08:00","created_by":"mayor","updated_at":"2025-12-30T22:15:49.115555-08:00","closed_at":"2025-12-30T22:15:49.115555-08:00","close_reason":"Fixed: increased ClaudeStartTimeout from 15s to 60s in gastown commit 49117c9"}