Add fleet ops dashboard, Calibrate enforcement, and dead-code cleanup.

Ship live alerts, pool status, AI monitor, remote agent commands, build manager, and uninstall flow; wire Calibrate settings (WS ping, pool traffic log, retention limits) at runtime and exclude server/data from git.
This commit is contained in:
drjones
2026-05-27 09:16:04 -07:00
parent 9d223b8137
commit df81eb7744
75 changed files with 8891 additions and 966 deletions

View File

@@ -659,6 +659,121 @@
grid-template-columns: 320px 1fr;
}
.preflight-panel {
margin-top: 1.5rem;
padding: 1rem 1.25rem;
border: 1px solid var(--border-dim);
}
.preflight-panel h3 {
margin: 0 0 0.75rem;
font-size: 0.85rem;
letter-spacing: 0.12em;
color: var(--neon-amber);
}
.preflight-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.45rem;
}
.preflight-item {
display: flex;
align-items: flex-start;
gap: 0.5rem;
font-size: 0.9rem;
line-height: 1.35;
}
.preflight-icon {
flex-shrink: 0;
width: 1.25rem;
font-weight: 700;
}
.preflight-ok { color: var(--neon-green); }
.preflight-warn { color: var(--neon-amber); }
.preflight-error { color: var(--accent-red, #f87171); }
.forge-submit-btn {
width: 100%;
margin-top: 1rem;
padding: 0.9rem 1.5rem;
font-size: 1rem;
letter-spacing: 0.08em;
}
.endpoint-group {
padding: 0.75rem 0;
}
.endpoint-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
flex-wrap: wrap;
margin-bottom: 0.35rem;
}
.endpoint-input {
font-size: 0.95rem;
}
.endpoint-hint {
margin-top: 0.5rem;
}
.endpoint-picks {
margin-top: 0.75rem;
}
.endpoint-picks-label {
display: block;
font-size: 0.7rem;
letter-spacing: 0.1em;
color: var(--text-muted);
margin-bottom: 0.4rem;
}
.endpoint-chips {
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
}
.endpoint-chip {
font-family: var(--font-mono, monospace);
font-size: 0.75rem;
padding: 0.35rem 0.6rem;
border-radius: 4px;
border: 1px solid var(--border-dim);
background: rgba(0, 0, 0, 0.25);
color: var(--neon-cyan);
cursor: pointer;
transition: border-color 0.15s, background 0.15s;
}
.endpoint-chip:hover {
border-color: var(--neon-cyan);
background: rgba(0, 212, 255, 0.08);
}
.endpoint-chip.active {
border-color: var(--neon-amber);
color: var(--neon-amber);
background: rgba(255, 193, 7, 0.1);
}
.btn-sm {
padding: 0.25rem 0.6rem;
font-size: 0.75rem;
}
@media (max-width: 1100px) {
.builder-layout-wide {
grid-template-columns: 1fr;
@@ -973,3 +1088,136 @@
grid-template-columns: 1fr;
}
}
/* ── Forge guardrails ── */
.forge-rules-banner {
margin-bottom: 1rem;
padding: 1rem 1.25rem;
border: 1px solid rgba(212, 168, 75, 0.35);
border-radius: 8px;
background: rgba(212, 168, 75, 0.06);
}
.forge-rules-banner h3 {
margin: 0 0 0.5rem;
font-size: 0.95rem;
}
.forge-rules-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 0.75rem;
margin-top: 0.75rem;
}
.forge-rule-card {
padding: 0.65rem 0.85rem;
border-radius: 6px;
background: rgba(0, 0, 0, 0.25);
border: 1px solid rgba(255, 255, 255, 0.06);
font-size: 0.8rem;
line-height: 1.4;
}
.forge-rule-card strong {
display: block;
margin-bottom: 0.25rem;
color: var(--neon-amber);
}
.forge-live-notices {
margin-bottom: 1rem;
padding: 0.75rem 1rem;
border-left: 3px solid var(--neon-amber);
background: rgba(251, 191, 36, 0.08);
border-radius: 0 6px 6px 0;
}
.forge-live-notices ul {
margin: 0.35rem 0 0;
padding-left: 1.2rem;
font-size: 0.85rem;
}
.forge-section-header {
margin-bottom: 1rem;
}
.forge-section-title-row {
display: flex;
align-items: center;
gap: 0.65rem;
flex-wrap: wrap;
}
.forge-section-title-row h3 {
margin: 0;
}
.forge-section-desc {
margin: 0.35rem 0 0;
}
.forge-field-badge {
display: inline-block;
font-size: 0.65rem;
font-family: var(--font-tech, monospace);
text-transform: uppercase;
letter-spacing: 0.04em;
padding: 0.15rem 0.45rem;
border-radius: 4px;
vertical-align: middle;
white-space: nowrap;
}
.forge-badge-baked {
color: #86efac;
border: 1px solid rgba(134, 239, 172, 0.35);
background: rgba(34, 197, 94, 0.1);
}
.forge-badge-server-only {
color: #93c5fd;
border: 1px solid rgba(147, 197, 253, 0.35);
background: rgba(59, 130, 246, 0.1);
}
.forge-badge-requires {
color: #fcd34d;
border: 1px solid rgba(252, 211, 77, 0.35);
background: rgba(251, 191, 36, 0.08);
}
.forge-locked-hint {
margin: 0.35rem 0 0;
font-size: 0.78rem;
color: var(--neon-amber);
line-height: 1.35;
}
.form-group.field-disabled label {
opacity: 0.65;
}
.form-group.field-disabled .input,
.form-group.field-disabled .select {
opacity: 0.55;
cursor: not-allowed;
}
.label-row {
display: flex;
align-items: center;
gap: 0.5rem;
flex-wrap: wrap;
}
.forge-forge-blocked {
margin-top: 0.75rem;
padding: 0.65rem 0.85rem;
font-size: 0.85rem;
color: var(--accent-red, #f87171);
border: 1px solid rgba(248, 113, 113, 0.35);
border-radius: 6px;
background: rgba(248, 113, 113, 0.08);
}