ralphctl 0.10.0 → 0.10.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/dist/cli.mjs CHANGED
@@ -5075,7 +5075,7 @@ var createNpmVersionChecker = (deps) => {
5075
5075
  // package.json
5076
5076
  var package_default = {
5077
5077
  name: "ralphctl",
5078
- version: "0.10.0",
5078
+ version: "0.10.1",
5079
5079
  description: "Agent harness for long-running AI coding tasks \u2014 orchestrates Claude Code, GitHub Copilot, and OpenAI Codex across repositories",
5080
5080
  homepage: "https://github.com/lukas-grigis/ralphctl",
5081
5081
  type: "module",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-06-07T13:20:38.557Z",
3
+ "generatedAt": "2026-06-07T19:21:22.255Z",
4
4
  "assets": [
5
5
  "prompts/_partials/conventions-agents-md.md",
6
6
  "prompts/_partials/conventions-claude-md.md",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ralphctl",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Agent harness for long-running AI coding tasks — orchestrates Claude Code, GitHub Copilot, and OpenAI Codex across repositories",
5
5
  "homepage": "https://github.com/lukas-grigis/ralphctl",
6
6
  "type": "module",