@ralph-orchestrator/ralph-cli 2.5.0 → 2.5.1

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to ralph-orchestrator are documented here.
4
4
 
5
+ ## [2.5.1] - 2026-02-14
6
+
7
+ ### Changed
8
+
9
+ - Version bump for 2.5.1 release.
10
+
5
11
  ## [2.3.0] - 2025-01-28
6
12
 
7
13
  ### Added
@@ -85,6 +91,7 @@ All notable changes to ralph-orchestrator are documented here.
85
91
 
86
92
  - Modularized codebase and fixed TUI mode
87
93
 
94
+ [2.5.1]: https://github.com/mikeyobrien/ralph-orchestrator/compare/v2.5.0...v2.5.1
88
95
  [2.3.0]: https://github.com/mikeyobrien/ralph-orchestrator/compare/v2.2.5...v2.3.0
89
96
  [2.2.5]: https://github.com/mikeyobrien/ralph-orchestrator/compare/v2.2.4...v2.2.5
90
97
  [2.2.4]: https://github.com/mikeyobrien/ralph-orchestrator/compare/v2.2.3...v2.2.4
package/README.md CHANGED
@@ -22,7 +22,7 @@ A hat-based orchestration framework that keeps AI agents in a loop until the tas
22
22
  npm install -g @ralph-orchestrator/ralph-cli
23
23
  ```
24
24
 
25
- ### Via Homebrew (macOS)
25
+ ### Via Homebrew (macOS/Linux)
26
26
 
27
27
  ```bash
28
28
  brew install ralph-orchestrator
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "@ralph-orchestrator/ralph-cli",
26
- "version": "2.5.0"
26
+ "version": "2.5.1"
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.5.0"
518
+ "version": "2.5.1"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.5.0",
2
+ "artifactDownloadUrl": "https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.5.1",
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.5.0",
65
+ "version": "2.5.1",
66
66
  "volta": {
67
67
  "node": "18.14.1",
68
68
  "npm": "9.5.0"