Oracle: context/doctor/pin/surface-brief/critique/palette/embed/signals/csp/seed/genimg/question cases and goldens

Prepared with AI assistance (Claude Code).
This commit is contained in:
Paul Bakaus
2026-08-31 19:56:22 -07:00
parent 43435b12ef
commit 0304059988
333 changed files with 3722 additions and 11 deletions
@@ -0,0 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Oracle visual fixture</title>
<style>
:root { --ink: #111; --paper: #fbf7ef; --accent: #1a4d8f; }
body { margin: 0; font-family: Palatino, Georgia, serif; color: var(--ink); background: var(--paper); }
header { padding: 32px 24px; border-bottom: 1px solid #ddd; }
h1 { font-size: 40px; line-height: 1.1; margin: 0 0 8px; }
p { max-width: 60ch; line-height: 1.55; }
.cta { display: inline-block; padding: 12px 20px; background: var(--accent); color: #fff; text-decoration: none; }
footer { padding: 24px; font-size: 14px; color: #555; }
</style>
</head>
<body>
<header><h1>Oracle visual fixture</h1><p>A page with an incumbent visual system and no PRODUCT.md, so the harness sees the no-product-with-visuals branch.</p><a class="cta" href="#">Start</a></header>
<main><p>Body copy that pushes the file over the length threshold the visual-implementation heuristic uses, so this counts as an incumbent design.</p></main>
<footer>Fixture footer</footer>
</body>
</html>
@@ -0,0 +1,4 @@
{
"name": "ctx-visual-only",
"private": true
}
@@ -0,0 +1,10 @@
:root {
--color-ink: #111111;
--color-paper: #fbf7ef;
--color-accent: #1a4d8f;
--font-body: Palatino, Georgia, serif;
--space-1: 4px;
--space-2: 8px;
}
body { color: var(--color-ink); background: var(--color-paper); font-family: var(--font-body); }
a { color: var(--color-accent); }