@getmarrow/install 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.
- package/README.md +11 -2
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @getmarrow/install
|
|
2
2
|
|
|
3
|
-
Universal installer for Marrow passive
|
|
3
|
+
Universal installer for Marrow agent governance, proof, and passive control setup.
|
|
4
4
|
|
|
5
|
-
Use it when you want Marrow to detect the local agent/runtime environment and wire the safest passive integration automatically.
|
|
5
|
+
Use it when you want Marrow to detect the local agent/runtime environment and wire the safest passive governance integration automatically.
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npx @getmarrow/install --dry-run
|
|
@@ -11,6 +11,15 @@ npx @getmarrow/install --repair
|
|
|
11
11
|
npx @getmarrow/install doctor
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
+
## What's New in v0.1.24
|
|
15
|
+
|
|
16
|
+
v0.1.24 aligns the installer docs with Marrow's control-plane direction.
|
|
17
|
+
|
|
18
|
+
- Marrow is positioned as an agent governance, proof, and intelligence layer, not a single-agent memory app.
|
|
19
|
+
- The recommended setup path remains passive by default: install once, then let agents call runtime gates, completion contracts, and outcome closure as they work.
|
|
20
|
+
- Hermes Agent is a supported client label and integration target; Marrow maps Hermes goals, verification evidence, learning, journey, and subagent outcomes into fleet governance proof.
|
|
21
|
+
- New backend surfaces include governance control-plane proof, completion-contract evaluation, fleet governance timeline, and buyer-grade value proof.
|
|
22
|
+
|
|
14
23
|
## What's New in v0.1.23
|
|
15
24
|
|
|
16
25
|
v0.1.23 improves attribution quality so Marrow can produce cleaner per-agent, per-harness, and per-workflow value reports.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getmarrow/install",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Universal installer for Marrow passive
|
|
3
|
+
"version": "0.1.24",
|
|
4
|
+
"description": "Universal installer for Marrow agent governance, proof, and passive control setup.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"marrow-install": "bin/marrow-install.js"
|
|
7
7
|
},
|
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
"marrow",
|
|
16
16
|
"mcp",
|
|
17
17
|
"installer",
|
|
18
|
-
"passive-runtime"
|
|
18
|
+
"passive-runtime",
|
|
19
|
+
"governance",
|
|
20
|
+
"proof-packs",
|
|
21
|
+
"agent-control-plane"
|
|
19
22
|
],
|
|
20
23
|
"repository": {
|
|
21
24
|
"type": "git",
|