feat(FN-3753): unify agent action gating classifications and add even cards

The merge adds the `fusion-plugin-even-cards` workspace plugin with board card endpoints and auth support, refactors agent action gating classifications into a unified `gating-classifications.ts` module, refreshes review state on manual triggers, repoints roadmap type imports to the plugin package,

Fusion-Task-Id: FN-3753
This commit is contained in:
Fusion
2026-05-08 13:46:28 -07:00
committed by gsxdsm
parent f09c629596
commit 0370db4099
2 changed files with 49 additions and 1 deletions

View File

@@ -2999,10 +2999,12 @@
.gm-pull-split-toggle {
flex: 0 0 auto;
width: auto;
min-width: var(--space-xl);
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
padding-inline: var(--space-sm);
padding-inline: var(--space-xs);
}
.gm-pull-menu {
@@ -3648,6 +3650,11 @@
flex: 1 1 100%;
}
.gm-pull-split-toggle {
min-width: 36px;
min-height: 36px;
}
.gm-pull-menu {
left: 0;
right: auto;