From 587483e8afcc5f82a89c2e4875c383cfc0913f0d Mon Sep 17 00:00:00 2001 From: Eugene Blikh Date: Mon, 10 Aug 2026 14:04:35 +0300 Subject: [PATCH] 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. --- .beads/config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.beads/config.yaml b/.beads/config.yaml index 326e45794a856cc5861b4bc4bfe936c3e0fc233a..34896fc42de7b34e164240988a0cb3bc2f64fdc1 100644 --- a/.beads/config.yaml +++ b/.beads/config.yaml @@ -65,4 +65,8 @@ # - linear.api_key → use LINEAR_API_KEY env var instead # - github.token → use GITHUB_TOKEN env var instead -sync.remote: "https://dolt.srht.bigb.es/~bigbes/sr-ht-dolt" \ No newline at end of file +sync.remote: "https://dolt.srht.bigb.es/~bigbes/sr-ht-dolt" +dolt: + auto-push: true + auto-push-interval: 30s + auto-push-timeout: 60s