🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
9 lines
265 B
JSON
9 lines
265 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": "^(?!\./).*"
|
|
} |