ralphctl 0.8.2 → 0.8.3
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 +8088 -7188
- package/dist/manifest.json +1 -1
- package/package.json +3 -2
package/dist/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ralphctl",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
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",
|
|
@@ -82,7 +82,8 @@
|
|
|
82
82
|
"test:integration": "vitest run tests/integration",
|
|
83
83
|
"test:e2e": "vitest run tests/e2e",
|
|
84
84
|
"test:watch": "vitest",
|
|
85
|
-
"
|
|
85
|
+
"coverage": "vitest run --coverage",
|
|
86
|
+
"verify:coverage": "pnpm coverage",
|
|
86
87
|
"coverage:unused": "tsx scripts/find-unused.ts",
|
|
87
88
|
"deadcode": "knip",
|
|
88
89
|
"lint": "eslint .",
|