chore: restore .gemini conductor agent files

This commit is contained in:
2026-03-02 11:00:25 -05:00
parent 008cfc355a
commit 80ebc9c4b1
20 changed files with 758 additions and 0 deletions

34
.gemini/settings.json Normal file
View File

@@ -0,0 +1,34 @@
{
"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
}
}