chore: bootstrap independent git workflow
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

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Paperclip CTO
2026-03-26 03:49:06 +00:00
commit 7424491944
60 changed files with 7793 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# dbtool-cli-v1 PM Sequencing
## Recommended Delivery Order
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.