Skip to content

v1.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 09:56

[1.0.4] - 2026-06-19

Added

  • hooks/review-watchdog.mjs (96 lines): PostToolUse hook listening on Write|Edit tools
    • When a code file (.py .ts .js .tsx .jsx .go .rs .java .kt .swift .c .cpp .h .sh .sql, plus pyproject.toml / package.json / Cargo.toml / go.mod / tsconfig.json / requirements.txt / Pipfile) is touched, scans the current session transcript for runReview / review_code / review_plan / mcp__coding-bridge__ references
    • If none detected → emits a stderr advisory (exit 0, non-blocking)
    • Skips: paths under docs/ or .omc/, and any *.md / *.markdown file
    • Auto-deploy: install.sh's HOOK_FILES dynamically discovers hooks/*.mjs / hooks/*.sh (no MAP change required)
  • install.sh subcommand install-memory-mcp: auto-patch ~/.claude/.mcp.json to set MEMORY_FILE_PATH=$HOME/.claude/memory/memory.jsonl, fixing @modelcontextprotocol/server-memory v0.6.3's default-storage-in-npx-cache-dir issue (data not shared across processes / restarts). Idempotent, supports --dry-run, one-time .bak of mcp.json
  • Doc sync: README.md / docs/Analysis/INVENTORY.md / docs/Architecture/SYSTEM_DESIGN.md / docs/Usage/{INSTALL,UPGRADE}.md updated from "9 hooks pending V0.3" to actual state

Full Changelog: v1.0.3...v1.0.4