opencode.json 258 B

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