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
This commit is contained in:
accusys
2026-03-25 14:52:51 +08:00
parent 47e86b696f
commit 383201cacd
193 changed files with 40268 additions and 422 deletions

12
opencode.json Normal file
View File

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