@zerwiz/ymir 0.1.23 → 0.1.24

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 +16 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,13 +14,22 @@
14
14
 
15
15
  ![Ymir — the single-tenant agent OS](assets/ymir-banner-03.png)
16
16
 
17
- Ymir is not lean. It is a single-operator agentic **distro**: a fleet of named
18
- agents, sealed sandboxes, a memory well, an audit ledger, and a control plane
19
- you actually look at running from one repository. You are the **Allfather**;
20
- **Brokk** is your primary agent; **Eindri** are the isolated workers it dispatches.
21
- Everything
22
- development, marketing, business strategy, life runs from one repository, with an
23
- audit ledger, a memory well, one tenant and its workspaces, and a control plane you actually look at.
17
+ Before the worlds there was nothing but cold mist and embers of fire. From
18
+ their meeting in the Void Ginnungagap came the first being: **Ymir**, the
19
+ ancestor of everything. The gods slew him and made the world from his body.
20
+
21
+ That is what this platform is. **Ymir is the substrate** a single machine, a
22
+ single repo the primordial body from which every realm of work is carved.
23
+ Every service, every tool this fleet ships is shaped from Ymir's frame and
24
+ lives on it; nothing is painted onto Ymir, everything is cut *from* him.
25
+
26
+ It is not lean. It is a single-operator agentic **distro**: a fleet of named
27
+ agents (Brokk at the bellows, **Eindri** in sealed sandboxes), a memory well at
28
+ the root, an audit ledger a rune cannot un-carve, one tenant and its
29
+ workspaces, and a control plane you actually look at. You are the
30
+ **Allfather**; every agent reports to Brokk; Brokk reports to you.
31
+ Everything — development, marketing, business strategy, life — runs from one
32
+ repository.
24
33
 
25
34
  ---
26
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerwiz/ymir",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
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",