feat: default ecc2 worktrees through policy

This commit is contained in:
Affaan Mustafa
2026-04-08 15:58:31 -07:00
parent 86cbe3d616
commit b3f781a648
8 changed files with 576 additions and 326 deletions

View File

@@ -392,10 +392,7 @@ where
);
}
if dirty > 0 {
tracing::warn!(
"Skipped {} dirty worktree(s) during auto-merge",
dirty
);
tracing::warn!("Skipped {} dirty worktree(s) during auto-merge", dirty);
}
if active > 0 {
tracing::info!("Skipped {active} active worktree(s) during auto-merge");