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: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.1.0] - 2026-01-12
6
+
7
+
### Added
8
+
-`--skill <a[,b,...]>` support in `ralph.sh` and `ralph-once.sh` (prepends `skills/<name>/SKILL.md` into the attached context).
9
+
-`--only <prompt1[,prompt2...]>` filter in `test/run-prompts.sh` to run selected prompt tests.
10
+
- Vendored WordPress skills under `test/skills/` for the harness:
11
+
12
+
-`wp-plugin-development`
13
+
-`wp-project-triage`
14
+
15
+
### Fixed
16
+
-`test/run-prompts.sh`: WordPress skill staging now copies from `$ROOT/test/skills/...` (so it works inside per-prompt worktrees).
17
+
-`test/run-prompts.sh`: WordPress assertions/skill injection now match `wordpress-plugin-agent.txt` consistently.
18
+
19
+
### Changed
20
+
-`test/run-prompts.sh`: WordPress prompt test now stages those vendored skills into a top-level `skills/` folder inside the worktree and injects the WP plugin skill into the context attachment.
|`--skill <a[,b,...]>`| Prepend skills from `skills/<name>/SKILL.md`| — |
143
144
|`--allow-profile <name>`| Permission profile (see below) | — |
144
145
|`--allow-tools <spec>`| Allow specific tool (repeatable) | — |
145
146
|`--deny-tools <spec>`| Deny specific tool (repeatable) | — |
@@ -271,6 +272,24 @@ Ralph always denies a small set of dangerous commands (currently `shell(rm)` and
271
272
- Single attachment workaround: Ralph combines PRD + `progress.txt` into one context file to avoid Copilot CLI issues with multiple `@file` attachments.
272
273
- Pseudo-TTY capture in the harness: `test/run-prompts.sh` uses `script(1)` to capture output even when Copilot writes directly to the TTY.
273
274
275
+
### Skills (`--skill`)
276
+
277
+
Skills let you prepend reusable instructions into the same attached context file.
0 commit comments