feat: Integrate Ralph Loop mechanism for automated app development - #5
Conversation
- Adopted Ralph Loop pattern from ChristianKuri/ralph-and-opencode - Added `ralph.sh` script to orchestrate the loop execution - Added `.opencode/skills/` globally available OpenCode agent skills - Added `prompt.md` instructions and `prd.json.example` format definition - Updated `AGENTS.md` with instructions on how to use Ralph Loop Co-authored-by: Rishabh-Bajpai <28703138+Rishabh-Bajpai@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Adopted Ralph Loop pattern from ChristianKuri/ralph-and-opencode - Added `ralph.sh` script to orchestrate the loop execution - Added `.opencode/skills/` globally available OpenCode agent skills - Added `prompt.md` instructions and `prd.json.example` format definition - Updated `AGENTS.md` with instructions on how to use Ralph Loop - Added UI checkboxes to "Create Chat Project" modals to scaffold Ralph Loop - Backend copies Ralph Loop files securely without using shell subprocesses Co-authored-by: Rishabh-Bajpai <28703138+Rishabh-Bajpai@users.noreply.github.com>
|
@copilot please review this PR and it looks like the ralph loop is not implemented properly in this PR (UI,feature are not that good). Please understand the whole code base and then improve the implementation. Also since the repo already have tasks maybe the current ralph implementation doesn't make any sense. Please re implement this feature with current code in the development branch. |
… inline-styled checkbox Agent-Logs-Url: https://github.com/Rishabh-Bajpai/mobile-opencode-control/sessions/e8245915-d516-4bab-b1a0-3909966004a2 Co-authored-by: Rishabh-Bajpai <28703138+Rishabh-Bajpai@users.noreply.github.com>
…prd routes Agent-Logs-Url: https://github.com/Rishabh-Bajpai/mobile-opencode-control/sessions/e8245915-d516-4bab-b1a0-3909966004a2 Co-authored-by: Rishabh-Bajpai <28703138+Rishabh-Bajpai@users.noreply.github.com>
…trace exposure Agent-Logs-Url: https://github.com/Rishabh-Bajpai/mobile-opencode-control/sessions/e8245915-d516-4bab-b1a0-3909966004a2 Co-authored-by: Rishabh-Bajpai <28703138+Rishabh-Bajpai@users.noreply.github.com>
The Ralph Loop has been properly reimplemented in commit What changed:
|
…p-integration-4511484040334154221 # Conflicts: # frontend/src/api.ts Co-authored-by: Rishabh-Bajpai <28703138+Rishabh-Bajpai@users.noreply.github.com>
Integrates the "Ralph Loop" mechanism, adopting Geoffrey Huntley's pattern as implemented in
ChristianKuri/ralph-and-opencode, to enable a fully automated application development workflow.This change adds:
scripts/ralph/ralph.sh: The main loop runner that repeatedly executes OpenCode using the instructions.scripts/ralph/prompt.md: The system prompt to guide each fresh OpenCode agent instance during the iterations.prd.json.example: A format definition for structured feature plans the agent uses for tasks..opencode/skills/*: Global skills likeprdandralphto assist developers in defining and formatting tasks before running the loop, as well asdev-browserto allow UI testing.AGENTS.md: Updated with usage instructions.PR created automatically by Jules for task 4511484040334154221 started by @Rishabh-Bajpai