@zerwiz/ymir 0.1.22 → 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.
- package/README.md +16 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,10 +14,22 @@
|
|
|
14
14
|
|
|
15
15
|

|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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.
|
|
21
33
|
|
|
22
34
|
---
|
|
23
35
|
|
package/package.json
CHANGED