know-thy-build 0.6.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "know-thy-build",
3
- "version": "0.6.0",
3
+ "version": "0.7.1",
4
4
  "description": "Multi-agent project definition & QA framework for Claude Code — Socratic dialogue, behavioral testing axes, design intent, orchestrated review",
5
5
  "bin": {
6
6
  "know-thy-build": "./bin/cli.js"
@@ -1014,7 +1014,12 @@ exit 0
1014
1014
  "PreToolUse": [
1015
1015
  {
1016
1016
  "matcher": "Bash",
1017
- "command": "bash .claude/hooks/check-merge-gate.sh"
1017
+ "hooks": [
1018
+ {
1019
+ "type": "command",
1020
+ "command": "bash .claude/hooks/check-merge-gate.sh"
1021
+ }
1022
+ ]
1018
1023
  }
1019
1024
  ]
1020
1025
  }