Files
manual_slop/.gemini/settings.json

35 lines
712 B
JSON

{
"workspace_folders": [
"C:/projects/manual_slop",
"C:/projects/gencpp",
"C:/projects/VEFontCache-Odin"
],
"experimental": {
"enableAgents": true
},
"tools": {
"whitelist": [
"*"
],
"discoveryCommand": "powershell.exe -NoProfile -Command \"Get-Content .gemini/tools.json -Raw\"",
"callCommand": "scripts\\tool_call.exe"
},
"hooks": {
"BeforeTool": [
{
"matcher": "*",
"hooks": [
{
"name": "manual-slop-bridge",
"type": "command",
"command": "python C:/projects/manual_slop/scripts/cli_tool_bridge.py"
}
]
}
]
},
"hooksConfig": {
"enabled": true
}
}