Skip to content

Commit c2b1ac0

Browse files
docs: Update Ralph prompt to use Claude Code references
Replaces "OpenCode" references with "Claude Code" in `scripts/ralph/prompt.md`. - Removed `https://opencode.ai/sessions/[SESSION_ID]` URL. - Replaced `opencode session list` command instruction with a generic instruction to find the session ID in Claude Code. Co-authored-by: Miyamura80 <38335479+Miyamura80@users.noreply.github.com>
1 parent 6c43dd1 commit c2b1ac0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/ralph/prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You are an autonomous coding agent working on a software project.
2020
APPEND to progress.txt (never replace, always append):
2121
```
2222
## [Date/Time] - [Story ID]
23-
Session: https://opencode.ai/sessions/[SESSION_ID]
23+
Session: [SESSION_ID]
2424
- What was implemented
2525
- Files changed
2626
- **Learnings for future iterations:**
@@ -30,7 +30,7 @@ Session: https://opencode.ai/sessions/[SESSION_ID]
3030
---
3131
```
3232

33-
Find your current Session ID by running `opencode session list` (it should be the first one). Include the session URL so future iterations can reference previous work if needed.
33+
Find your current Session ID in Claude Code.
3434

3535
The learnings section is critical - it helps future iterations avoid repeating mistakes and understand the codebase better.
3636

0 commit comments

Comments
 (0)