configure opencode agent with project guidelines and safety rules

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
2025-08-13 11:38:29 +02:00
parent 09757eb061
commit 24a1d21e5c
2 changed files with 33 additions and 0 deletions

9
opencode.json Normal file
View File

@@ -0,0 +1,9 @@
{
"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": "^(?!\./).*"
}