You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add shared Dolt server mode for multi-repo/agent setups (GH#2416)
Introduces BEADS_DOLT_SHARED_SERVER mode where multiple beads projects
share a single Dolt server on a fixed port (3308), avoiding per-project
server sprawl. Includes `bd init --shared-server`, `bd dolt shared-*`
commands, doctor checks, and comprehensive tests.
Co-Authored-By: Shybko <shybko@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/CONFIG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ Tool-level settings you can configure:
47
47
|`backup.git-push`| - |`BD_BACKUP_GIT_PUSH`|`false`| Auto git-add + commit + push after export |
48
48
|`dolt.auto-push`| - |`BD_DOLT_AUTO_PUSH`| (auto) | Auto-push to Dolt remote after writes (auto-enabled when origin exists) |
49
49
|`dolt.auto-push-interval`| - |`BD_DOLT_AUTO_PUSH_INTERVAL`|`5m`| Minimum time between auto-pushes |
50
+
|`dolt.shared-server`|`--shared-server`|`BEADS_DOLT_SHARED_SERVER`|`false`| Share a single Dolt server across all projects at `~/.beads/shared-server/`|
0 commit comments