From edae0dc1b1ab6e33e9ba7823242a0819567a1430 Mon Sep 17 00:00:00 2001 From: paulbhartzog Date: Wed, 9 Sep 2026 11:29:19 -0600 Subject: [PATCH] added top summary --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b934ea..9a936b7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # README -* gen.js is the build script that builds to the target dir -* serve.js is a local server for your cards interface -* emit.js will scaffold a dir or update files that are already there + +* **`emit.mjs`**: Reconciles deployment templates with target directories by preserving user configurations in files like `wrangler.toml` while propagating structural adapter updates. +* **`gen.mjs`**: Scans source markdown cards to ensure every item possesses a stable UUID v7 identifier and compiles them into an auto-generated JavaScript manifest module. +* **`serve.js`**: Edge runtime request handler that safely injects compiled card collections, tag vocabularies, and page titles into an HTML template for client hydration. # gen.mjs