Private
Public Access
0
0

setup agy?

This commit is contained in:
2026-05-20 06:32:49 -04:00
parent a55a1200a0
commit 180dc167d2
20 changed files with 913 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"hooks": {
"BeforeTool": [
{
"matcher": "*",
"hooks": [
{
"name": "manual-slop-bridge",
"type": "command",
"command": "python C:/projects/manual_slop/scripts/cli_tool_bridge.py"
}
]
}
]
}
}