Merge branch 'main' of github.com:steveyegge/beads

This commit is contained in:
Steve Yegge
2025-11-06 19:16:48 -08:00
10 changed files with 251 additions and 387 deletions

24
.beads/.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# SQLite databases
*.db
*.db-journal
*.db-wal
*.db-shm
# Daemon runtime files
daemon.lock
daemon.log
daemon.pid
bd.sock
# Legacy database files
db.sqlite
bd.db
# Keep JSONL exports and config (source of truth for git)
!*.jsonl
!metadata.json
!config.json
# Exclude merge artifacts (temporary files from 3-way merge)
beads.base.jsonl
beads.left.jsonl

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long