@kanonak-protocol/cli 5.19.0 → 5.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,8 +5,9 @@
5
5
  * rendering lives in `@kanonak-protocol/sdk/server` (`loadServerModel` /
6
6
  * `loadResourceModel` + `route`), which makes the SAME `LookRenderer` calls
7
7
  * `kanonak publish` does — so a live response is byte-equivalent to the static
8
- * page `publish` would write, plus the machine-facing endpoints publish omits
9
- * (`/.well-known/kanonak.json`, `/index.txt`, raw `{package}/{version}.kan.yml`).
8
+ * page `publish` would write, plus the machine-facing endpoints
9
+ * (`/.well-known/kanonak.json`, `/kanonak.lock`, raw
10
+ * `{package}/{version}.kan.yml`), which `publish` freezes to disk.
10
11
  *
11
12
  * serve does ONE thing — be the origin (render + machine endpoints). It is not
12
13
  * a search engine: ad-hoc site search is a separate, stateful concern that