Commit 69f47d1b authored by Jan Reimes's avatar Jan Reimes
Browse files

🔥 chore(backup): update integration version to v0.59.0

* Remove backup labels.jsonl file.
* Update BEADS integration version in hooks:
  - post-checkout
  - post-merge
  - pre-commit
  - pre-push
  - prepare-commit-msg
parent c628ca4f
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -27,9 +27,15 @@ ephemeral.sqlite3-wal
ephemeral.sqlite3-shm

# Dolt server management (auto-started by bd)
dolt-server.*
dolt-monitor.*
*.pid
dolt-server.pid
dolt-server.log
dolt-server.lock
dolt-server.port
dolt-server.activity
dolt-monitor.pid

# Backup data (auto-exported JSONL, local-only)
backup/

# Legacy files (from pre-Dolt versions)
*.db
@@ -39,10 +45,6 @@ dolt-monitor.*
*.db-shm
db.sqlite
bd.db
daemon.lock
daemon.log
daemon-*.log.gz
daemon.pid
# NOTE: Do NOT add negation patterns here.
# They would override fork protection in .git/info/exclude.
# Config files (metadata.json, config.yaml) are tracked by git by default

.beads/backup/backup_state.json

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
{
  "last_dolt_commit": "mvsp9oaghhj3vauodm8jfpveu61oo1ru",
  "last_event_id": 0,
  "timestamp": "2026-03-01T23:18:20.8626527Z",
  "counts": {
    "issues": 45,
    "events": 45,
    "comments": 0,
    "dependencies": 11,
    "labels": 0,
    "config": 11
  }
}
 No newline at end of file

.beads/backup/comments.jsonl

deleted100644 → 0
+0 −0

Empty file deleted.

.beads/backup/config.jsonl

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
{"key":"auto_compact_enabled","value":"false"}
{"key":"compact_batch_size","value":"50"}
{"key":"compact_parallel_workers","value":"5"}
{"key":"compact_tier1_days","value":"30"}
{"key":"compact_tier1_dep_levels","value":"2"}
{"key":"compact_tier2_commits","value":"100"}
{"key":"compact_tier2_days","value":"90"}
{"key":"compact_tier2_dep_levels","value":"5"}
{"key":"compaction_enabled","value":"false"}
{"key":"issue_prefix","value":"tdc"}
{"key":"schema_version","value":"6"}

.beads/backup/dependencies.jsonl

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
{"created_at":"2026-01-27T00:01:06Z","created_by":"Jan.Reimes","depends_on_id":"tdoc-crawler-9gi","issue_id":"tdoc-crawler-1gw","type":"blocks"}
{"created_at":"2026-01-27T00:00:53Z","created_by":"Jan.Reimes","depends_on_id":"tdoc-crawler-1gw","issue_id":"tdoc-crawler-2y3","type":"blocks"}
{"created_at":"2026-01-27T00:00:56Z","created_by":"Jan.Reimes","depends_on_id":"tdoc-crawler-6ub","issue_id":"tdoc-crawler-2y3","type":"blocks"}
{"created_at":"2026-01-27T00:00:56Z","created_by":"Jan.Reimes","depends_on_id":"tdoc-crawler-7w4","issue_id":"tdoc-crawler-2y3","type":"blocks"}
{"created_at":"2026-01-27T00:00:55Z","created_by":"Jan.Reimes","depends_on_id":"tdoc-crawler-fpe","issue_id":"tdoc-crawler-2y3","type":"blocks"}
{"created_at":"2026-01-27T00:00:54Z","created_by":"Jan.Reimes","depends_on_id":"tdoc-crawler-qko","issue_id":"tdoc-crawler-2y3","type":"blocks"}
{"created_at":"2026-01-27T00:01:09Z","created_by":"Jan.Reimes","depends_on_id":"tdoc-crawler-9gi","issue_id":"tdoc-crawler-6ub","type":"blocks"}
{"created_at":"2026-01-27T00:01:08Z","created_by":"Jan.Reimes","depends_on_id":"tdoc-crawler-9gi","issue_id":"tdoc-crawler-7w4","type":"blocks"}
{"created_at":"2026-01-27T00:01:16Z","created_by":"Jan.Reimes","depends_on_id":"tdoc-crawler-3u6","issue_id":"tdoc-crawler-9gi","type":"blocks"}
{"created_at":"2026-01-27T00:01:07Z","created_by":"Jan.Reimes","depends_on_id":"tdoc-crawler-9gi","issue_id":"tdoc-crawler-fpe","type":"blocks"}
{"created_at":"2026-01-27T00:01:07Z","created_by":"Jan.Reimes","depends_on_id":"tdoc-crawler-9gi","issue_id":"tdoc-crawler-qko","type":"blocks"}
Loading