Files
anomalyco_opencode/opencode.json
T
Dax Raad f8b78f08b4
publish / publish (push) Has been cancelled
add auto formatting and experimental hooks feature
2025-06-26 22:17:08 -04:00

16 lines
258 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"experimental": {
"hook": {
"file_edited": {
".json": []
},
"session_completed": [
{
"command": ["touch", "./node_modules/foo"]
}
]
}
}
}