blob: 59748f9277bc70b7fc0376d13a329c6df0e2e94b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"$schema": "https://opencode.ai/config.json",
"experimental": {
"hook": {
"file_edited": {
".json": []
},
"session_completed": [
{
"command": ["touch", "./node_modules/foo"]
}
]
}
}
}
|