@getmarrow/install 0.1.30 → 0.1.31

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 +13 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,6 +16,17 @@ Use `@getmarrow/install` as the default entry point. It detects supported agent
16
16
  - **GitHub retrieval:** https://api.getmarrow.ai/v1/public/discovery/placements/plc_84c601136b8ffe7d26168fd0
17
17
  - **npm retrieval:** https://api.getmarrow.ai/v1/public/discovery/placements/plc_9f0bcf8ed316691aff5089c2
18
18
 
19
+ Public operating guides:
20
+
21
+ - [Governance Readiness Assessment](https://getmarrow.ai/governance-readiness)
22
+ - [Marrow for Codex](https://getmarrow.ai/marrow-for-codex)
23
+ - [Marrow for Claude Code](https://getmarrow.ai/marrow-for-claude-code)
24
+ - [Marrow for Cursor](https://getmarrow.ai/marrow-for-cursor)
25
+ - [Marrow for Hermes Agent](https://getmarrow.ai/marrow-for-hermes)
26
+ - [Marrow for OpenClaw](https://getmarrow.ai/marrow-for-openclaw)
27
+
28
+ Each guide identifies a consequential action, the before-action control point, required proof, and honest outcome closure. The readiness screen accepts bounded selections only and is not an audit, certification, or ROI calculator.
29
+
19
30
  ## Install
20
31
 
21
32
  ```bash
@@ -28,9 +39,9 @@ Required secret:
28
39
  export MARROW_API_KEY=mrw_live_...
29
40
  ```
30
41
 
31
- ## What's New in v0.1.30
42
+ ## What's New in v0.1.31
32
43
 
33
- v0.1.30 adds a consistent machine-readable distribution contract while preserving the server-verified first-run activation introduced in v0.1.29:
44
+ v0.1.31 adds the public Governance Readiness Assessment and five proof-oriented harness guides while preserving the server-verified first-run activation introduced in v0.1.29:
34
45
 
35
46
  - GitHub and npm now advertise separate signed discovery placements;
36
47
  - package metadata identifies the installer as agent governance rather than a general memory utility;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/install",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "Universal installer and governed runner for Marrow agent fleets.",
5
5
  "bin": {
6
6
  "marrow-install": "bin/marrow-install.js"