Files
gbrain/test
Garry TanandClaude Opus 5 7efb0c76f7 fix(cli): make backfill command reachable — add to CLI_ONLY (#3224)
'backfill' had a fully implemented handler (case 'backfill' dispatching
to commands/backfill.ts) but was missing from the CLI_ONLY set, so
dispatch rejected every invocation with 'Unknown command: backfill'.
Same drift class as #2900 (reconcile-links) and #2035 (calibration).

Also lists backfill in the main --help TOOLS section.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-28 13:12:07 -07:00
..