feat(o3): implement Invocation-Aware Scoped Guard for orchestrator role scoping (100% PASS)

This commit is contained in:
2026-08-07 10:09:14 +09:00
parent 5ab76874e4
commit 1f8622e077
13 changed files with 428 additions and 20 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"mam-loop-delegation-guard": {
"PreToolUse": [
{
"matcher": "file_change|edit_notebook|write_blob",
"hooks": [
{ "type": "command", "command": "./hooks/loop_delegation_guard.sh", "timeout": 10 }
]
}
]
}
}