10-slide PPTX (docs/demo/AI_DEMO_SCRIPT.pptx): env/accounts, 4 demo flows with concrete input examples (NL auto-layout phrases, ReRoom sample photo at /downloads/demo/sample_booth.jpg, NL-query/rules-chat questions), pre-demo checklist (Gemini paid-tier action item) and fallback troubleshooting. Hook commands in .claude/settings.json now use forward slashes - backslashes were eaten by the sh hook runner. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
24 lines
542 B
JSON
24 lines
542 B
JSON
{
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "Bash",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "C:/Users/ython/AppData/Local/Python/pythoncore-3.14-64/Scripts/graphify.EXE hook-guard search"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"matcher": "Read|Glob",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "C:/Users/ython/AppData/Local/Python/pythoncore-3.14-64/Scripts/graphify.EXE hook-guard read"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |