fix(FN-3386): restore workspace verification gates and docs

- Resolve the cli-alias merge conflict by keeping mainline-deletion semantics under smart-prefer-main
- Add TaskCard workspace verification UI behavior and regression coverage
- Update plugin-sdk exports and related task/dashboard documentation for verification workflow

Fusion-Task-Id: FN-3386
This commit is contained in:
Fusion
2026-05-04 15:43:51 -07:00
committed by gsxdsm
parent c48feb2f79
commit 05cb972212
6 changed files with 209 additions and 3 deletions

View File

@@ -451,6 +451,20 @@
white-space: nowrap;
}
.card-agent-created-badge {
display: inline-flex;
align-items: center;
gap: var(--space-xs);
font-size: 0.625rem;
font-weight: 600;
color: var(--text-muted);
background: color-mix(in srgb, var(--text-muted) 18%, transparent);
border: var(--btn-border-width) solid color-mix(in srgb, var(--text-muted) 35%, transparent);
padding: calc(var(--space-xs) / 4) calc(var(--space-sm) - (var(--space-xs) / 4));
border-radius: var(--radius-pill);
line-height: 1;
}
.card-agent-badge-text {
min-width: 0;
overflow: hidden;
@@ -1061,6 +1075,11 @@
white-space: nowrap;
}
.card-agent-created-badge {
font-size: 0.5625rem;
padding: calc(var(--space-xs) / 4) var(--space-sm);
}
/* Card: wrap dependency badges */
.card-dep-list {
flex-wrap: wrap;