feat: legacy import — packs, examples, lab, themes, docs, lineage

Import from agentic-semantic-web/ into restructured repo:
- 7 packs (apache, caddy, flask, hugo, nginx, pandoc, python)
- shared error pages (403-503)
- 17 lab experiments (boilerplate, charts, misc)
- 31 example pages (charts, components, content, layout, vault)
- 2 themes (garden, trentuna stub)
- 4 docs (llms.txt, vocabulary, philosophy, agent-directive)
- lineage.md (Pico/Open Props/Charts.css history)
- Hugo mounts for lab/ and examples/

All agentic.css references updated to asw.css.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ludo 2026-04-11 16:57:39 +02:00
parent e9895cf90d
commit 86464f3e21
Signed by: ludo
GPG key ID: F6E479DEFAB84D6E
100 changed files with 14700 additions and 4 deletions

92
src/lab/index.html Normal file
View file

@ -0,0 +1,92 @@
<!doctype html>
<html lang="en">
<head>
<!--#include virtual="/_include/head.html" -->
<meta name="color-scheme" content="dark">
<title>Lab — Agentic Semantic Web</title>
</head>
<body>
<!--#include virtual="/_include/nav.html" -->
<div data-layout="docs">
<aside>
<nav aria-label="Lab sections" data-nav="sidebar">
<small>Lab</small>
<ul>
<li><a href="#charts">Charts</a></li>
<li><a href="#experiments">Experiments</a></li>
<li><a href="#typography">Typography</a></li>
<li><a href="#templates">Templates</a></li>
</ul>
</nav>
</aside>
<main>
<header>
<h1>Lab</h1>
<p data-text="lead">Experiments, prototypes, and reference implementations. Not production — but real work that shaped production.</p>
</header>
<section id="charts">
<h2>Charts <small data-text="dim">reference</small></h2>
<p>CSS chart implementations. Both types are now production-ready in <code>agentic.css</code>. These files are the original working prototypes.</p>
<ul>
<li>
<a href="charts/radial.html">Radial chart prototype</a>
<span data-text="dim"> — conic-gradient gauge. Murdock's prototype before the production implementation.</span>
</li>
<li>
<a href="charts/burndown.html">Burndown chart prototype</a>
<span data-text="dim"> — sprint burndown with CSS ideal-line overlay.</span>
</li>
</ul>
<p><a href="charts/" data-text="dim">View charts/ index →</a></p>
</section>
<section id="experiments">
<h2>Experiments <small data-text="dim">active</small></h2>
<p>Live experiments in the ASW design space.</p>
<ul>
<li>
<a href="css-art.html">CSS art: dark mode visuals</a>
<span data-text="dim"> — generative dark-mode artwork using CSS only. Recently restored.</span>
</li>
<li>
<a href="index-v2.html">Alternative homepage design</a>
<span data-text="dim"> — prototype for an alternative ASW landing page layout.</span>
</li>
<li>
<a href="kitchen-sink.html">All-components test page</a>
<span data-text="dim"> — stress test for every component in the design system.</span>
</li>
<li>
<a href="editorial-test.html">Build pipeline test</a>
<span data-text="dim"> — page used to exercise the build pipeline.</span>
</li>
</ul>
</section>
<section id="typography">
<h2>Typography <small data-text="dim">historical</small></h2>
<p>Typography experiments using legacy token names. Kept for reference.</p>
<ul>
<li>
<a href="fonts.html">Font family comparison</a>
<span data-text="dim"> — Inter vs alternatives. Uses legacy <code>--asw-*</code> tokens — do not copy patterns from this file.</span>
</li>
</ul>
</section>
<section id="templates">
<h2>Templates <small data-text="dim">boilerplate</small></h2>
<p>Starting-point HTML files for common page types. Copy, adapt, deploy.</p>
<p><a href="boilerplate/">View boilerplate/ index →</a></p>
</section>
</main>
</div>
<!--#include virtual="/_include/footer.html" -->
</body>
</html>