diff options
| author | Dax Raad <[email protected]> | 2025-06-26 22:12:23 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-26 22:17:08 -0400 |
| commit | f8b78f08b497c7f405c2c725def58347f7c104b3 (patch) | |
| tree | bff0c705e99ec42368e26e660bdb7e472ee6e24a /opencode.json | |
| parent | a4f32d602b156deff93aae995e9312ea6f069006 (diff) | |
| download | opencode-f8b78f08b497c7f405c2c725def58347f7c104b3.tar.gz opencode-f8b78f08b497c7f405c2c725def58347f7c104b3.zip | |
add auto formatting and experimental hooks feature
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"] + } + ] + } + } } |
