@zerwiz/ymir 0.1.12 → 0.1.13

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 (3) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +27 -0
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,22 @@
1
1
 
2
+ ## 2026-09-17 — 0.1.13: the re-voiced seat arrives, and the packages are listed
3
+
4
+ - **`@zerwiz/sessrumnir` 0.1.9** — the seat that says Sessrúmnir and "Brokk is working", with the fork`s name gone from its source, its bundles, its installer and its package identity. Pinned so a fresh install receives it.
5
+ - **The README lists every package** on npm, and why the smithy is `@zerwiz/smidja-factory`.
6
+
7
+ ## 2026-09-17 — the README lists the packages, and the pin moves to the re-voiced seat
8
+
9
+ - **The README says what is on npm.** Five packages serve — `@zerwiz/ymir` (the
10
+ distro) and the four surfaces it depends on — and the section says so with a
11
+ table, plus the one line that matters to a reader: *why the smithy is not
12
+ `@zerwiz/smiddja`*. That name was accepted twice and served never (package
13
+ document 404, website 403, republish refused as already published); it was
14
+ renamed to `@zerwiz/smidja-factory`, which resolves.
15
+ - **The distro's pin moves to `@zerwiz/sessrumnir@0.1.9`** — the seat that speaks
16
+ its own name rather than the fork's. A fresh install was still receiving the
17
+ old voice through the `0.1.8-alpha` pin.
18
+ - **`@zerwiz/ymir@0.1.13`** is the packet that carries them.
19
+
2
20
  ## 2026-09-17 — 0.1.12: the icons reach the live tree, and a missing surface is a failure
3
21
 
4
22
  - **The launcher entries name the door** (`Exec=ymir hlidskjalf`, …) instead of an absolute path into whichever tree minted them — the fault that made every icon do nothing.
package/README.md CHANGED
@@ -700,6 +700,33 @@ when the work will take a while, tells you plainly:
700
700
  Your patience is noted, and it is earned.
701
701
  ```
702
702
 
703
+ ### The packages — what is on npm
704
+
705
+ Six names were published; five serve. The distro **depends on the four
706
+ surfaces**, so one command brings the whole platform — and each can be installed
707
+ alone if you want only that hall.
708
+
709
+ ```
710
+ packages[5]{package,what,live}:
711
+ "@zerwiz/ymir","the distro — the runtime, the doors, the installer, the plan","0.1.12"
712
+ "@zerwiz/hlidskjalf","the high seat — the control plane, the gate and the landing","0.1.0"
713
+ "@zerwiz/odrerir","the live hall — the board on :4322","0.1.0"
714
+ "@zerwiz/smidja-factory","the smithy — the agent factory, its skills and the visualizer on :8437","0.1.1"
715
+ "@zerwiz/sessrumnir","the seat-hall — the desktop where you speak with Brokk","0.1.9"
716
+ ```
717
+
718
+ ```bash
719
+ npm install -g @zerwiz/ymir # the distro AND the four surfaces (dependencies)
720
+ npm install -g @zerwiz/hlidskjalf # or one hall on its own
721
+ ```
722
+
723
+ **Why the smithy's name is not `@zerwiz/smidja`.** It was published under that
724
+ name and the registry accepted it twice — `0.1.0`, then `0.1.1` — while serving
725
+ neither: the package document answered 404, the website 403, and a republish was
726
+ refused as *already published*. The name was retired and the smithy ships as
727
+ **`@zerwiz/smidja-factory`**, which resolves. A second look before publishing
728
+ costs less than explaining a name that never worked.
729
+
703
730
  ### Both shapes — a clone and a package are one tree
704
731
 
705
732
  Ymir runs the same whether you **cloned** it or **installed** it from npm. The
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerwiz/ymir",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
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",
@@ -62,7 +62,7 @@
62
62
  "optionalDependencies": {
63
63
  "@zerwiz/hlidskjalf": "^0.1.0",
64
64
  "@zerwiz/odrerir": "^0.1.0",
65
- "@zerwiz/sessrumnir": "0.1.8-alpha",
65
+ "@zerwiz/sessrumnir": "0.1.9",
66
66
  "@zerwiz/smidja-factory": "^0.1.0"
67
67
  }
68
68
  }