@ralph-orchestrator/ralph-cli 2.0.5 → 2.0.7
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 +7 -3
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](LICENSE)
|
|
4
4
|
[](https://www.rust-lang.org/)
|
|
5
|
-
[](https://github.com/mikeyobrien/ralph-orchestrator/actions)
|
|
6
6
|
[](https://github.com/hesreallyhim/awesome-claude-code)
|
|
7
7
|
|
|
8
8
|
|
|
@@ -73,10 +73,10 @@ See [AGENTS.md](AGENTS.md) for the full philosophy.
|
|
|
73
73
|
|
|
74
74
|
```bash
|
|
75
75
|
# Install globally
|
|
76
|
-
npm install -g @ralph-orchestrator/ralph
|
|
76
|
+
npm install -g @ralph-orchestrator/ralph-cli
|
|
77
77
|
|
|
78
78
|
# Or run directly with npx
|
|
79
|
-
npx @ralph-orchestrator/ralph --version
|
|
79
|
+
npx @ralph-orchestrator/ralph-cli --version
|
|
80
80
|
```
|
|
81
81
|
|
|
82
82
|
### Via Cargo
|
|
@@ -475,3 +475,7 @@ MIT License — See [LICENSE](LICENSE) for details.
|
|
|
475
475
|
---
|
|
476
476
|
|
|
477
477
|
*"I'm learnding!" - Ralph Wiggum*
|
|
478
|
+
|
|
479
|
+
---
|
|
480
|
+
|
|
481
|
+
[](https://www.star-history.com/#mikeyobrien/ralph-orchestrator&type=date&legend=top-left)
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"name": "@ralph-orchestrator/ralph-cli",
|
|
26
|
-
"version": "2.0.
|
|
26
|
+
"version": "2.0.7"
|
|
27
27
|
},
|
|
28
28
|
"node_modules/@isaacs/balanced-match": {
|
|
29
29
|
"engines": {
|
|
@@ -515,5 +515,5 @@
|
|
|
515
515
|
}
|
|
516
516
|
},
|
|
517
517
|
"requires": true,
|
|
518
|
-
"version": "2.0.
|
|
518
|
+
"version": "2.0.7"
|
|
519
519
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.0.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.0.7",
|
|
3
3
|
"bin": {
|
|
4
4
|
"ralph": "run-ralph.js"
|
|
5
5
|
},
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"zipExt": ".tar.xz"
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
|
-
"version": "2.0.
|
|
65
|
+
"version": "2.0.7",
|
|
66
66
|
"volta": {
|
|
67
67
|
"node": "18.14.1",
|
|
68
68
|
"npm": "9.5.0"
|