@zerwiz/ymir 0.1.19 → 0.1.20

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.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -646,14 +646,14 @@ git clone https://github.com/zerwiz/ymir.git ~/Ymir && cd ~/Ymir && bin/ymir-ins
646
646
  npm install -g @zerwiz/ymir # the CLI, global
647
647
  ```
648
648
 
649
- **Who can install this today.** The Ymir distro is private while it is young —
650
- so `curl`, `npx` and `git clone` work for the author and invited users, not for
651
- the public (an unknown clone returns 404). If you would like access, ask:
652
- **zerwiz.org**. When the distro opens, this note goes away and the four commands
653
- above become open to everyone.
654
-
655
- **Early adopters and contributors can install now — but it is rough.** Expect
656
- sharp edges: the installer is honest about what it cannot do, and says so rather
649
+ **Who can install this today — everyone.** The distro is public; the four
650
+ commands above are open, and the npm road is the smoothest: `npm i -g
651
+ @zerwiz/ymir` stands the platform and its four surfaces (Hlidskjalf, Óðrerir,
652
+ Sessrúmnir, Smíðja), and `ymir raise` lifts the hall. The ship is measured:
653
+ the seat wears the cloth of the halls — stone and bone, bronze and blood —
654
+ with no remnant of the fork it grew from.
655
+
656
+ **Install now.** The installer is honest about what it cannot do, and says so the installer is honest about what it cannot do, and says so rather
657
657
  than pretending. Bring a Linux host (or let the Windows/macOS bootstraps give
658
658
  you one — see *Bringing your own machine* above), and read what the installer
659
659
  prints before you trust it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerwiz/ymir",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Ymir \u2014 the single-tenant agent operating system. Omarchy-first, host-aware, self-healing.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/zerwiz/ymir",