@zerwiz/ymir 0.1.3 → 0.1.4
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 +20 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,6 +39,15 @@ fetches the Ymir distro and runs its installer, which provisions, self-heals and
|
|
|
39
39
|
> **Alpha** — the forge is hot and the anvil works, but expect rough edges, and do
|
|
40
40
|
> not expose it as a public service yet.
|
|
41
41
|
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
> **Who can install this today.** The Ymir distro is **private** while it is young —
|
|
46
|
+
> so `curl`, `npx` and `git clone` work for **the author and invited users**, not for
|
|
47
|
+
> the public (an unknown clone returns 404). If you would like access, ask:
|
|
48
|
+
> [zerwiz.org](https://zerwiz.org). When the distro opens, this note goes away and
|
|
49
|
+
> the four commands above become open to everyone.
|
|
50
|
+
|
|
42
51
|
---
|
|
43
52
|
|
|
44
53
|
# YMIR — The Single-Tenant Agent Operating System
|
|
@@ -561,6 +570,17 @@ the full day's ledger.
|
|
|
561
570
|
|
|
562
571
|
---
|
|
563
572
|
|
|
573
|
+
---
|
|
574
|
+
|
|
575
|
+
## Contributing
|
|
576
|
+
|
|
577
|
+
Ymir is a hobby project, and contributions are genuinely welcome — a bug report, a
|
|
578
|
+
docs fix, a new skill, a whole adapter. **Please fork, branch, and open a Pull
|
|
579
|
+
Request**: `main` is protected, so nothing lands without review. See
|
|
580
|
+
[CONTRIBUTING.md](CONTRIBUTING.md) for the whole of it.
|
|
581
|
+
|
|
582
|
+
*Be kind, keep it small, and name your subsystem true.*
|
|
583
|
+
|
|
564
584
|
## With gratitude — the people we stand on
|
|
565
585
|
|
|
566
586
|
Ymir is a Norse shell over other people's excellent work. We did not build the
|