From afe5e605e5f6fd582c11c9946c3715c31f565ffb Mon Sep 17 00:00:00 2001
From: Ben Vinegar <2153+benvinegar@users.noreply.github.com>
Date: Fri, 19 Jun 2026 16:13:33 -0400
Subject: [PATCH 1/2] Move sponsor block down
---
README.md | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index d2bf5bb..fb8b8d2 100644
--- a/README.md
+++ b/README.md
@@ -25,18 +25,6 @@ comment, revise: a two-way loop, right next to the conversation.
-## Sponsor
-
-Sponsored by [Modem](https://modem.dev/go/oss-sideshow).
-
-
-
-
-
-
-
-
-
## Why
- **See what your agent means.** An architecture it's proposing, a flow it's
@@ -161,6 +149,18 @@ The viewer (`viewer/src/`, Solid) is Vite-built into a single self-contained
`viewer/dist/index.html` (`npm run build:viewer`). See
[AGENTS.md](AGENTS.md) for the full architecture and rules.
+## Sponsor
+
+Sponsored by [Modem](https://modem.dev/go/oss-sideshow).
+
+
+
+
+
+
+
+
+
## License
[MIT](LICENSE)
From a2088340ca097f5bd813fb94f1a3240820bd9126 Mon Sep 17 00:00:00 2001
From: Ben Vinegar <2153+benvinegar@users.noreply.github.com>
Date: Sat, 20 Jun 2026 17:09:29 -0400
Subject: [PATCH 2/2] chore: add empty changeset for README sponsor-block move
Docs-only change needs no release; satisfies the validate changeset gate.
Co-Authored-By: Claude Opus 4.8 (1M context)
---
.changeset/move-sponsor-block.md | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 .changeset/move-sponsor-block.md
diff --git a/.changeset/move-sponsor-block.md b/.changeset/move-sponsor-block.md
new file mode 100644
index 0000000..a845151
--- /dev/null
+++ b/.changeset/move-sponsor-block.md
@@ -0,0 +1,2 @@
+---
+---