update beads db

This commit is contained in:
Codex Agent
2025-11-12 13:23:11 -07:00
parent a020c6c7fe
commit 70c36f8a4d
3 changed files with 16 additions and 495 deletions

15
.beads/.gitignore vendored
View File

@@ -1,5 +1,6 @@
# SQLite databases
*.db
*.db?*
*.db-journal
*.db-wal
*.db-shm
@@ -14,11 +15,15 @@ bd.sock
db.sqlite
bd.db
# Merge artifacts (temporary files from 3-way merge)
beads.base.jsonl
beads.base.meta.json
beads.left.jsonl
beads.left.meta.json
beads.right.jsonl
beads.right.meta.json
# Keep JSONL exports and config (source of truth for git)
!*.jsonl
!issues.jsonl
!metadata.json
!config.json
# 3-way merge snapshot files (local-only, for deletion tracking)
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