You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,25 @@ All notable changes to ralphify are documented here.
8
8
9
9
## Unreleased
10
10
11
+
Nothing yet.
12
+
13
+
---
14
+
15
+
## 0.1.4 — 2026-03-11
16
+
17
+
Ad-hoc prompts, better discoverability, and expanded cookbook recipes.
18
+
11
19
### Added
12
20
13
21
-**Ad-hoc prompts** — `ralph run -p "Fix the login bug"` passes a prompt directly on the command line, bypassing `PROMPT.md` entirely. Useful for quick one-off tasks. Placeholders (contexts and instructions) resolve as normal.
22
+
-**Test coverage cookbook recipe** — step-by-step setup for systematically increasing test coverage with a coverage context, threshold check, and focused prompt.
23
+
-**Rust and Go cookbook recipes** — complete copy-pasteable setups for `cargo test`/`cargo clippy`/`cargo fmt` and `go test`/`go vet` workflows.
24
+
25
+
### Improved
26
+
27
+
- Page descriptions and search plugin for better SEO — docs pages now have meta descriptions and the search separates on dots and dashes.
28
+
-`-p`/`--prompt` flag surfaced in README quickstart and CLI reference so new users discover it faster.
29
+
- Comprehensive docstrings on all public functions and classes for contributors and AI agents working in the codebase.
0 commit comments