Files
malta-workshop/opencode.json
2025-08-13 11:46:15 +02:00

11 lines
298 B
JSON

{
"build": "make build-usb",
"lint": "markdownlint . || true && jsonlint . || true && nixpkgs-fmt . || true",
"test": "make status-cloud"
,
"ask_before_executing_commands": true,
"ask_before_git_commands": true,
"ask_before_reading_file": "^(?!\./).*"
,
"includeCoAuthoredBy": false
}