Skip to content

Conversation

@wesbillman
Copy link
Collaborator

Summary

Renames the database file from reviews.db to staged.db for consistency as an app-level database.

Changes

  • Database filename changed from reviews.db to staged.db
  • Automatic migration added: if reviews.db exists but staged.db doesn't, the old file is renamed
  • All existing user data (comments, reviewed files, AI analysis) is preserved

Notes

The database stores more than just reviews (AI analysis, comments, edits, etc.), so staged.db is a more appropriate name for an app-level database.

- Rename database file from reviews.db to staged.db for consistency
- Add automatic migration: renames old file if it exists and new one doesn't
- Existing user data (comments, reviewed files, AI analysis) preserved
@wesbillman wesbillman merged commit 5cfb3e7 into main Jan 29, 2026
1 check passed
@wesbillman wesbillman deleted the wesb/migrate-db branch January 29, 2026 01:24
michaelneale added a commit that referenced this pull request Jan 29, 2026
* main:
  show an explanation of how things were as well as the change (#28)
  feat: install a CLI for instant terminal launch in a repo dir (#38)
  Rename reviews.db to staged.db with auto-migration (#39)
  Add lefthook for pre-push checks (#37)
  Replace goose CLI with ACP (Agent Client Protocol) (#36)
  Add window state persistence and macOS app menu (#32)
  Fix horizontal scrollbar in sidebar (#35)
  Add GitHub Actions CI workflow for PRs (#33)
  Tiered strategy for changeset sizes (#29)
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.

3 participants