You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rick Hightower edited this page Jul 24, 2026
·
2 revisions
worklog sync --pull can never bootstrap: cursor-less pull calls the adapter with no --since, which it requires
01KYAGZ8KK46SQF1MKHAHVCTJV · task/bug · open
sync_dispatch.py's pull step calls the adapter with no --since/--keys when .work/sync-state.json has no 'cursors' entry yet for a repo -- but the adapter's own contract requires one of --since or --keys, so the very first pull always fails (exit 1: 'pull requires --since or --keys').