asw-v01: archive deferred content (packs, site, lab, legacy examples)
- 2.1: packs/ -> archive/packs/ - 2.2: site/ -> archive/site/ - 2.3: src/lab/ -> archive/lab/ - 2.4: examples/ -> archive/examples-legacy/ (SSI-based)
This commit is contained in:
parent
416fe2f180
commit
e47a9f4401
173 changed files with 11 additions and 5 deletions
87
archive/examples-legacy/layout/report.html
Normal file
87
archive/examples-legacy/layout/report.html
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
<!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><main></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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue