@deessejs/cli 1.1.2 → 2.1.0-canary.20260901022039.49fb129

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.
package/README.md CHANGED
@@ -8,6 +8,11 @@ CLI for the DeesseJS template registry.
8
8
  npx deessejs@latest <command>
9
9
  ```
10
10
 
11
+ Other release channels (ADR-021):
12
+
13
+ - `@canary` — on-demand pre-release of the current `staging` branch. Published by the `release.yml` workflow via `workflow_dispatch` with the `canary` input. `npx deessejs@canary <command>`.
14
+ - Per-PR previews — every PR gets a SHA-keyed ephemeral preview via [pkg.pr.new](https://pkg.pr.new). The install URL is posted as a sticky comment on the PR by the `cli-preview.yml` workflow.
15
+
11
16
  Future (V1.1+, when pro templates need auth): `npm i -g @deessejs/cli`.
12
17
 
13
18
  ## Commands