@ralph-orchestrator/ralph-cli 2.6.0 → 2.7.0

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,37 @@
2
2
 
3
3
  All notable changes to ralph-orchestrator are documented here.
4
4
 
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ## [Unreleased]
8
+
9
+ ## [2.7.0] - 2026-03-06
10
+
11
+ ### Added
12
+
13
+ - Per-project orchestrator lifecycle hooks v1.
14
+ - `kiro-acp` backend with ACP executor support.
15
+ - Subprocess TUI over JSON-RPC stdin/stdout.
16
+ - Improved TUI tool rendering for ACP-backed flows.
17
+
18
+ ### Changed
19
+
20
+ - Simplified internal code paths by removing redundant clones and deduplicating `now_ts`.
21
+ - Replaced deprecated `Duration` method usage with `from_secs`.
22
+ - `ralph plan` PDD SOP now syncs from the canonical `strands-agents/agent-sop` upstream source, with a small Ralph-specific loop handoff addendum.
23
+ - Added embedded asset sync, check, and upstream refresh helpers for SOP maintenance.
24
+ - Unified and modernized preset documentation.
25
+ - Added `llms.txt` map generation and CI validation.
26
+ - Hardened web `tsx` preflight behavior and added funding metadata.
27
+
28
+ ### Fixed
29
+
30
+ - Avoid self-lock contention in subprocess TUI mode.
31
+ - Accumulate Pi text deltas into flowing paragraphs in the TUI.
32
+ - Clean up zombie worktree loops more reliably.
33
+ - Fix ACP orphaned processes, garbled TUI output, and missing tool details.
34
+ - Resolve clippy issues and missing struct fields.
35
+
5
36
  ## [2.6.0] - 2026-02-25
6
37
 
7
38
  ### Added
@@ -106,6 +137,8 @@ All notable changes to ralph-orchestrator are documented here.
106
137
 
107
138
  - Modularized codebase and fixed TUI mode
108
139
 
140
+ [Unreleased]: https://github.com/mikeyobrien/ralph-orchestrator/compare/v2.7.0...HEAD
141
+ [2.7.0]: https://github.com/mikeyobrien/ralph-orchestrator/compare/v2.6.0...v2.7.0
109
142
  [2.6.0]: https://github.com/mikeyobrien/ralph-orchestrator/compare/v2.5.1...v2.6.0
110
143
  [2.5.1]: https://github.com/mikeyobrien/ralph-orchestrator/compare/v2.5.0...v2.5.1
111
144
  [2.3.0]: https://github.com/mikeyobrien/ralph-orchestrator/compare/v2.2.5...v2.3.0
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "@ralph-orchestrator/ralph-cli",
26
- "version": "2.6.0"
26
+ "version": "2.7.0"
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.6.0"
518
+ "version": "2.7.0"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.6.0",
2
+ "artifactDownloadUrl": "https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.7.0",
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.6.0",
65
+ "version": "2.7.0",
66
66
  "volta": {
67
67
  "node": "18.14.1",
68
68
  "npm": "9.5.0"