From 29dd67c8ae0ce14748e0913fae2ed96f32d85280 Mon Sep 17 00:00:00 2001 From: Time Attakc <89218912+time-attack@users.noreply.github.com> Date: Mon, 27 Jul 2026 14:48:00 -0700 Subject: [PATCH] fix(cli): restore sync --watch / See-also adjacency pinned by #2795 (help-line order broke in #3426 merge) (#3444) Co-authored-by: Garry Tan Co-authored-by: Claude Fable 5 --- src/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.ts b/src/cli.ts index 5253c051d..50705174b 100755 --- a/src/cli.ts +++ b/src/cli.ts @@ -2372,9 +2372,9 @@ IMPORT/EXPORT import [--no-embed] Import markdown directory sync [--repo ] [flags] Git-to-brain incremental sync sync --watch [--interval N] Continuous sync (loops until stopped) + See also: autopilot --install (continuous daemon). sync --all --missing-path skip Classify sources whose local_path is absent on this machine as skipped, not failed - See also: autopilot --install (continuous daemon). export [--dir ./out/] Export to markdown export --restore-only [--repo

] Restore missing supabase-only files [--type T] [--slug-prefix S] With optional filters