fix: repair beads database for macOS — remove stale Dolt port, fix comment ID types

- Remove deprecated dolt_server_port from metadata.json (stale Windows value causing auto-start suppression)
- Convert numeric comment IDs to strings in issues.jsonl (bd 0.61.0 schema requirement)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
zenchantlive 2026-03-24 19:02:45 -05:00
parent c5d255f816
commit 5c074935d7
7 changed files with 113 additions and 1872 deletions

View file

@ -1,13 +1,12 @@
{
"last_dolt_commit": "e5b6p1onq3cnpih93cluvrq9okdqg34k",
"last_event_id": 0,
"timestamp": "2026-03-16T03:38:27.318481Z",
"last_dolt_commit": "cla3d0gnedbbc05i66cph0sj4puqvo9n",
"timestamp": "2026-03-24T23:51:42.404632Z",
"counts": {
"issues": 325,
"events": 360,
"comments": 42,
"dependencies": 420,
"labels": 611,
"issues": 0,
"events": 0,
"comments": 0,
"dependencies": 0,
"labels": 0,
"config": 12
}
}