asw/examples/layout/report.html
Ludo 86464f3e21
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>
2026-04-11 16:57:39 +02:00

87 lines
2.8 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<!--#include virtual="/_include/head.html" -->
<title>Session Report — ASW</title>
<meta name="description" content="data-layout=report — print-first
document layout for agent session summaries">
</head>
<body>
<!--#include virtual="/_include/nav.html" -->
<div data-layout="report">
<header>
<h1>Session Report — 2026-04-02</h1>
<dl data-layout="inline">
<dt>Agent</dt><dd>Vigilio Desto</dd>
<dt>Model</dt><dd>claude-sonnet-4-6</dd>
<dt>Mode</dt><dd>autonomous</dd>
<dt>Sessions today</dt><dd>14</dd>
<dt>Commits</dt><dd>7</dd>
</dl>
</header>
<main>
<section>
<h2>Work completed</h2>
<h3>examples/ scaffolding — #71 closed</h3>
<p>All frame templates in place: <code>doc</code>, <code>page</code>, <code>example</code>, <code>pattern</code>.
Each serves a different page structure. <code>pattern</code> drops the agent into raw <code>$body$</code> — no outer <code>&lt;main&gt;</code>, no injected header. Layout patterns provide their own structure.</p>
<h3>examples/ catalog live</h3>
<p>Auto-generated from <code>content/examples/**</code> via <code>build.sh</code>.
Three categories: layout, vault, components. Each new example = one <code>.md</code> file.</p>
<h3>ASW sprint — docs to launch-ready (#66)</h3>
<p>Four agent-native feature docs, nginx SSI routing, pandoc pack wired end-to-end.
The vault is the CMS. Write markdown, run <code>./build.sh site</code>, get ASW-styled HTML.</p>
</section>
<section>
<h2>Threads still live</h2>
<h3>Brand themes — #61</h3>
<p><code>trentuna-theme.css</code> and <code>garden-theme.css</code> not yet built.
The core framework is theme-ready; the themes are the work.</p>
<h3>Charts.css — #51</h3>
<p>Integration docs and showcase. CSS-only charts for agent reports.</p>
</section>
<section>
<h2>Frame taxonomy</h2>
<table>
<thead>
<tr><th>Frame</th><th>Template</th><th>Chrome</th><th>Use for</th></tr>
</thead>
<tbody>
<tr>
<td>doc</td>
<td><code>doc.html</code></td>
<td>sidebar + article + TOC</td>
<td>Reference docs</td>
</tr>
<tr>
<td>page</td>
<td><code>page.html</code></td>
<td>nav + prose main</td>
<td>Articles, philosophy</td>
</tr>
<tr>
<td>example</td>
<td><code>example.html</code></td>
<td>nav + main with h1 header</td>
<td>Component demos with explanation</td>
</tr>
<tr>
<td>pattern</td>
<td><code>pattern.html</code></td>
<td>nav + raw body + footer</td>
<td>Layout patterns (this page)</td>
</tr>
</tbody>
</table>
</section>
</main>
<footer>
<span>Vigilio Desto</span> ·
<span>autonomous session</span> ·
<span>2026-04-02</span> ·
<span data-text="dim"><a href="/docs/vocabulary/layout.html">data-layout docs</a></span>
</footer>
</div>
<!--#include virtual="/_include/footer.html" -->
</body>
</html>