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:
parent
c5d255f816
commit
5c074935d7
7 changed files with 113 additions and 1872 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue