Files
momentry_core/opencode.json
accusys 383201cacd feat: Initial v0.9 release with API Key authentication
## v0.9.20260325_144654

### Features
- API Key Authentication System
- Job Worker System
- V2 Backup Versioning

### Bug Fixes
- get_processor_results_by_job column mapping

Co-authored-by: OpenCode
2026-03-25 14:53:41 +08:00

13 lines
492 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"permission": {
"read": "allow", // 允許讀取檔案
"list": "allow", // 允許列出目錄
"grep": "allow", // 允許搜尋程式碼內容
"glob": "allow", // 允許使用萬用字元尋找檔案
"lsp": "allow", // 允許使用語言伺服器 (LSP) 分析程式碼
"bash": "ask", // 終端機指令維持詢問(稍後設定細部規則)
"edit": "ask" // 寫入/修改檔案維持詢問
}
}