diff --git a/.opencode/plans/1774116737450-clever-canyon.md b/.opencode/plans/1774116737450-clever-canyon.md index b37aa32..2b8616b 100644 --- a/.opencode/plans/1774116737450-clever-canyon.md +++ b/.opencode/plans/1774116737450-clever-canyon.md @@ -349,9 +349,7 @@ program try { const result = await cleanupArchiveTags({ force: options.force, - // If --no-remote is passed, set remote to false (local-only) - // Otherwise, remote is either specified (string) or undefined (use first available) - remote: options.noRemote ? false : options.remote, + remote: options.remote, }); if (result.success) {