Skip to content

Commit b510482

Browse files
Kasper Jungeclaude
authored andcommitted
release: v0.2.2
Add `ralph init` command for quick template-based ralph scaffolding. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d23ebdf commit b510482

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ keywords: ralphify changelog, release history, new features, version updates, br
77

88
All notable changes to ralphify are documented here.
99

10+
## 0.2.2 — 2026-03-21
11+
12+
### Added
13+
14+
- **`ralph init` command** — scaffold a new ralph with a ready-to-customize template, no AI agent required. Run `ralph init my-task` to create a directory with a `RALPH.md` that includes example commands, args, and placeholders. A faster alternative to the AI-guided `ralph new`.
15+
16+
---
17+
1018
## 0.2.1 — 2026-03-21
1119

1220
### Fixed

docs/quick-reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ ralph run my-ralph --delay 10 # Wait 10s between iterations
1818
ralph run my-ralph --timeout 300 # Kill agent after 5 min per iteration
1919
ralph run my-ralph -- --dir ./src # Pass user args to the ralph
2020

21+
ralph init my-task # Scaffold a ralph from template (no AI)
22+
ralph init # Scaffold in current directory
23+
2124
ralph new # AI-guided ralph creation
2225
ralph new docs # AI-guided creation with name pre-filled
2326

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ralphify"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Stop stressing over not having an agent running. Ralph is always running"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)