Files
gbrain/test
90ef2ed7c7 fix(cli): make 'backfill' dispatchable — register in CLI_ONLY, dispatch before shared connectEngine
Fixes #3224: 'backfill' was missing from the CLI_ONLY set, so dispatch hit
'Unknown command' before the fully-implemented case could run. Registered
in CLI_ONLY + CLI_ONLY_SELF_HELP, dispatched before handleCliOnly's shared
connectEngine() because runBackfillCommand manages its own engine (avoids
a PGLite single-writer double-connect), refused on thin clients with a
hint, and guarded by a switch-case-vs-CLI_ONLY class test.

Co-authored-by: Masashi-Ono0611 <Masashi-Ono0611@users.noreply.github.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-23 10:56:28 -07:00
..