Files
dbtool-cli-v1/plans/2026-03-25-pm-v1-sequencing.md
Paperclip CTO 7424491944
Some checks failed
release-smoke / macos-13 / x86_64-apple-darwin (push) Has been cancelled
release-smoke / ubuntu-latest / x86_64-unknown-linux-gnu (push) Has been cancelled
release-smoke / windows-latest / x86_64-pc-windows-msvc (push) Has been cancelled
chore: bootstrap independent git workflow
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-26 03:49:29 +00:00

607 B

dbtool-cli-v1 PM Sequencing

  1. bootstrap an empty but runnable Rust CLI workspace
  2. establish a shared connection and inspection model
  3. ship PostgreSQL happy path for connect, inspect, and query
  4. reach MySQL parity on the same workflow
  5. reach SQLite parity with documented structural differences
  6. add CSV and JSON export on top of query results
  7. validate the cross-database acceptance matrix before any GUI follow-on

Sequencing Rule

Do not start GUI execution work until the CLI acceptance path is stable enough to validate the product workflow end to end.