ralphctl 0.4.1 → 0.4.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/README.md +13 -11
- package/dist/{add-CIM72NE3.mjs → add-MG26JWBP.mjs} +6 -6
- package/dist/{add-GX7P7XTT.mjs → add-ZZYL4BSF.mjs} +5 -4
- package/dist/chunk-2FT37OZX.mjs +1071 -0
- package/dist/{chunk-CTP2A436.mjs → chunk-D2HWXEHH.mjs} +9 -2
- package/dist/{chunk-JOQO4HMM.mjs → chunk-EGUFQNRB.mjs} +10 -10
- package/dist/{chunk-3HJNVQ7N.mjs → chunk-LCY32RW4.mjs} +621 -976
- package/dist/{chunk-NUYQK5MN.mjs → chunk-LDSG7G2T.mjs} +1 -1
- package/dist/{chunk-7JLZQICD.mjs → chunk-MDE6KPJQ.mjs} +6 -6
- package/dist/{chunk-3QBEBKMZ.mjs → chunk-Q4AVHUZL.mjs} +7 -7
- package/dist/{chunk-YCDUVPRT.mjs → chunk-RQGD5WS6.mjs} +4 -72
- package/dist/{chunk-D2YGPLIV.mjs → chunk-TDBEEHTS.mjs} +213 -8
- package/dist/{chunk-SM4GGZSU.mjs → chunk-WOMGKKZY.mjs} +152 -179
- package/dist/{chunk-FKMKOWLA.mjs → chunk-WZTY77GY.mjs} +75 -1
- package/dist/cli.mjs +68 -19
- package/dist/{create-7WFSCMP4.mjs → create-PQK6KKRD.mjs} +5 -5
- package/dist/{handle-BBAZJ44Y.mjs → handle-SYVCFI6Y.mjs} +1 -1
- package/dist/{mount-2N6H5CWA.mjs → mount-2ANLHHQE.mjs} +556 -318
- package/dist/{project-2IE7VWDB.mjs → project-JF47ZWMF.mjs} +2 -2
- package/dist/prompts/check-script-discover.md +69 -0
- package/dist/prompts/ideate-auto.md +26 -1
- package/dist/prompts/ideate.md +5 -1
- package/dist/prompts/plan-auto.md +30 -2
- package/dist/prompts/plan-common-examples.md +82 -0
- package/dist/prompts/plan-common.md +26 -78
- package/dist/prompts/plan-interactive.md +6 -2
- package/dist/prompts/repo-onboard.md +111 -0
- package/dist/prompts/sprint-feedback.md +6 -2
- package/dist/prompts/task-evaluation.md +25 -10
- package/dist/prompts/task-execution.md +13 -13
- package/dist/prompts/ticket-refine.md +4 -0
- package/dist/prompts/validation-checklist.md +4 -0
- package/dist/{resolver-EOE5WUMV.mjs → resolver-PG2DZEBX.mjs} +3 -3
- package/dist/{sprint-OGOFEJJH.mjs → sprint-54DOSIJK.mjs} +3 -3
- package/dist/{start-IUDCXIEA.mjs → start-2SZTBKGF.mjs} +7 -5
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -8,14 +8,9 @@
|
|
|
8
8
|
[](https://docs.anthropic.com/en/docs/claude-code)
|
|
9
9
|
[](https://docs.github.com/en/copilot/github-copilot-in-the-cli)
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
██████╔╝███████║██║ ██████╔╝███████║██║ ██║ ██║
|
|
15
|
-
██╔══██╗██╔══██║██║ ██╔═══╝ ██╔══██║██║ ██║ ██║
|
|
16
|
-
██║ ██║██║ ██║███████╗██║ ██║ ██║╚██████╗ ██║ ███████╗
|
|
17
|
-
╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚══════╝
|
|
18
|
-
```
|
|
11
|
+
<p align="center">
|
|
12
|
+
<img src="./.github/assets/home.png" alt="ralphctl home screen — Ralph donut banner, sprint pipeline, keybinding footer" width="900" />
|
|
13
|
+
</p>
|
|
19
14
|
|
|
20
15
|
**Agent harness for long-running AI coding tasks —
|
|
21
16
|
orchestrates [Claude Code](https://docs.anthropic.com/en/docs/claude-code) & [GitHub Copilot](https://docs.github.com/en/copilot/github-copilot-in-the-cli)
|
|
@@ -24,8 +19,8 @@ across repositories.**
|
|
|
24
19
|
> _"I'm helping!"_ — Ralph Wiggum
|
|
25
20
|
|
|
26
21
|
> [!NOTE]
|
|
27
|
-
> **
|
|
28
|
-
>
|
|
22
|
+
> **Active development** — new features and polish ship regularly. Setup is quick, so upgrading is low-friction. See
|
|
23
|
+
> [CHANGELOG](./CHANGELOG.md).
|
|
29
24
|
|
|
30
25
|
---
|
|
31
26
|
|
|
@@ -67,12 +62,19 @@ ralphctl handles the rest.
|
|
|
67
62
|
|
|
68
63
|
```bash
|
|
69
64
|
npm install -g ralphctl
|
|
65
|
+
ralphctl
|
|
70
66
|
```
|
|
71
67
|
|
|
68
|
+
That's it. Launches the interactive TUI — walks you through project setup, ticket refinement, task planning, and
|
|
69
|
+
execution. No commands to memorize.
|
|
70
|
+
|
|
72
71
|
Requires [Node.js](https://nodejs.org/) >= 24, [Git](https://git-scm.com/), and
|
|
73
72
|
either [Claude CLI](https://docs.anthropic.com/en/docs/claude-code)
|
|
74
73
|
or [GitHub Copilot CLI](https://docs.github.com/en/copilot/github-copilot-in-the-cli) installed and authenticated.
|
|
75
74
|
|
|
75
|
+
<details>
|
|
76
|
+
<summary>Prefer explicit commands?</summary>
|
|
77
|
+
|
|
76
78
|
```bash
|
|
77
79
|
# 1. Register a project (points to your repo)
|
|
78
80
|
ralphctl project add
|
|
@@ -89,7 +91,7 @@ ralphctl sprint plan
|
|
|
89
91
|
ralphctl sprint start
|
|
90
92
|
```
|
|
91
93
|
|
|
92
|
-
|
|
94
|
+
</details>
|
|
93
95
|
|
|
94
96
|
---
|
|
95
97
|
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
import {
|
|
3
3
|
addSingleTicketInteractive,
|
|
4
4
|
ticketAddCommand
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-JOQO4HMM.mjs";
|
|
5
|
+
} from "./chunk-MDE6KPJQ.mjs";
|
|
6
|
+
import "./chunk-EGUFQNRB.mjs";
|
|
8
7
|
import "./chunk-CFUVE2BP.mjs";
|
|
9
8
|
import "./chunk-747KW2RW.mjs";
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-LDSG7G2T.mjs";
|
|
10
|
+
import "./chunk-RQGD5WS6.mjs";
|
|
11
|
+
import "./chunk-WZTY77GY.mjs";
|
|
12
12
|
import "./chunk-IWXBJD2D.mjs";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-D2HWXEHH.mjs";
|
|
14
14
|
import "./chunk-57UWLHRH.mjs";
|
|
15
15
|
export {
|
|
16
16
|
addSingleTicketInteractive,
|
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
import {
|
|
3
3
|
addCheckScriptToRepository,
|
|
4
4
|
projectAddCommand
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-TDBEEHTS.mjs";
|
|
6
|
+
import "./chunk-2FT37OZX.mjs";
|
|
7
7
|
import "./chunk-CFUVE2BP.mjs";
|
|
8
8
|
import "./chunk-747KW2RW.mjs";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-LDSG7G2T.mjs";
|
|
10
|
+
import "./chunk-WZTY77GY.mjs";
|
|
10
11
|
import "./chunk-IWXBJD2D.mjs";
|
|
11
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-D2HWXEHH.mjs";
|
|
12
13
|
import "./chunk-57UWLHRH.mjs";
|
|
13
14
|
export {
|
|
14
15
|
addCheckScriptToRepository,
|