All verification is complete. Final report: **Phase 93 — Theme semantic completion: FINAL VERIFICATION PASS — ALL GREEN** - Verified full implementation in tree: migration `0016` (8 nullable semantic columns, applied at head), 17-var `BUILTIN_COLORS`/`COLOR_FIELDS`/`effective_settings`, API validation, `#view-theme` State-colors fieldset (17 pickers), `theme.js` FIELDS/PAIRS (5→8), `.page-head` surface panel (6 shell views + doc-edit + shared.html; login card / document sticky header audited as already-surfaced), mock_llm `content: None` fix - Fixed 2 pre-existing defects (both fail identically on baseline `d4f38ad`, proven via worktree A/B): `test_nav_rename_sources` — expected nav tail missing the phase-91 "Theme" link; `test_stale_ui_copy` — now truncates `saved_chats` before/after (house `test_suggestion_chips` pattern) so the seed-chip contract is deterministic on the shared dev DB (owner's 22 saved chats triggered phase-80 last-3-questions) - Tests: `uv run pytest --cov=app --cov-report=term-missing` → **1868 passed, app/ 99%** (>90% ✓); `uv run ruff check .` → clean; `uv run pyright` → **0 errors** - E2E: dedicated `uv run pytest tests/e2e/test_theme_semantic_completion.py -v --no-cov` → **8/8 in isolation** (all-gray 17-color theme: zero residual color on saved-result/Stale/Revoked/Local/tool-call elements, text labels intact, gray heads non-transparent, pre-paint tag, Reset → byte-identical no-tag); 15 theme/header/nav/responsive suites green in isolation; full 85-file combined run: only the 2 fixed pre-existing failures + 1 combined-run artifact (`test_sync_upload_progress`, green in isolation) - Completion criteria: (1) monochrome E2E ✓ (2) default byte-identical, no `#bor-theme` tag ✓ (3) all page heads on solid surface ✓ (4) suite/coverage/lint/E2E green ✓ (5) phases 01–92 no behavior change ✓ (6) commit left to harness per protocol - Notable: cleaned stray uvicorn leftovers from prior implementation pass (owner's `--reload` dev server untouched); no deviations from the phase design - Next pending phase: `94_ls_tree_drilldown`
195 lines
12 KiB
HTML
195 lines
12 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
|
<meta name="description" content="A shared Brain of Reese conversation — read-only.">
|
|
<title>Shared conversation · Brain of Reese</title>
|
|
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg">
|
|
<link rel="stylesheet" href="/assets/styles.css">
|
|
</head>
|
|
<body>
|
|
<a class="skip-link" href="#main">Skip to content</a>
|
|
|
|
<header class="app-header">
|
|
<div class="container header-inner">
|
|
<span class="brand">
|
|
<svg class="brand-mark" aria-hidden="true" viewBox="0 0 64 64"><path d="M32 4 55 18v28L32 60 9 46V18Z" stroke-width="4" stroke-linejoin="round"/><circle cx="32" cy="32" r="6.5"/><path d="M32 25.5V16M32 48v-9.5M25.5 32H16M48 32h-9.5" stroke-width="3" stroke-linecap="round"/></svg>
|
|
<span class="brand-text">Brain of <strong>Reese</strong></span>
|
|
</span>
|
|
<!-- Phase 46 (owner permission 2026-08-27, `TODO.md` L9): the
|
|
mobile hamburger — visible ≤640px only (CSS); opens the nav as
|
|
an animated dropdown. Behavior: assets/header.js. -->
|
|
<button type="button" class="nav-toggle" id="nav-toggle"
|
|
aria-expanded="false" aria-controls="app-nav" aria-label="Menu">
|
|
<svg aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"><path d="M4 7h16M4 12h16M4 17h16"/></svg>
|
|
</button>
|
|
<nav class="app-nav" id="app-nav" aria-label="Primary">
|
|
<!-- Phase 51 (owner-locked 2026-08-29, `TODO.md` L6): no nav link
|
|
is "current" here — the shared page is a read-only detail
|
|
view reachable from a link, not one of the app's pages
|
|
(the document.html convention, phase 10/13). -->
|
|
<a href="/" class="nav-link">Chat</a>
|
|
<!-- Phase 19 (now every page — phase 34, owner confirmation
|
|
2026-08-26): the Sources link is admin-only (owner
|
|
permission 2026-08-23) — hidden by default, header.js
|
|
reveals it once whoami says admin. A guest on this page
|
|
never sees it. -->
|
|
<a href="/sources.html" class="nav-link" id="nav-sources" hidden>RAG</a>
|
|
<!-- Phase 35 (owner permission 2026-08-26): the Git sources
|
|
link is admin-only — hidden by default, header.js
|
|
reveals it once whoami says admin, exactly like the
|
|
Sources link above. -->
|
|
<a href="/git-sources.html" class="nav-link" id="nav-git-sources" hidden>Sources</a>
|
|
<!-- Phase 29 (now every page — phase 34, owner confirmation
|
|
2026-08-26): the Global Tuning link is admin-only (owner
|
|
permission 2026-08-25) — hidden by default, header.js
|
|
reveals it once whoami says admin, exactly like the
|
|
Sources link above. -->
|
|
<a href="/tuning.html" class="nav-link" id="nav-tuning" hidden>Tuning</a>
|
|
<!-- Phase 50 (owner permission 2026-08-29, `TODO.md` L5): the
|
|
History link is admin-only — hidden by default, header.js
|
|
reveals it once whoami says admin, exactly like the
|
|
Tuning link above. -->
|
|
<a href="/history.html" class="nav-link" id="nav-history" hidden>History</a>
|
|
<!-- Phase 79 (task 06): the Tokens link is admin-only —
|
|
hidden by default, header.js reveals it once whoami says
|
|
admin, exactly like the History link above (the
|
|
phase-34 one-bar contract: the SAME nav ships on every
|
|
page — test_nav_consistency pins the inventory parity).
|
|
Null-safe: header.js is a no-op on a page without it. -->
|
|
<a href="/tokens.html" class="nav-link" id="nav-tokens" hidden>Tokens</a>
|
|
<!-- Phase 91 (task 04): the Theme link is admin-only — hidden
|
|
by default, header.js reveals it once whoami says admin,
|
|
exactly like the Tokens link above (the phase-34 one-bar
|
|
contract: the SAME nav ships on every page —
|
|
test_nav_consistency pins the inventory parity).
|
|
Null-safe: header.js is a no-op on a page without it. -->
|
|
<a href="/theme.html" class="nav-link" id="nav-theme" hidden>Theme</a>
|
|
<!-- Phase 46 (mobile dropdown copy: sign-in — desktop bar copy is
|
|
outside the nav; see styles.css .sign-in-mobile rules). -->
|
|
<a href="/login.html?next=/" class="auth-link sign-in-link sign-in-mobile" id="sign-in-link-mobile" hidden>
|
|
<svg aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><path d="M10 4h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-8"/><path d="M4 12h11"/><path d="m12 9 3 3-3 3"/></svg>
|
|
<span class="auth-label">Sign in</span>
|
|
</a>
|
|
<!-- Phase 46 (mobile dropdown copy — desktop bar copy is
|
|
outside the nav; see styles.css .sign-out-mobile rules). -->
|
|
<button type="button" class="auth-link sign-out-btn sign-out-mobile" id="sign-out-btn-mobile" aria-label="Sign out" hidden>
|
|
<svg aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><path d="M14 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8"/><path d="M9 12h11"/><path d="m17 9 3 3-3 3"/></svg>
|
|
<span class="auth-label">Sign out</span>
|
|
</button>
|
|
</nav>
|
|
<!-- Phase 15: the tuning-notes panel (stored in Postgres, read
|
|
into every system prompt) — owned by the shared header
|
|
module (assets/header.js); the #steering-panel section
|
|
ships in every page's <main>. The navbar toggle was
|
|
removed at owner request (2026-08-28): note management
|
|
lives on /tuning.html. -->
|
|
<!-- Phase 16: single-admin auth — exactly one of Sign in / Sign
|
|
out is visible; /api/whoami decides at load (the shared
|
|
header module). Icon-only below 640px (aria-labels keep the
|
|
accessible names). -->
|
|
<!-- Phase 51 (owner-locked 2026-08-29, `TODO.md` L6): ?next=/ —
|
|
a guest signing in FROM a shared page returns to the APP
|
|
ROOT, not the shared URL (the shared link stays valid and
|
|
public either way; the app root is where a signed-in
|
|
visitor's chat lives). header.js rewrites ?next= to the
|
|
current pathname for an admin; the static fallback above is
|
|
the guest's. -->
|
|
<a href="/login.html?next=/" class="auth-link sign-in-link" id="sign-in-link" hidden>
|
|
<svg aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><path d="M10 4h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-8"/><path d="M4 12h11"/><path d="m12 9 3 3-3 3"/></svg>
|
|
<span class="auth-label">Sign in</span>
|
|
</a>
|
|
<button type="button" class="auth-link sign-out-btn" id="sign-out-btn" aria-label="Sign out" hidden>
|
|
<svg aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><path d="M14 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8"/><path d="M9 12h11"/><path d="m17 9 3 3-3 3"/></svg>
|
|
<span class="auth-label">Sign out</span>
|
|
</button>
|
|
</div>
|
|
</header>
|
|
|
|
<main id="main" class="app-main" tabindex="-1">
|
|
<!-- Phase 15 (now every page — phase 34, owner confirmation
|
|
2026-08-26): the tuning-notes panel (stored notes, newest
|
|
first) — rendered + driven by assets/header.js (shared), not
|
|
the page script. First child of <main> on the non-chat pages;
|
|
the chat page keeps it after #kb-banner. -->
|
|
<section class="steering-panel" id="steering-panel" role="region"
|
|
aria-label="Tuning notes" hidden>
|
|
<div class="steering-panel-head">
|
|
<h2 class="steering-panel-title">Tuning notes</h2>
|
|
<p class="steering-panel-sub">Every note below steers all future answers.</p>
|
|
</div>
|
|
<ul class="steering-list" id="steering-list"></ul>
|
|
<p class="steering-empty" id="steering-empty">No tuning notes yet — press “Tune” under any answer to add one.</p>
|
|
</section>
|
|
<p class="visually-hidden" id="steering-announcer" role="status" aria-live="polite" aria-atomic="true"></p>
|
|
|
|
<!-- Phase 51 (owner-locked 2026-08-29, `TODO.md` L6): the
|
|
anonymous shared conversation — READ-ONLY, ZERO CONTROLS.
|
|
The shell maps to the 46rem centered chat column (styles.css
|
|
.shared-shell, the PLAN §7 column contract): the conversation
|
|
reads exactly like the chat page's, minus the composer, the
|
|
New chat / Save / Share pills, and every meta-row action.
|
|
shared.js renders the records through the SAME .msg/.bubble/
|
|
.thinking/.tool-calls structure the chat page uses, so the
|
|
existing CSS applies unchanged. Nothing below is interactive:
|
|
no form or button element in the content (the header's own
|
|
controls are the shared bar's, not the conversation's), the
|
|
"Maybe try" chips are plain <span> text (a guest tapping a
|
|
chip has nowhere to go), and the source chips are plain text
|
|
too (no href — guests cannot open documents, the documents
|
|
API is admin-only, phase 16). -->
|
|
<div class="container shared-shell">
|
|
<!-- Phase 93 task 03 (TODO.md L3): the head sits on the shared
|
|
.page-head surface panel — the grid no longer fights the
|
|
heading text (the h1 + lede were direct shell children). -->
|
|
<div class="page-head">
|
|
<h1 id="shared-title">Shared conversation</h1>
|
|
<p class="shared-note">Shared via Brain of Reese — read-only.</p>
|
|
</div>
|
|
|
|
<!-- The invalid / revoked state — ship-hidden; shared.js reveals
|
|
it for a malformed token (no fetch of any kind) and for a
|
|
404 (wrong or revoked) / network / malformed-body read. The
|
|
title keeps its fallback, nothing else renders, and there is
|
|
no error banner on this page (zero controls). -->
|
|
<div id="shared-invalid" hidden>This share link is invalid or was revoked.</div>
|
|
|
|
<section class="messages" id="messages" aria-label="Shared conversation">
|
|
<!-- shared.js appends one .msg per record here. -->
|
|
</section>
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="app-footer">
|
|
<div class="container footer-inner">
|
|
<span class="footer-text">Powered by self-hosted models</span>
|
|
<span class="footer-version" id="app-version"></span>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Phase 39: the brand layer — a CLASSIC script, first on every
|
|
page: window.BOR_BRAND is set at parse time (before the module
|
|
scripts evaluate) and refreshed from /api/config (a byte-
|
|
identical no-op for the default name).
|
|
Phase 10: the classic markdown renderer (markdown.js) —
|
|
escape-first, XSS-safe; shared.js calls the global
|
|
renderMarkdown on the stored raw text.
|
|
Phase 19: the shared header module loads through the page
|
|
script's own `import "./header.js"` — a hoisted import that is
|
|
evaluated before the page script body calls initSharedHeader()
|
|
at boot (no direct header.js <script> tag — single-evaluation
|
|
design). NO modal overlay, NO composer, NO Save/Share/
|
|
Retry/Tune markup anywhere (owner-locked: zero controls). -->
|
|
<!-- ABSOLUTE asset paths on purpose: the page is served from the
|
|
NESTED route /shared/<token> (not a root-level .html), so a
|
|
relative "assets/…" ref would resolve to /shared/assets/… and
|
|
404 (the middleware's ?v= rewrite handles both forms, but it
|
|
cannot change the relative-ness). The static /shared.html URL
|
|
works with absolute refs too. -->
|
|
<script src="/assets/brand.js"></script>
|
|
<script src="/assets/markdown.js"></script>
|
|
<script type="module" src="/assets/shared.js"></script>
|
|
</body>
|
|
</html>
|