Commit Graph

1461 Commits

Author SHA1 Message Date
Steve Yegge
ecc5830a31 fix(deletions): track deletions.jsonl in git for cross-clone propagation
Fixes bd-44e: Remove deletions.jsonl from .gitignore.

The deletions manifest MUST be tracked in git for cross-clone deletion
propagation to work (bd-imj). Previously it was incorrectly gitignored
with a "local-only" comment that contradicted the design.

Changes:
- Remove .beads/deletions.jsonl from .gitignore
- Add comment explaining why it is tracked
- Track existing deletions.jsonl file

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 14:57:55 -08:00
Steve Yegge
941c65f1a7 bd sync: 2025-11-25 14:57:33 2025-11-25 14:57:33 -08:00
Steve Yegge
25ccdf9892 bd sync: 2025-11-25 14:45:06 2025-11-25 14:45:06 -08:00
Steve Yegge
2a39579189 bd sync: 2025-11-25 14:40:35 2025-11-25 14:40:35 -08:00
Steve Yegge
898bc2ac18 bd sync: apply DB changes after import 2025-11-25 14:29:25 -08:00
Steve Yegge
eb8b7f13f9 bd sync: 2025-11-25 12:55:13 2025-11-25 12:55:13 -08:00
Steve Yegge
907759ce3f bd sync: apply DB changes after import 2025-11-25 12:41:36 -08:00
Steve Yegge
a79f48d980 bd sync: 2025-11-25 12:41:35 2025-11-25 12:41:36 -08:00
Steve Yegge
1804a91787 bd sync: apply DB changes after import 2025-11-25 12:33:39 -08:00
Steve Yegge
f7adb935df bd sync: 2025-11-25 12:03:21 2025-11-25 12:03:21 -08:00
Steve Yegge
be784a0b4b bd sync: 2025-11-25 11:46:06 2025-11-25 11:46:06 -08:00
Steve Yegge
c3e4172be7 bd sync: 2025-11-25 11:35:26 2025-11-25 11:35:26 -08:00
Steve Yegge
a7f63c6925 bd sync: 2025-11-25 10:59:11 2025-11-25 10:59:11 -08:00
Steve Yegge
368e5b9955 bd sync: 2025-11-25 10:52:39 2025-11-25 10:52:39 -08:00
Steve Yegge
11378c72c6 bd sync: apply DB changes after import 2025-11-25 09:58:11 -08:00
Steve Yegge
25359f4606 bd sync: apply DB changes after import 2025-11-25 09:58:03 -08:00
Steve Yegge
72ddacbcb7 bd sync: 2025-11-25 09:58:02 2025-11-25 09:58:03 -08:00
Steve Yegge
a8008f5a0b bd sync: 2025-11-25 09:26:29 2025-11-25 09:26:29 -08:00
Steve Yegge
bf0a196aed bd sync: 2025-11-25 09:22:26 2025-11-25 09:22:26 -08:00
Steve Yegge
9c68d59550 bd sync: apply DB changes after import 2025-11-25 09:10:06 -08:00
Steve Yegge
c808ff2cf8 bd sync: 2025-11-25 09:09:05 2025-11-25 09:09:05 -08:00
Steve Yegge
b6a1b98ff3 fix: repair corrupted beads JSONL
- Fixed nested [deleted:[deleted:...]] patterns in bd-1rh, bd-1w6i, bd-c362
- Fixed bd-13gm which had shell command injection as description

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 01:10:40 -08:00
Steve Yegge
5134096189 bd sync: 2025-11-25 00:45:08 2025-11-25 00:45:08 -08:00
Steve Yegge
8755c05508 fix: cleanup orphan issue and nested deleted references
- Deleted orphan issue bd-98c4e1fa.1 (parent was deleted)
- Fixed nested [deleted:[deleted:...]] patterns in 4 issues
- Removed DEBUG statement from sync.go

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 00:35:04 -08:00
Steve Yegge
11fe204221 bd sync: 2025-11-25 00:25:13 2025-11-25 00:25:13 -08:00
Steve Yegge
3d6dd278bf docs: add ZFC resurrection bug investigation notes
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 00:04:58 -08:00
Steve Yegge
8370a43a59 bd sync: apply DB changes after import 2025-11-24 23:57:50 -08:00
Steve Yegge
fd4af85981 fix: restore beads.jsonl to clean state (74 lines from dcd7877)
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 23:43:37 -08:00
Steve Yegge
d0229a9078 bd sync: 2025-11-24 23:41:10 2025-11-24 23:41:10 -08:00
Steve Yegge
901cff1361 bd sync: 2025-11-24 23:39:43 2025-11-24 23:39:54 -08:00
Steve Yegge
58f767121d bd sync: 2025-11-24 23:27:31 2025-11-24 23:27:31 -08:00
Steve Yegge
0a77619c5e bd sync: 2025-11-24 22:56:05 2025-11-24 22:56:05 -08:00
Steve Yegge
13b827d983 bd sync: 2025-11-24 22:34:32 2025-11-24 22:34:32 -08:00
Steve Yegge
9b13c422ca docs: add v0.24.4 changelog entry
Comprehensive changelog documenting all changes since v0.24.3:
- Transaction API for atomic multi-operation workflows
- Tip system infrastructure for smart user hints
- Sorting flags for bd list and bd search
- Claude integration verification in bd doctor
- ARM Linux support (PR #371)
- Multiple bug fixes and improvements

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 22:28:04 -08:00
Steve Yegge
9767e57024 bd doctor: add Claude integration verification checks
Add two new checks to verify Claude Code integration:
- CheckBdInPath: verifies 'bd' is in PATH (needed for hooks)
- CheckDocumentationBdPrimeReference: checks if docs reference 'bd prime'
  and verifies the command exists (detects version mismatches)

Closes bd-o78

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 22:10:58 -08:00
Steve Yegge
4215f5d8a9 bd sync: 2025-11-24 21:16:44 2025-11-24 21:16:44 -08:00
Steve Yegge
46d65c9778 bd sync: apply DB changes after import 2025-11-24 21:00:16 -08:00
Steve Yegge
bdeb0ee99d Merge branch 'main' of https://github.com/steveyegge/beads 2025-11-24 21:00:16 -08:00
Steve Yegge
7ff493015f bd sync: 2025-11-24 21:00:15 2025-11-24 21:00:15 -08:00
Steve Yegge
c90276c0f4 bd sync: apply DB changes after import 2025-11-24 20:49:24 -08:00
Steve Yegge
f08ed9e665 bd sync: 2025-11-24 20:45:08 2025-11-24 20:45:08 -08:00
Steve Yegge
82d7302dae bd sync: 2025-11-24 20:44:40 2025-11-24 20:45:04 -08:00
Steve Yegge
489a102256 bd sync: 2025-11-24 20:43:56 2025-11-24 20:43:56 -08:00
Steve Yegge
bad34e6ce8 bd sync: 2025-11-24 20:40:44 2025-11-24 20:40:44 -08:00
Steve Yegge
d2f3762969 bd sync: 2025-11-24 20:26:24 2025-11-24 20:26:24 -08:00
Steve Yegge
b453db8832 bd sync: 2025-11-24 20:20:43 2025-11-24 20:20:43 -08:00
Steve Yegge
cf560a947c bd sync: 2025-11-24 19:28:28 2025-11-24 19:28:28 -08:00
Steve Yegge
3d280f9b6b bd sync: 2025-11-24 19:27:36 2025-11-24 19:27:36 -08:00
Steve Yegge
4390aabadf bd sync: 2025-11-24 19:26:08 2025-11-24 19:26:08 -08:00
Steve Yegge
d8cdf13213 bd sync: apply DB changes after import 2025-11-24 17:21:42 -08:00