mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-16 08:06:24 +03:00
Oracle: live-mode cases and goldens (roots, inject, wrap, insert, accept, session, manual edits, daemon)
Prepared with AI assistance (Claude Code).
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"files": ["index.html", "public/**/*.html"],
|
||||
"insertBefore": "</body>",
|
||||
"commentSyntax": "html"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Oracle Live Fixture
|
||||
description: A one-page fixture set in plain type on paper-white surfaces.
|
||||
colors:
|
||||
ink: "#142720"
|
||||
paper: "#ffffff"
|
||||
typography:
|
||||
body:
|
||||
fontFamily: "system-ui, sans-serif"
|
||||
fontWeight: 400
|
||||
lineHeight: 1.5
|
||||
---
|
||||
@@ -0,0 +1,8 @@
|
||||
<!-- impeccable:product-schema 2 -->
|
||||
# Product
|
||||
|
||||
## What it is
|
||||
A fixture app used by the oracle harness for live mode.
|
||||
|
||||
## Platform
|
||||
web
|
||||
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Oracle Live HTML Fixture</title>
|
||||
<style>
|
||||
.hero-title { font-size: 2rem; }
|
||||
.hero-hook { color: #555; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main class="page">
|
||||
<h1 id="hero" class="hero-title">Oracle Fixture</h1>
|
||||
<p class="hero-hook">Minimal static page for oracle live-mode goldens.</p>
|
||||
<section id="features" class="feature-grid">
|
||||
<article class="feature-card">One</article>
|
||||
<article class="feature-card">Two</article>
|
||||
</section>
|
||||
<aside class="side-note">
|
||||
<h2 class="note-title">Aside</h2>
|
||||
<p>Nested content.</p>
|
||||
</aside>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Guide</title>
|
||||
</head>
|
||||
<body>
|
||||
<article class="doc">
|
||||
<h1 class="doc-title">Guide</h1>
|
||||
<p class="doc-lead">A second page covered by the config glob.</p>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head><title>No body tag</title></head>
|
||||
<p class="orphan">This file has no closing body tag.</p>
|
||||
</html>
|
||||
@@ -0,0 +1,14 @@
|
||||
<section class="cards">
|
||||
<div class="card">
|
||||
<h3 class="card-title">Alpha card</h3>
|
||||
<p class="card-body">First card body copy.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3 class="card-title">Beta card</h3>
|
||||
<p class="card-body">Second card body copy.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3 class="card-title">Gamma card</h3>
|
||||
<p class="card-body">Third card body copy.</p>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user