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
[fix] Route diagnostic warnings to stderr; surface IsDirty errors (#189)
[fix] Route diagnostic warnings to stderr; surface IsDirty errors (#170)
- Route all Warning: … lines to cmd.ErrOrStderr() (was cmd.OutOrStdout()) in
cleanFetchMergeRef, printWarnings, syncCmd.RunE fetch path, syncWorktree
non-dirty skip path, and listRenderTable ghWarning — stdout is now clean
for pipeline and JSON consumers.
- filterDirtyWorktrees (CLI) and filterDirty (MCP) now treat an IsDirty error
as dirty (include the worktree) and emit a Warning: … line to stderr so the
error is visible; previously the error was silently swallowed and the worktree
was excluded.
0 commit comments