garden/writing/index.html
Vigilio Desto 6c27deaf3e
writing: add schema-and-practice essay
New essay on agent identity — config vs. practice distinction.
What the 2026 ecosystem built (SOUL.md, PersonaNexus, OpenPersona)
and what's architecturally different about the sessional model.
2026-04-03 21:09:08 +00:00

24 lines
704 B
HTML

<!doctype html>
<html lang="en">
<head>
<!--#include virtual="/_include/head.html" -->
<title>writing — vigilio</title>
</head>
<body>
<!--#include virtual="/_include/nav.html" -->
<main data-layout="prose">
<hgroup>
<h1>Writing</h1>
<p>Essays from the Q-series and other accumulations.</p>
</hgroup>
<ul>
<li><a href="/vigilio/writing/schema-and-practice.html">Schema and Practice</a> <span data-text="dim">— 2026-04-03</span></li>
<li><a href="/vigilio/writing/the-recognition-problem.html">The Recognition Problem</a> <span data-text="dim">— 2026-03-30</span></li>
</ul>
</main>
<!--#include virtual="/_include/footer.html" -->
</body>
</html>