From bd2535974861db28a9f4a18ec78608488cd868dd Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 13 Aug 2026 03:29:44 +0000
Subject: [PATCH] Sync generated provider output
---
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
.../impeccable/scripts/serve-question.mjs | 29 +++++++++----------
16 files changed, 208 insertions(+), 256 deletions(-)
diff --git a/.agents/skills/impeccable/scripts/serve-question.mjs b/.agents/skills/impeccable/scripts/serve-question.mjs
index 807c2b68f..db47ae466 100644
--- a/.agents/skills/impeccable/scripts/serve-question.mjs
+++ b/.agents/skills/impeccable/scripts/serve-question.mjs
@@ -602,11 +602,10 @@ function page() {
#lightbox.open { opacity: 1; }
#lightbox img { max-width: 94vw; max-height: 94vh; border: 1px solid var(--ks-rule); border-radius: 8px; box-shadow: 0 30px 80px oklch(0% 0 0 / 0.6); }
header { width: 100%; max-width: 90rem; margin: 0 auto; }
- .header-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.2rem; }
.brand { display: flex; align-items: center; gap: .55rem; color: var(--ks-kinpaku); }
.brand svg { width: 22px; height: 22px; }
.wordmark { font-family: var(--ks-font-display); font-weight: 400; font-size: 1.125rem; letter-spacing: 0.15em; text-transform: uppercase; line-height: 1; color: var(--ks-kinpaku); }
- .headline { display: flex; align-items: center; gap: .9rem; }
+ .headline { display: flex; align-items: center; gap: .9rem; flex-wrap: wrap; }
.headline-die { flex: none; width: 34px; height: 34px; color: var(--ks-kinpaku); }
h1 { font-family: var(--ks-font-display); font-weight: 100; font-size: clamp(2.6rem, 5vw, 4.2rem); letter-spacing: -0.01em; line-height: 1.02; color: var(--ks-champagne); }
.question { color: var(--ks-text-muted); margin-top: .7rem; max-width: 52rem; }
@@ -821,12 +820,12 @@ function page() {
#steer { flex: 1; min-width: 16rem; background: var(--ks-lacquer-raised); color: var(--ks-text); border: 1px solid var(--ks-rule); border-radius: 7px; padding: .6rem .85rem; font: inherit; }
#steer:focus { outline: none; border-color: var(--ks-patina); }
/* Build-path toggle: a workflow preference surfaced as a quiet segmented
- control on the header row, right-aligned opposite the brand, its trade stated in
+ control on the headline row, right-aligned opposite the title, its trade stated in
one line that changes with the selection. The default comes from the
payload (settings); flipping binds this session only, and the agent
learns about a code-to-comp flip live. Rendered only when the payload
offers it, which the agent does only when image generation exists. */
- #build-path { display: flex; flex-direction: column; gap: 4px; align-items: flex-end; flex: none; }
+ #build-path { display: flex; flex-direction: column; gap: 4px; align-items: flex-end; flex: none; margin-left: auto; }
.bp-switch { display: inline-flex; border: 1px solid var(--ks-rule); border-radius: 6px; overflow: hidden; }
.bp-note { text-align: right; }
.bp-opt { font-family: var(--ks-mono); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; padding: 7px 12px; background: transparent; border: 0; color: var(--ks-text-faint); cursor: pointer; transition: color .2s ease, background-color .2s ease; }
@@ -886,18 +885,9 @@ ${buildPath?.toggle ? `
` : ''}