@zerwiz/ymir 0.1.22 → 0.1.23

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 +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,8 +14,11 @@
14
14
 
15
15
  ![Ymir — the single-tenant agent OS](assets/ymir-banner-03.png)
16
16
 
17
- Ymir is a lean, single-operator agentic OS. You are the **Allfather**; **Brokk** is
18
- your primary agent; **Eindri** are the isolated workers it dispatches. Everything
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 —
19
22
  development, marketing, business strategy, life — runs from one repository, with an
20
23
  audit ledger, a memory well, one tenant and its workspaces, and a control plane you actually look at.
21
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerwiz/ymir",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
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",