@automagik/genie 4.260427.9 → 4.260428.2

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
@@ -18,6 +18,19 @@
18
18
 
19
19
  <br />
20
20
 
21
+ > [!IMPORTANT]
22
+ > **Genie's npm distribution is being soft-deprecated** in favor of a cosign + SLSA-verified install through our own CDN.
23
+ >
24
+ > The canonical install going forward is:
25
+ >
26
+ > ```bash
27
+ > curl -fsSL https://get.automagik.dev/genie | bash
28
+ > ```
29
+ >
30
+ > Existing operators on `npm install -g @automagik/genie` continue to work — the npm package will become a thin postinstall shim that downloads and runs the verified installer. See [Security & Trust → Distribution Sovereignty](https://automagik.dev/genie/security/distribution-sovereignty) for the threat model and verification flow.
31
+
32
+ <br />
33
+
21
34
  <!-- TODO: Record a 30s terminal demo with vhs/asciinema and uncomment:
22
35
  <p align="center">
23
36
  <img src=".github/assets/genie-demo.gif" alt="Genie demo" width="720" />