core: update project configuration files

Removes permission setting from opencode config and adds test root configuration to prevent running tests from project root.
pull/6319/head
Dax Raad 2025-12-31 18:46:13 -05:00
parent f31006b1cd
commit 8d8f544ccf
3 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,6 @@
// "url": "https://enterprise.dev.opencode.ai",
// },
"instructions": ["STYLE_GUIDE.md"],
"permission": "ask",
"provider": {
"opencode": {
"options": {},

View File

@ -1,2 +1,6 @@
[install]
exact = true
[test]
root = "./do-not-run-tests-from-root"

View File

@ -10,7 +10,8 @@
"typecheck": "bun turbo typecheck",
"prepare": "husky",
"random": "echo 'Random script'",
"hello": "echo 'Hello World!'"
"hello": "echo 'Hello World!'",
"test": "echo 'do not run tests from root' && exit 1"
},
"workspaces": {
"packages": [