Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Thumbs.db
# Logs
*.log
npm-debug.log*
.specflow
1 change: 1 addition & 0 deletions .specflow
44 changes: 44 additions & 0 deletions .specify/specs/f-093-dolt-backend/docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Documentation Updates — F-093: dolt-backend

Generated: 2026-03-24

## CHANGELOG

Entry added to CHANGELOG.md:
> - **F-093 dolt-backend**: The current SQLite backend (`bun:sqlite`) creates fundamental limitations for multi-developer collaboration:

## User-Facing Changes

### CLI Changes
- add command
- --json
- ---------
- -------------
- --sqlite-path
- --dolt-database
- --dolt-remote
- --remote
- --host
- --port
- --user
- ------
- --------
- -------
- --backend
- --oneline
- --dry-run
- --no-data
- --skip-verification
- add option
- `specflow dolt`
- New subcommand

### Other Changes
- new feature
- Add configuration

## README Update

User-facing changes detected. Consider updating README.md with:

- New CLI commands/options in the Usage section
Loading