@zerwiz/ymir 0.1.17 → 0.1.18
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/.agents/config/app-repos.yaml +38 -0
- package/CHANGELOG.md +15 -0
- package/bin/ymir-install.sh +6 -1
- package/package.json +1 -7
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# App repositories — PUBLIC map (the five surfaces)
|
|
2
|
+
#
|
|
3
|
+
# The fork path: a fresh clone has no private hoard (no
|
|
4
|
+
# `$YMIR_HOME/hodd/identity/projects.yaml`), so bin/ymir-install.sh's `apps`
|
|
5
|
+
# step falls back to THIS file to clone the five app repos. The hoard registry
|
|
6
|
+
# stays authoritative when present; this file is the fork's road.
|
|
7
|
+
#
|
|
8
|
+
# Block shape must match the installer's awk (repo: apps/<path> + git: dict).
|
|
9
|
+
|
|
10
|
+
- id: hlidskjalf
|
|
11
|
+
name: Hlidskjalf
|
|
12
|
+
repo: apps/hlidskjalf
|
|
13
|
+
posture: direct-PR
|
|
14
|
+
git: { host: github.com, owner: zerwiz, repo: hlidskjalf, remote: origin, default_branch: main, auth: gh }
|
|
15
|
+
|
|
16
|
+
- id: hlidskjalf-mobile
|
|
17
|
+
name: Hlidskjalf Mobile
|
|
18
|
+
repo: apps/hlidskjalf-mobile
|
|
19
|
+
posture: direct-PR
|
|
20
|
+
git: { host: github.com, owner: zerwiz, repo: hlidskjalf-mobile, remote: origin, default_branch: main, auth: gh }
|
|
21
|
+
|
|
22
|
+
- id: odrerir
|
|
23
|
+
name: Óðrerir
|
|
24
|
+
repo: apps/odrerir
|
|
25
|
+
posture: direct-PR
|
|
26
|
+
git: { host: github.com, owner: zerwiz, repo: odrerir, remote: origin, default_branch: main, auth: gh }
|
|
27
|
+
|
|
28
|
+
- id: sessrumnir
|
|
29
|
+
name: Sessrúmnir
|
|
30
|
+
repo: apps/sessrumnir
|
|
31
|
+
posture: direct-PR
|
|
32
|
+
git: { host: github.com, owner: zerwiz, repo: sessrumnir, remote: origin, default_branch: main, auth: gh }
|
|
33
|
+
|
|
34
|
+
- id: smidja
|
|
35
|
+
name: Smíðja factory
|
|
36
|
+
repo: apps/smidja-factory
|
|
37
|
+
posture: direct-PR
|
|
38
|
+
git: { host: github.com, owner: zerwiz, repo: smidja, remote: origin, default_branch: main, auth: gh }
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## 2026-09-17 — the fork stands the machine
|
|
4
|
+
|
|
5
|
+
- **`config/app-repos.yaml` (public)** — the five app repos, the fork's road:
|
|
6
|
+
a fresh clone with no hoard registry falls back to this map in the installer's
|
|
7
|
+
`apps` step, so `git clone` + `bin/ymir-install.sh` pull the four surfaces as
|
|
8
|
+
they would on the author's seat. Verified on a clean clone (`ymir-plan.sh`:
|
|
9
|
+
hlidskjalf/odrerir/sessrumnir/smidja all `DO`). The hoard registry stays
|
|
10
|
+
authoritative when present.
|
|
11
|
+
|
|
12
|
+
## 2026-09-17 — the phantom optional pins, cut
|
|
13
|
+
|
|
14
|
+
- The platform's stale \`optionalDependencies\` (sessrumnir pinned at the broken
|
|
15
|
+
0.1.9) shadowed the required \`^0.1.10\` — npm never fetched the good seat.
|
|
16
|
+
Removed; the required deps now resolve to latest (0.1.18).
|
|
17
|
+
|
|
3
18
|
## 2026-09-17 — the packaged seat carries the watch
|
|
4
19
|
|
|
5
20
|
- **The @zerwiz/ymir tarball now ships every surface the runtime reads**: the
|
package/bin/ymir-install.sh
CHANGED
|
@@ -304,7 +304,12 @@ step_apps() {
|
|
|
304
304
|
esac
|
|
305
305
|
local reg="$HOARD/identity/projects.yaml"
|
|
306
306
|
if [ ! -r "$reg" ]; then
|
|
307
|
-
|
|
307
|
+
# The fork path: no private hoard — fall back to the PUBLIC app map so a
|
|
308
|
+
# fresh clone still pulls the five surfaces (config/app-repos.yaml).
|
|
309
|
+
reg="$ROOT/config/app-repos.yaml"
|
|
310
|
+
fi
|
|
311
|
+
if [ ! -r "$reg" ]; then
|
|
312
|
+
add apps SKIP "no app registry — neither the hoard's projects.yaml nor config/app-repos.yaml"
|
|
308
313
|
return 0
|
|
309
314
|
fi
|
|
310
315
|
# Parse blocks that carry `repo: apps/<path>` and a `git:` inline dict.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zerwiz/ymir",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
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",
|
|
@@ -67,12 +67,6 @@
|
|
|
67
67
|
"test": "bash .agents/skills/galdr-ymirsystem/scripts/compliance-check.sh",
|
|
68
68
|
"compliance": "bash .agents/skills/galdr-ymirsystem/scripts/compliance-check.sh"
|
|
69
69
|
},
|
|
70
|
-
"optionalDependencies": {
|
|
71
|
-
"@zerwiz/hlidskjalf": "0.1.1",
|
|
72
|
-
"@zerwiz/odrerir": "0.1.1",
|
|
73
|
-
"@zerwiz/sessrumnir": "0.1.9",
|
|
74
|
-
"@zerwiz/smidja-factory": "^0.1.0"
|
|
75
|
-
},
|
|
76
70
|
"dependencies": {
|
|
77
71
|
"@zerwiz/hlidskjalf": "^0.1.1",
|
|
78
72
|
"@zerwiz/odrerir": "^0.1.1",
|