/{cmd,docs,internal,website}: make dolt backend explicitly single process
This commit is contained in:
@@ -37,11 +37,12 @@ The wizard will:
|
||||
- Import existing issues from git (if any)
|
||||
- Prompt to install git hooks (recommended)
|
||||
- Prompt to configure git merge driver (recommended)
|
||||
- Auto-start daemon for sync
|
||||
- Auto-start daemon for sync (SQLite backend only)
|
||||
|
||||
Notes:
|
||||
- SQLite backend stores data in `.beads/beads.db`.
|
||||
- Dolt backend stores data in `.beads/dolt/` and records `"database": "dolt"` in `.beads/metadata.json`.
|
||||
- Dolt backend runs **single-process-only**; daemon mode is disabled.
|
||||
|
||||
## Your First Issues
|
||||
|
||||
|
||||
Reference in New Issue
Block a user