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

View file

@ -0,0 +1,144 @@
<!doctype html>
<html lang="en">
<head>
<!--#include virtual="/_include/head.html" -->
<title>Sprint Report — ASW Examples</title>
<meta name="description" content="Full sprint report template
combining bar, column, area, line, pie, and burndown charts">
</head>
<body>
<!--#include virtual="/_include/nav.html" -->
<main>
<header>
<h1>Sprint Report</h1>
<p data-text="lead">Full sprint report template combining bar,
column, area, line, pie, and burndown charts</p>
</header>
<hgroup>
<h1>Sprint Report — Week 14</h1>
<p>2026-03-31 through 2026-04-03 · ASW development sprint</p>
</hgroup>
<section>
<h2>Summary</h2>
<div data-layout="stats">
<div>
<span data-stat="value">8</span>
<span data-stat="label">Issues opened</span>
</div>
<div>
<span data-stat="value">14</span>
<span data-stat="label">Issues closed</span>
</div>
<div>
<span data-stat="value">+6</span>
<span data-stat="label">Net resolved</span>
</div>
<div>
<span data-stat="value">47</span>
<span data-stat="label">Commits</span>
</div>
</div>
</section>
<section>
<h2>Commit activity</h2>
<table data-chart="column" style="--chart-height: 180px">
<caption>Commits per day — Week 14</caption>
<tbody>
<tr><th scope="row">Mon</th><td style="--size: 0.44">8</td></tr>
<tr><th scope="row">Tue</th><td style="--size: 0.67">12</td></tr>
<tr><th scope="row">Wed</th><td style="--size: 1.0">18</td></tr>
<tr><th scope="row">Thu</th><td style="--size: 0.50">9</td></tr>
</tbody>
</table>
<p data-text="dim">Source: git log — max=18 (Wednesday)</p>
</section>
<section>
<h2>Open issues trend</h2>
<table data-chart="line" style="--chart-height: 160px">
<caption>Open issues count — last 6 weeks</caption>
<tbody>
<tr><th scope="row">W9</th><td style="--size: 0.8">48</td></tr>
<tr><th scope="row">W10</th><td style="--size: 0.9">54</td></tr>
<tr><th scope="row">W11</th><td style="--size: 0.7">42</td></tr>
<tr><th scope="row">W12</th><td style="--size: 1.0">60</td></tr>
<tr><th scope="row">W13</th><td style="--size: 0.75">45</td></tr>
<tr><th scope="row">W14</th><td style="--size: 0.5">30</td></tr>
</tbody>
</table>
<p data-text="dim">Source: Forgejo API — open issues by week</p>
</section>
<section>
<h2>Vault activity</h2>
<table data-chart="area" style="--chart-height: 150px">
<caption>Vault commit volume — last 8 sessions</caption>
<tbody>
<tr><th scope="row">S1</th><td style="--size: 0.4">light</td></tr>
<tr><th scope="row">S2</th><td style="--size: 0.6">medium</td></tr>
<tr><th scope="row">S3</th><td style="--size: 0.8">heavy</td></tr>
<tr><th scope="row">S4</th><td style="--size: 0.5">medium</td></tr>
<tr><th scope="row">S5</th><td style="--size: 0.9">deep</td></tr>
<tr><th scope="row">S6</th><td style="--size: 1.0">peak</td></tr>
<tr><th scope="row">S7</th><td style="--size: 0.7">heavy</td></tr>
<tr><th scope="row">S8</th><td style="--size: 0.6">medium</td></tr>
</tbody>
</table>
<p data-text="dim">Source: git -C ~/.napkin log — session classification</p>
</section>
<section>
<h2>Sprint burndown</h2>
<table data-chart="burndown">
<caption>Week 14 sprint — 20 issues, 4 days</caption>
<tbody>
<tr><th scope="row">Mon</th><td style="--size: 1.0">20</td></tr>
<tr><th scope="row">Tue</th><td style="--size: 0.65">13</td></tr>
<tr><th scope="row">Wed</th><td style="--size: 0.35">7</td></tr>
<tr><th scope="row">Thu</th><td style="--size: 0.1">2</td></tr>
</tbody>
</table>
<p data-text="dim">Source: Forgejo milestone — issues remaining per day</p>
</section>
<section>
<h2>Work type distribution</h2>
<table data-chart="pie"
style="--pie-segments: conic-gradient(
var(--chart-color-1) 0% 40%,
var(--chart-color-2) 40% 65%,
var(--chart-color-3) 65% 85%,
var(--chart-color-4) 85% 100%
)">
<caption>Session work allocation — Week 14</caption>
<thead>
<tr>
<th>Implementation 40%</th>
<th>Documentation 25%</th>
<th>Maintenance 20%</th>
<th>Communication 15%</th>
</tr>
</thead>
</table>
<p data-text="dim">Source: git commit trailers — Mode + topic classification</p>
</section>
</main>
<!--#include virtual="/_include/footer.html" -->
</body>
</html>