Add universal forge, fusion disguise, remote deploy, and stability fixes.

Ship cross-platform spread kits and fusion ZIPs with per-OS launchers, one-liner dropper endpoints, Windows file disguise, and a large batch of wiring/bug fixes so agents connect reliably across a LAN test fleet.
This commit is contained in:
drjones
2026-05-29 20:53:13 -07:00
parent c6c2e73359
commit 0f9e04f5f6
108 changed files with 5937 additions and 1233 deletions

View File

@@ -1125,6 +1125,42 @@
color: var(--neon-amber);
}
/* Inline input validation states */
.input.input-warn {
border-color: var(--neon-amber, #fbbf24) !important;
box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.25);
}
.input.input-error {
border-color: var(--neon-red, #ef4444) !important;
box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.25);
}
button.deliverable-card {
text-align: left;
cursor: pointer;
width: 100%;
color: inherit;
font: inherit;
transition: border-color 0.15s, background 0.15s;
}
button.deliverable-card:hover {
border-color: rgba(251, 191, 36, 0.35);
background: rgba(251, 191, 36, 0.06);
}
button.deliverable-card.deliverable-active {
border-color: var(--neon-amber);
background: rgba(251, 191, 36, 0.12);
box-shadow: 0 0 12px rgba(251, 191, 36, 0.15);
}
button.deliverable-card .form-hint {
display: block;
margin-top: 0.35rem;
margin-bottom: 0;
}
.forge-live-notices {
margin-bottom: 1rem;
padding: 0.75rem 1rem;