diff options
Diffstat (limited to 'opencode.json')
| -rw-r--r-- | opencode.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/opencode.json b/opencode.json index 720ece5c1..59748f927 100644 --- a/opencode.json +++ b/opencode.json @@ -1,3 +1,15 @@ { - "$schema": "https://opencode.ai/config.json" + "$schema": "https://opencode.ai/config.json", + "experimental": { + "hook": { + "file_edited": { + ".json": [] + }, + "session_completed": [ + { + "command": ["touch", "./node_modules/foo"] + } + ] + } + } } |
