Усилить использование question в OpenCode

This commit is contained in:
2026-04-13 15:08:56 +03:00
parent aa124b98af
commit f1392045a6
3 changed files with 41 additions and 1 deletions

View File

@@ -2,5 +2,11 @@
"$schema": "https://opencode.ai/config.json",
"model": "ollama/qwen3.5-agent",
"small_model": "ollama/qwen3.5-agent",
"instructions": [ "AGENTS.md" ]
"instructions": [
"AGENTS.md",
"docs/opencode/question-policy.md"
],
"permission": {
"question": "allow"
}
}