feat(FN-3834): short-circuit no-op merges and auto-finalize review tasks
Merged FN-3834 to add a no-op merge recovery flow to the merger, including a branch-ahead detector, short-circuit logic to exclude no-op merges from the mergeable sweep, and finalization of no-op review tasks — backed by substantial test coverage across merger and self-healing modules. Fusion-Task-Id: FN-3834
This commit is contained in:
@@ -702,6 +702,8 @@
|
||||
gap: var(--space-sm);
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
container-type: inline-size;
|
||||
container-name: agent-card-actions;
|
||||
}
|
||||
|
||||
.agent-card-actions .btn {
|
||||
@@ -718,8 +720,10 @@
|
||||
padding: var(--space-xs) var(--space-sm);
|
||||
}
|
||||
|
||||
.agents-split-sidebar .agent-card-actions .agent-card-action-label {
|
||||
display: none;
|
||||
@container agent-card-actions (max-width: calc(var(--space-2xl) * 9)) {
|
||||
.agents-split-sidebar .agent-card-actions .agent-card-action-label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.agent-card-details-btn {
|
||||
|
||||
Reference in New Issue
Block a user