Skip to content

Commit 33c64cf

Browse files
committed
chore: Beads migration
1 parent 4027288 commit 33c64cf

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.beads/.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Daemon runtime files
99
daemon.lock
1010
daemon.log
11+
daemon-*.log.gz
1112
daemon.pid
1213
bd.sock
1314
sync-state.json
@@ -35,11 +36,13 @@ beads.right.meta.json
3536
# Sync state (local-only, per-machine)
3637
# These files are machine-specific and should not be shared across clones
3738
.sync.lock
39+
.jsonl.lock
3840
sync_base.jsonl
3941
export-state/
4042

41-
# Process semaphore slot files (runtime concurrency limiting)
42-
sem/
43+
# Dolt database (managed by Dolt remotes, not git)
44+
dolt/
45+
dolt-access.lock
4346

4447
# NOTE: Do NOT add negation patterns (e.g., !issues.jsonl) here.
4548
# They would override fork protection in .git/info/exclude, allowing

.beads/.migration-hint-ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1771215936

0 commit comments

Comments
 (0)