@ai-dev-methodologies/rlp-desk 0.2.1 → 0.2.2
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/package.json +1 -1
- package/src/commands/rlp-desk.md +19 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-dev-methodologies/rlp-desk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Fresh-context iterative loops for Claude Code — autonomous task completion with independent verification",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node scripts/postinstall.js",
|
package/src/commands/rlp-desk.md
CHANGED
|
@@ -54,6 +54,25 @@ Do NOT auto-decide iteration unit — the user MUST explicitly choose.
|
|
|
54
54
|
Run: `~/.claude/ralph-desk/init_ralph_desk.zsh <slug> "<objective>"`
|
|
55
55
|
If brainstorm was done, auto-fill PRD and test-spec with the results.
|
|
56
56
|
|
|
57
|
+
**After init completes, STOP. Do NOT auto-run the loop.**
|
|
58
|
+
|
|
59
|
+
Tell the user:
|
|
60
|
+
1. The scaffold has been created — list the generated files
|
|
61
|
+
2. Ask them to review/edit the PRD and test-spec if needed
|
|
62
|
+
3. Show the run command with available options:
|
|
63
|
+
```
|
|
64
|
+
/rlp-desk run <slug> [options]
|
|
65
|
+
|
|
66
|
+
Options:
|
|
67
|
+
--mode agent|tmux
|
|
68
|
+
--worker-engine claude|codex
|
|
69
|
+
--verifier-engine claude|codex
|
|
70
|
+
--verify-mode per-us|batch
|
|
71
|
+
--verify-consensus
|
|
72
|
+
--consensus-scope all|final-only
|
|
73
|
+
```
|
|
74
|
+
4. Wait for the user to explicitly invoke `/rlp-desk run`
|
|
75
|
+
|
|
57
76
|
---
|
|
58
77
|
|
|
59
78
|
## `run <slug> [options]`
|