Skip to content

Commit 391a066

Browse files
authored
Merge pull request #5 from codejunkie99/codex/gateflow-stop-hook-1.5.2
Codex/gateflow stop hook 1.5.2
2 parents 1d2785d + 884480b commit 391a066

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ We can't wait to see what you create. ❤️
3131
- [Project Structure](#project-structure) — Repo layout
3232
- [Troubleshooting](#troubleshooting) — Common issues
3333
- [Updates](#updates) — Changelog
34+
- [Releases](releases.md) — Detailed release notes
3435
- [Contributing](#contributing) | [License](#license) | [Links](#links)
3536

3637
---
@@ -448,9 +449,11 @@ gateflow:sv-testbench
448449

449450
## Updates
450451

452+
For detailed release notes, see [`releases.md`](releases.md).
453+
451454
| Version | Date | What Changed |
452455
|---------|------|-------------|
453-
| **1.5.2** | 2026-02-15 | Fix Stop hook JSON validation: replace prompt hook with deterministic command hook |
456+
| **1.5.2** | 2026-02-15 | Fix Stop hook JSON validation: replace prompt hook with deterministic command hook (non-blocking reminder) |
454457
| **1.5.0** | 2025-02-11 | Terminal visualization with `/gf-viz` skill and `sv-viz` agent |
455458
| **1.4.4** | 2025-02-11 | Individual component downloads, cross-tool install instructions |
456459
| **1.4.3** | 2025-02-10 | Split `gf-plan` references, validation fixes, docs improvements |

plugins/gateflow/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gateflow",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "AI-powered SystemVerilog development assistant with lint fixing, code generation, simulation, and waveform analysis",
55
"author": {
66
"name": "codejunkie99",

releases.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Releases
2+
3+
## 1.5.2 (2026-02-15)
4+
5+
- Fix Stop hook JSON validation failures by replacing the prompt-based Stop hook with a deterministic command hook (`stop-hook.sh`).
6+
- Bump plugin version to 1.5.2.
7+
8+
## 1.5.1 (2025-02-12)
9+
10+
- Prompt-based hooks: PreToolUse (SV file safety), PostToolUse (lint nudge), Stop (smart completion gate).
11+

0 commit comments

Comments
 (0)