~bigbes/sr-ht-dolt

ref: 3523280c915d225462fa8e64827ae49beb47d4ec sr-ht-dolt/.beads d---------
3523280c — Eugene Blikh a day ago master
beads: ignore the JSONL exports

The Dolt companion is the sync layer for issues and their audit trail, so a
second copy riding in git buys nothing and costs a dirty status after every bd
write. The config half (config.yaml, metadata.json, hooks/) stays tracked, or
there is nothing for bd hooks install to install in a fresh clone.
587483e8 — Eugene Blikh 8 days ago
bd: point the Dolt remote at dolt.srht.bigb.es and enable auto-push

bd init wrote the git URL into sync.remote, which Dolt cannot push to. Point
it at the companion database instead and turn on auto-push (30s debounce, 60s
timeout) so a bead created in a session does not sit only in the local store.
2acea60f — Eugene Blikh 8 days ago
bd: update sync.remote
fa586957 — Eugene Blikh 8 days ago
bd: clear sync.remote
aeb8b43a — Eugene Blikh 8 days ago
bd init: initialize beads issue tracking