Charles P. Cross
03f5afb605
feat(daemon): add auto_pull config parameter for periodic remote sync
...
Add --auto-pull flag to control whether the daemon periodically pulls from
remote to check for updates from other clones.
Configuration precedence:
1. --auto-pull CLI flag (highest)
2. BEADS_AUTO_PULL environment variable
3. daemon.auto_pull in database config
4. Default: true when sync.branch is configured
When auto_pull is enabled, the daemon creates a remoteSyncTicker that
periodically calls doAutoImport() to pull remote changes. When disabled,
users must manually run 'git pull' to sync remote changes.
Changes:
- cmd/bd/daemon.go: Add --auto-pull flag and config reading logic
- cmd/bd/daemon_event_loop.go: Gate remoteSyncTicker on autoPull parameter
- cmd/bd/daemon_lifecycle.go: Add auto-pull to status output and spawn args
- internal/rpc/protocol.go: Add AutoPull field to StatusResponse
- internal/rpc/server_core.go: Add autoPull to Server struct and SetConfig
- internal/rpc/server_routing_validation_diagnostics.go: Include in status
- Tests updated to pass autoPull parameter
Closes #TBD
2025-12-22 18:47:18 -05:00
..
2025-12-22 14:15:33 -08:00
2025-12-20 20:15:55 -05:00
2025-12-22 03:18:55 -08:00
2025-12-18 18:23:30 -08:00
2025-12-18 18:23:30 -08:00
2025-12-18 18:23:30 -08:00
2025-12-20 03:24:51 -08:00
2025-12-21 15:22:45 -08:00
2025-12-07 21:09:32 +11:00
2025-12-19 23:18:11 -08:00
2025-12-18 18:23:30 -08:00
2025-11-21 19:30:48 -05:00
2025-12-20 17:09:50 -08:00
2025-12-21 15:22:45 -08:00
2025-12-14 14:18:01 -08:00
2025-11-21 15:51:07 -05:00
2025-12-20 17:09:50 -08:00
2025-12-16 01:25:57 -08:00
2025-12-20 17:09:50 -08:00
2025-11-20 21:57:23 -05:00
2025-12-20 17:22:43 -08:00
2025-12-20 17:22:43 -08:00
2025-12-16 17:26:06 -08:00
2025-12-20 17:09:50 -08:00
2025-11-21 15:51:07 -05:00
2025-12-20 17:09:50 -08:00
2025-12-22 01:25:23 -08:00
2025-12-18 18:23:30 -08:00
2025-11-24 23:39:54 -08:00
2025-11-07 21:17:24 -08:00
2025-11-26 20:59:07 -08:00
2025-12-22 18:47:18 -05:00
2025-12-19 17:50:14 -08:00
2025-12-19 17:50:14 -08:00
2025-11-28 23:10:44 -08:00
2025-11-28 23:10:44 -08:00
2025-12-22 18:47:18 -05:00
2025-12-22 18:47:18 -05:00
2025-12-01 17:37:56 -08:00
2025-11-23 21:33:00 -08:00
2025-12-11 07:11:15 -05:00
2025-11-23 21:33:00 -08:00
2025-11-24 23:39:54 -08:00
2025-12-22 14:17:26 -08:00
2025-12-22 14:17:26 -08:00
2025-12-22 14:18:10 -08:00
2025-12-22 14:18:10 -08:00
2025-12-11 07:11:15 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-12-13 12:50:33 -08:00
2025-12-22 18:47:18 -05:00
2025-12-20 17:09:50 -08:00
2025-12-20 17:22:43 -08:00
2025-11-21 14:40:22 -05:00
2025-12-20 17:09:50 -08:00
2025-12-01 21:17:56 -08:00
2025-12-21 15:50:10 -08:00
2025-12-18 18:23:30 -08:00
2025-12-21 23:08:00 -08:00
2025-12-20 17:09:50 -08:00
2025-11-21 23:09:47 -08:00
2025-12-13 12:50:33 -08:00
2025-12-13 10:04:01 +11:00
2025-12-22 03:18:55 -08:00
2025-12-22 01:25:23 -08:00
2025-12-20 17:09:50 -08:00
2025-11-27 22:39:13 -08:00
2025-12-20 17:09:50 -08:00
2025-11-21 16:14:30 -05:00
2025-12-20 17:09:50 -08:00
2025-12-02 23:44:22 -08:00
2025-12-07 21:14:13 +11:00
2025-12-02 22:41:07 -08:00
2025-11-21 14:40:22 -05:00
2025-11-07 20:07:59 -08:00
2025-11-20 21:54:11 -05:00
2025-12-21 15:22:45 -08:00
2025-12-21 23:08:00 -08:00
2025-12-19 01:47:03 -08:00
2025-11-22 00:11:45 -08:00
2025-11-22 00:11:45 -08:00
2025-12-18 18:56:59 -08:00
2025-12-18 18:56:59 -08:00
2025-12-20 01:59:31 -08:00
2025-12-20 17:22:43 -08:00
2025-11-26 17:42:14 -08:00
2025-12-22 02:21:40 -08:00
2025-12-20 02:38:56 -08:00
2025-12-20 17:22:43 -08:00
2025-11-20 21:57:23 -05:00
2025-11-21 23:09:47 -08:00
2025-11-19 05:06:12 -05:00
2025-11-09 14:53:59 -08:00
2025-11-21 14:40:22 -05:00
2025-12-16 14:20:49 -08:00
2025-11-21 14:40:22 -05:00
2025-12-20 17:09:50 -08:00
2025-11-08 02:28:54 -08:00
2025-12-22 03:18:55 -08:00
2025-12-20 17:09:50 -08:00
2025-12-13 12:50:33 -08:00
2025-12-20 17:09:50 -08:00
2025-12-20 16:43:43 -08:00
2025-12-20 17:22:43 -08:00
2025-11-21 14:40:22 -05:00
2025-12-16 14:20:49 -08:00
2025-12-18 00:41:49 -08:00
2025-11-30 15:35:30 -08:00
2025-12-20 17:09:50 -08:00
2025-12-16 00:56:06 -08:00
2025-12-21 23:11:48 -08:00
2025-12-19 17:58:24 -08:00
2025-12-20 17:09:50 -08:00
2025-11-21 15:51:07 -05:00
2025-12-20 23:26:35 -08:00
2025-12-21 15:29:58 -08:00
2025-11-29 22:24:29 -08:00
2025-12-20 12:57:16 -08:00
2025-12-21 15:41:22 -08:00
2025-11-22 16:49:29 -08:00
2025-12-20 17:09:50 -08:00
2025-11-20 21:57:23 -05:00
2025-12-20 17:09:50 -08:00
2025-12-20 17:09:50 -08:00
2025-12-04 11:21:43 -08:00
2025-12-20 17:09:50 -08:00
2025-11-20 21:57:23 -05:00
2025-12-20 17:09:50 -08:00
2025-12-20 17:09:50 -08:00
2025-12-22 02:21:40 -08:00
2025-12-22 14:06:45 -08:00
2025-12-21 11:43:43 -08:00
2025-12-21 11:43:43 -08:00
2025-12-21 22:58:05 -08:00
2025-12-21 11:43:43 -08:00
2025-12-22 02:21:40 -08:00
2025-12-22 14:06:45 -08:00
2025-12-22 00:54:35 -08:00
2025-12-21 13:44:25 -08:00
2025-12-04 11:21:43 -08:00
2025-12-19 23:18:11 -08:00
2025-12-18 11:48:02 -08:00
2025-12-20 17:09:50 -08:00
2025-12-22 18:47:18 -05:00
2025-12-22 02:21:40 -08:00
2025-12-22 02:21:40 -08:00
2025-12-03 18:08:33 -08:00
2025-12-20 17:09:50 -08:00
2025-12-20 17:09:50 -08:00
2025-12-20 17:09:50 -08:00
2025-12-02 23:44:22 -08:00
2025-11-30 00:38:57 -08:00
2025-12-20 17:22:43 -08:00
2025-12-05 14:47:02 -08:00
2025-12-18 11:25:17 -08:00
2025-12-20 17:09:50 -08:00
2025-12-15 23:59:21 -08:00
2025-11-20 21:57:23 -05:00
2025-12-20 17:09:50 -08:00
2025-12-20 17:09:50 -08:00
2025-11-20 21:57:23 -05:00
2025-12-20 17:09:50 -08:00
2025-12-22 01:26:45 -08:00
2025-12-16 13:06:47 -08:00
2025-12-20 17:09:50 -08:00
2025-12-04 11:21:43 -08:00
2025-12-20 17:09:50 -08:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 22:46:12 -05:00
2025-12-20 17:22:43 -08:00
2025-12-20 17:09:50 -08:00
2025-12-21 23:11:48 -08:00
2025-12-20 17:09:50 -08:00
2025-12-22 01:25:23 -08:00
2025-12-02 22:41:07 -08:00
2025-12-20 17:22:43 -08:00
2025-11-26 22:02:59 -08:00
2025-12-20 13:14:39 -08:00
2025-12-20 17:22:43 -08:00
2025-12-19 17:52:27 -08:00
2025-12-04 11:21:43 -08:00
2025-11-21 23:34:22 -08:00
2025-12-16 14:20:49 -08:00
2025-12-21 12:43:18 -08:00
2025-12-21 13:44:25 -08:00
2025-12-21 15:22:45 -08:00
2025-12-13 12:50:33 -08:00
2025-11-24 00:21:01 -08:00
2025-12-20 03:10:06 -08:00
2025-12-21 15:22:45 -08:00
2025-11-24 10:56:14 -08:00
2025-11-24 11:28:32 -08:00
2025-12-13 12:50:33 -08:00
2025-12-20 17:22:43 -08:00
2025-12-20 17:09:50 -08:00
2025-12-20 17:09:50 -08:00
2025-12-03 18:30:53 -08:00
2025-12-20 17:09:50 -08:00
2025-12-13 10:04:01 +11:00
2025-12-04 11:21:43 -08:00
2025-12-20 20:50:33 -08:00
2025-12-22 03:18:55 -08:00
2025-12-22 14:06:45 -08:00
2025-12-16 00:06:19 -08:00
2025-11-08 18:22:28 -08:00
2025-12-16 00:06:19 -08:00