Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/ralph/prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand All @@ -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.

Expand Down