ralphctl 0.6.0 → 0.6.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
@@ -22267,7 +22267,7 @@ async function runTicketRemove(deps, opts) {
22267
22267
  // package.json
22268
22268
  var package_default = {
22269
22269
  name: "ralphctl",
22270
- version: "0.6.0",
22270
+ version: "0.6.1",
22271
22271
  description: "Agent harness for long-running AI coding tasks \u2014 orchestrates Claude Code & GitHub Copilot across repositories",
22272
22272
  homepage: "https://github.com/lukas-grigis/ralphctl",
22273
22273
  type: "module",
@@ -22329,7 +22329,7 @@ var package_default = {
22329
22329
  react: "^19.2.5",
22330
22330
  tabtab: "^3.0.2",
22331
22331
  "typescript-result": "^3.5.2",
22332
- zod: "^4.3.6"
22332
+ zod: "^4.4.3"
22333
22333
  },
22334
22334
  devDependencies: {
22335
22335
  "@eslint/js": "^10.0.1",
@@ -22338,20 +22338,20 @@ var package_default = {
22338
22338
  "@types/tabtab": "^3.0.4",
22339
22339
  "@vitest/coverage-v8": "^4.1.5",
22340
22340
  "@vitest/eslint-plugin": "^1.6.16",
22341
- eslint: "^10.2.1",
22341
+ eslint: "^10.3.0",
22342
22342
  "eslint-config-prettier": "^10.1.8",
22343
22343
  "eslint-plugin-import-x": "^4.16.2",
22344
22344
  "eslint-plugin-react-hooks": "^7.1.1",
22345
- globals: "^17.5.0",
22345
+ globals: "^17.6.0",
22346
22346
  husky: "^9.1.7",
22347
22347
  "ink-testing-library": "^4.0.0",
22348
- knip: "^6.9.0",
22348
+ knip: "^6.11.0",
22349
22349
  "lint-staged": "^16.4.0",
22350
22350
  prettier: "^3.8.3",
22351
22351
  tsup: "^8.5.1",
22352
22352
  tsx: "^4.21.0",
22353
- typescript: "^5.9.3",
22354
- "typescript-eslint": "^8.59.0",
22353
+ typescript: "^6.0.3",
22354
+ "typescript-eslint": "^8.59.2",
22355
22355
  vitest: "^4.1.5"
22356
22356
  },
22357
22357
  "lint-staged": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-05-04T20:12:39.622Z",
3
+ "generatedAt": "2026-05-04T20:33:33.154Z",
4
4
  "assets": [
5
5
  "prompts/harness-context.md",
6
6
  "prompts/ideate.md",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ralphctl",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Agent harness for long-running AI coding tasks — orchestrates Claude Code & GitHub Copilot across repositories",
5
5
  "homepage": "https://github.com/lukas-grigis/ralphctl",
6
6
  "type": "module",
@@ -46,7 +46,7 @@
46
46
  "react": "^19.2.5",
47
47
  "tabtab": "^3.0.2",
48
48
  "typescript-result": "^3.5.2",
49
- "zod": "^4.3.6"
49
+ "zod": "^4.4.3"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@eslint/js": "^10.0.1",
@@ -55,20 +55,20 @@
55
55
  "@types/tabtab": "^3.0.4",
56
56
  "@vitest/coverage-v8": "^4.1.5",
57
57
  "@vitest/eslint-plugin": "^1.6.16",
58
- "eslint": "^10.2.1",
58
+ "eslint": "^10.3.0",
59
59
  "eslint-config-prettier": "^10.1.8",
60
60
  "eslint-plugin-import-x": "^4.16.2",
61
61
  "eslint-plugin-react-hooks": "^7.1.1",
62
- "globals": "^17.5.0",
62
+ "globals": "^17.6.0",
63
63
  "husky": "^9.1.7",
64
64
  "ink-testing-library": "^4.0.0",
65
- "knip": "^6.9.0",
65
+ "knip": "^6.11.0",
66
66
  "lint-staged": "^16.4.0",
67
67
  "prettier": "^3.8.3",
68
68
  "tsup": "^8.5.1",
69
69
  "tsx": "^4.21.0",
70
- "typescript": "^5.9.3",
71
- "typescript-eslint": "^8.59.0",
70
+ "typescript": "^6.0.3",
71
+ "typescript-eslint": "^8.59.2",
72
72
  "vitest": "^4.1.5"
73
73
  },
74
74
  "lint-staged": {