Skip to content

[rosary-aa8c6d] chore(beads): bead store dolt->sqlite#1

Open
jamestexas wants to merge 1 commit into
mainfrom
chore/rosary-aa8c6d-bead-store-sqlite
Open

[rosary-aa8c6d] chore(beads): bead store dolt->sqlite#1
jamestexas wants to merge 1 commit into
mainfrom
chore/rosary-aa8c6d-bead-store-sqlite

Conversation

@jamestexas

Copy link
Copy Markdown
Contributor

Migrated this repo's bead store from Dolt to SQLite with rsry bead migrate --to sqlite --commit (rosary v0.10.0, ADR-0021). The dry run verified
field-level fidelity against the Dolt source before the swap, and the counts
were re-checked against the Dolt tables directly.

  • .beads/metadata.json now reports backend=sqlite, matching the actual store.
  • .beads/.gitignore ignores dolt.bak/ — --commit renames dolt/ to dolt.bak/
    rather than deleting it, and that is a binary Dolt store that must never be
    committed (the rosary-05fbe0 footgun).

The pre-migration .beads/ directory is backed up outside the repo.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01TzQGRJiJEZr3C4MbSySDkZ

…t.bak ignore)

Migrated this repo's bead store from Dolt to SQLite with `rsry bead migrate
--to sqlite --commit` (rosary v0.10.0, ADR-0021). The dry run verified
field-level fidelity against the Dolt source before the swap, and the counts
were re-checked against the Dolt tables directly.

- .beads/metadata.json now reports backend=sqlite, matching the actual store.
- .beads/.gitignore ignores dolt.bak/ — `--commit` renames dolt/ to dolt.bak/
  rather than deleting it, and that is a binary Dolt store that must never be
  committed (the rosary-05fbe0 footgun).

The pre-migration .beads/ directory is backed up outside the repo.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TzQGRJiJEZr3C4MbSySDkZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant