Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
13
.claude/helpers/guidance-hook.sh
Executable file
13
.claude/helpers/guidance-hook.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# Capture hook guidance for Claude visibility
|
||||
GUIDANCE_FILE=".claude-flow/last-guidance.txt"
|
||||
mkdir -p .claude-flow
|
||||
|
||||
case "$1" in
|
||||
"route")
|
||||
npx agentic-flow@alpha hooks route "$2" 2>&1 | tee "$GUIDANCE_FILE"
|
||||
;;
|
||||
"pre-edit")
|
||||
npx agentic-flow@alpha hooks pre-edit "$2" 2>&1 | tee "$GUIDANCE_FILE"
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user