From c2b1ac0b9e36ba9d6610f980835e9ca6897e6249 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 13:11:05 +0000 Subject: [PATCH] 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> --- scripts/ralph/prompt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ralph/prompt.md b/scripts/ralph/prompt.md index 98e3af9..6d4cba8 100644 --- a/scripts/ralph/prompt.md +++ b/scripts/ralph/prompt.md @@ -20,7 +20,7 @@ You are an autonomous coding agent working on a software project. APPEND to progress.txt (never replace, always append): ``` ## [Date/Time] - [Story ID] -Session: https://opencode.ai/sessions/[SESSION_ID] +Session: [SESSION_ID] - What was implemented - Files changed - **Learnings for future iterations:** @@ -30,7 +30,7 @@ Session: https://opencode.ai/sessions/[SESSION_ID] --- ``` -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. +Find your current Session ID in Claude Code. The learnings section is critical - it helps future iterations avoid repeating mistakes and understand the codebase better.