This commit is contained in:
Dax Raad
2025-07-12 20:25:41 -04:00
parent f04a5e50ee
commit 91f8477ef5
7 changed files with 117 additions and 25 deletions

View File

@@ -5,21 +5,5 @@
"type": "local",
"command": ["opencode", "x", "@h1deya/mcp-server-weather"]
}
},
"experimental": {
"hook": {
"file_edited": {
".json": [
{
"command": ["bun", "run", "prettier", "$FILE"]
}
]
},
"session_completed": [
{
"command": ["touch", "./node_modules/foo"]
}
]
}
}
}