feat(FN-3556): add review-before-apply flow with explicit draft review gate
This merge adds an agent permission policy model with persistence (FN-3545), an explicit draft review gate for task workflow steps (FN-3556), web builtin tool opt-in for AI agents (FN-3713), an inline fast mode toggle wired into peer execution (FN-3711), and a retry mechanism for overlapping task ID Fusion-Task-Id: FN-3556
This commit is contained in:
@@ -21,11 +21,42 @@
|
||||
font-size: calc(var(--space-md) + var(--space-xs) * 0.25);
|
||||
}
|
||||
|
||||
.experimental-agent-onboarding-modal__summary-intro {
|
||||
margin: var(--space-sm) 0;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.experimental-agent-onboarding-modal__summary-section p {
|
||||
margin: 0;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.experimental-agent-onboarding-modal__summary-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--space-sm);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.experimental-agent-onboarding-modal__summary-list > div {
|
||||
display: grid;
|
||||
gap: var(--space-sm);
|
||||
grid-template-columns: minmax(0, calc(var(--space-xl) * 5)) minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.experimental-agent-onboarding-modal__summary-list dt {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.experimental-agent-onboarding-modal__summary-list dd {
|
||||
margin: 0;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.experimental-agent-onboarding-modal__summary-empty {
|
||||
color: var(--text-dim);
|
||||
}
|
||||
|
||||
.experimental-agent-onboarding-modal__summary-block {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
@@ -39,4 +70,9 @@
|
||||
gap: var(--space-md);
|
||||
padding: var(--space-md);
|
||||
}
|
||||
|
||||
.experimental-agent-onboarding-modal__summary-list > div {
|
||||
grid-template-columns: 1fr;
|
||||
gap: var(--space-xs);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user