added top summary

This commit is contained in:
2026-09-09 11:29:19 -06:00
parent bf12c7fba5
commit edae0dc1b1
+4 -3
View File
@@ -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