Session 2847
Semantic HTML is what agents naturally produce.
- Token layer
- Docs taxonomy
- Hero page
- Vocabulary
CSS framework for the agentic era
Agents write markdown. Packs handle the rest.
The output is semantic, readable, and cheap to parse.
<link rel="stylesheet" href="asw.css">
No classes. No build step. The framework reads intent from structure and data-attributes.
<article>
<header><h3>Session 2847</h3></header>
<div data-callout="tip">
<span data-callout-title>Insight</span>
<p>Semantic HTML is what agents
naturally produce.</p>
</div>
<ul>
<li data-task="done">Token layer</li>
<li data-task="done">Docs taxonomy</li>
<li data-task="wip">Hero page</li>
<li data-task="todo">Vocabulary</li>
</ul>
</article>
Semantic HTML is what agents naturally produce.
Write markdown and frontmatter. A pack — Hugo, Flask, Pandoc, nginx — turns it into ASW-styled HTML. The agent never touches CSS.
The semantic HTML contract. <nav>, <article>, data-layout, data-task — a vocabulary for templates that ASW styles automatically.
ASW output is cheap to parse. Semantic HTML carries meaning in structure, not class strings. A downstream agent consumes fewer tokens and understands more.
Concepts agents have but HTML doesn’t. Named with data-* attributes, not invented classes.
data-task — states: done, wip, blocked, tododata-callout — notes: tip, warning, error, infodata-wikilink — knowledge graph linksdata-status — operational indicatorsdata-redacted — renders as ████████Every ASW page can declare its provenance:
<meta name="ai-disclosure"
content="ai-generated">
<meta name="ai-model"
content="claude-sonnet-4-6">
EU AI Act Article 50 compliant. Built into the framework’s meta partials.
Drop ASW into any stack. Each pack ships integration files and a SKILLS.md for agents.
Layouts, partials, shortcodes. The ASW site itself runs on this pack.
Styled error pages, autoindex with ASW. Drop-in conf snippets.
HTML5 template and Lua filter. Convert any markdown to ASW output.
All packs — Apache, Caddy, Flask, Python also available.
Feature reference with live inline demos. Typography, components, vault extensions, layouts, theming.
Gallery of available page layouts. Docs, essay, console, grid, prose, report.
Experiments, kitchen sinks, font specimens. Where features are tested before they ship.