Skip to content

Commit 0ad994f

Browse files
chore(hooks): bump ralph-* hook versions to reflect v3.1.1 format fixes (#25)
The format-correctness fixes (removed invalid {"decision":"approve"}; allow via clean exit) merged in #22 changed these 3 ralph-* hooks without a version bump. Patch-bump each in its own lineage with a changelog note: - ralph-stop-quality-gate.sh 2.88.0 -> 2.88.1 - ralph-subagent-start.sh 2.95.0 -> 2.95.1 - ralph-subagent-stop.sh 2.95.0 -> 2.95.1 Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 727dbee commit 0ad994f

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.claude/hooks/ralph-stop-quality-gate.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/bin/bash
22
umask 077
33
# ralph-stop-quality-gate.sh - Quality gate for Stop event
4-
# VERSION: 2.88.0
4+
# VERSION: 2.88.1
5+
# v2.88.1 (v3.1.1): format-correctness — removed invalid {"decision":"approve"}; allow is
6+
# signaled by clean exit 0. Stale-session cleanup verified by
7+
# tests/hook-integration/test-hook-integration-v2.88.sh.
58
# REPO: multi-agent-ralph-loop
69
#
710
# Triggered by: Stop hook event

.claude/hooks/ralph-subagent-start.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/bin/bash
22
umask 077
33
# ralph-subagent-start.sh - Initialize subagents with Ralph context, memory, and integration
4-
# VERSION: 2.95.0
4+
# VERSION: 2.95.1
5+
# v2.95.1 (v3.1.1): format-correctness — removed invalid {"decision":"approve"} (allow is
6+
# signaled by clean exit 0). Verified by tests/hook-integration.
57
# REPO: multi-agent-ralph-loop
68
#
79
# Triggered by: SubagentStart hook event (matcher: ralph-*)

.claude/hooks/ralph-subagent-stop.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/bin/bash
22
umask 077
33
# ralph-subagent-stop.sh - Quality gate for ralph-* subagent termination
4-
# VERSION: 2.95.0
4+
# VERSION: 2.95.1
5+
# v2.95.1 (v3.1.1): format-correctness — removed invalid {"decision":"approve"}; a
6+
# completed subagent is allowed via clean exit 0. Verified by the
7+
# tightened tests/hook-integration assertions (RC==0 + no block).
58
# Event: SubagentStop
69
# Matcher: ralph-*
710
#

0 commit comments

Comments
 (0)