Skip to content

Commit e39e0af

Browse files
committed
Update CHANGELOG.md to reflect recent changes in prompt handling and runner scripts
- Added details about the mandatory `--prompt` and optional `--prd` parameters in the changelog. - Documented the new behavior of running prompts in isolated git worktrees and capturing Copilot output. - Included references to the `CHANGELOG.md`, `RALPH_VERSION`, and `prompts/pest-coverage.txt` in the added section.
1 parent 714eee5 commit e39e0af

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ All notable changes to this project will be documented in this file.
55
## [1.0.0] - 2026-01-10
66

77
### Added
8-
- Optional PRD attachment via `--prd` (only attached when explicitly provided).
9-
- Mandatory prompt selection via `--prompt` (no implicit default in runners).
10-
- Prompt harness runs each prompt in an isolated git worktree and captures Copilot output via pseudo-TTY transcript.
11-
- `prompts/pest-coverage.txt` prompt file and harness support for running it without a PRD.
8+
- `CHANGELOG.md`.
9+
- `RALPH_VERSION="1.0.0"` in the runner scripts.
10+
- `prompts/pest-coverage.txt`.
11+
- Harness support for running `pest-coverage.txt` without a PRD.
1212

1313
### Changed
14+
- `ralph.sh` / `ralph-once.sh`: `--prompt` is required (no implicit default prompt).
15+
- `ralph.sh` / `ralph-once.sh`: `--prd` is optional and only attached when explicitly provided.
1416
- Normalized shell tool allow/deny specs to the pattern form `shell(cmd:*)`.
1517
- Prevented emitting empty tool spec arguments (avoids `--allow-tool ''` / `--deny-tool ''`).
18+
- `test/run-prompts.sh`: runs prompts in isolated git worktrees and captures Copilot output via pseudo-TTY transcript.
1619

1720
### Documentation
1821
- Updated README usage/examples to reflect `--prompt` required and `--prd` optional.

0 commit comments

Comments
 (0)