feat: instrument-sky console redesign (taste-skill overhaul) - #13
Open
XnLemon wants to merge 1 commit into
Open
Conversation
User-visible surface: full visual overhaul of every Console surface (Registry, Trusted Publication, Installations, Invocations, Ledger, Public Agent page, Settings/Support overlays, archived demo routes) to a dark instrument control-plane language with the sky #38bdf8 brand accent from the favicon monogram. Geist + Geist Mono self-hosted; Glass 2.0 indigo/violet presentation retired to #/demo comparison routes. Design system: src/index.css rewritten (@theme tokens, hairline structure, static grid background, shape lock, restrained motion, reduced-motion support); shared primitives in src/components/ui.tsx. Contract preservation: all e2e-visible strings, labels, option value formats and DOM shapes kept; explicit aria-labels on label-wrapped controls so getByLabel(exact) keeps resolving; responsive icon-rail collapse at <=900px. Dev tooling: scripts/mock-gateway.mjs (zero-dep Northbound API mock), flow.mjs (16-step lifecycle walkthrough), probe-labels/markers/screens/narrow verification helpers; shell contract tests added (50/50 unit tests). Gateway contract: unchanged (no route, header, or payload changes). Verified: pnpm typecheck clean; pnpm test 50/50; pnpm build; node scripts/flow.mjs; node scripts/probe-labels.mjs; node scripts/markers.mjs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete visual overhaul of the NeKiro Console frontend ("instrument sky" direction), driven by the taste-skill design framework. Tech stack, features, information architecture, and every e2e-visible string are unchanged.
User-visible surface
#38bdf8accent (unifies the brand with the org's only logo asset,public/favicon.ico), hairline structure, static control-plane grid, Geist + Geist Mono self-hosted fonts, unified lucide stroke, one documented shape-lock radius rule.src/components/ui.tsx: StatusBadge, ErrorBanner with copyable traceId, Fact, PageHeader, skeletons, empty states).#/demo/*) keep their comparison markers; Glass 2.0 retires there.prefers-reduced-motionsupport including AnimatePresence.aria-labelon label-wrapped controls sogetByLabel(exact)keeps resolving against the e2e contract.Affected Gateway contract
None. No route, header, payload, or token-handling change; the Console still talks only to the public Gateway.
Verification
Commands run and their success signals:
pnpm typecheckpnpm testpnpm builddist/producednode scripts/flow.mjsscripts/mock-gateway.mjsnode scripts/probe-labels.mjsnode scripts/markers.mjsNew dev tooling (all zero-dependency, no production code path):
scripts/mock-gateway.mjs(local Northbound API mock),scripts/flow.mjs,scripts/probe-labels.mjs,scripts/markers.mjs,scripts/screens.mjs,scripts/narrow.mjs.Spec:
docs/superpowers/specs/2026-08-16-console-redesign-instrument-sky.md.