feat: Configure opencode permissions and add Nix dev shell target
🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
{
|
||||
"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
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"includeCoAuthoredBy": false,
|
||||
"permission": {
|
||||
"bash": "ask",
|
||||
"edit": "ask"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user