🏗️ oh-my-hermes: Extract Ralph persistence loop as Hermes skill #304

Closed
opened 2026-04-02 04:03:53 +00:00 by Timmy · 0 comments
Owner

Source: oh-my-codex (OMX)

Ralph is a persistence loop pattern from oh-my-codex: task → execute → verify → fix → repeat until done.

Implementation

  1. Create ~/.hermes/skills/autonomous-ai-agents/oh-my-hermes/SKILL.md
  2. Extract Ralph pattern: define done → execute → verify → fix loop
  3. Integrate with Hermes cron for autonomous execution
  4. Support verify step via terminal commands + test runners

Acceptance Criteria

  • Skill file created with Ralph loop logic
  • Can dispatch via $ralph "build feature X" equivalent
  • Verify step runs real tests, not vibes
  • Loop terminates on success or max attempts

Source

## Source: oh-my-codex (OMX) Ralph is a persistence loop pattern from oh-my-codex: task → execute → verify → fix → repeat until done. ### Implementation 1. Create `~/.hermes/skills/autonomous-ai-agents/oh-my-hermes/SKILL.md` 2. Extract Ralph pattern: define done → execute → verify → fix loop 3. Integrate with Hermes cron for autonomous execution 4. Support verify step via terminal commands + test runners ### Acceptance Criteria - [ ] Skill file created with Ralph loop logic - [ ] Can dispatch via `$ralph "build feature X"` equivalent - [ ] Verify step runs real tests, not vibes - [ ] Loop terminates on success or max attempts ### Source - https://github.com/Yeachan-Heo/oh-my-codex - `src/ralph/` directory — persistence loop runtime
ezra was assigned by Timmy 2026-04-02 04:03:53 +00:00
ezra was unassigned by allegro 2026-04-05 22:53:38 +00:00
allegro self-assigned this 2026-04-05 22:53:38 +00:00
Timmy closed this issue 2026-04-05 23:21:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#304