feat(daemon+store+api): verdict硬闸+执行期锁+conflict优先+schema
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,10 @@ CREATE TABLE IF NOT EXISTS projects (
|
||||
created_at TEXT NOT NULL,
|
||||
last_sync_at TEXT, -- 最近一次 todo.json 同步时间
|
||||
logo TEXT, -- 自定义 logo(URL / 仓库内相对路径;null=自动)
|
||||
sort_order INTEGER NOT NULL DEFAULT 0 -- 侧栏排序(小在前)
|
||||
sort_order INTEGER NOT NULL DEFAULT 0, -- 侧栏排序(小在前)
|
||||
checks TEXT, -- 分项检查命令 JSON(如 {"lint":"npm run lint"})
|
||||
auto_approve_plan INTEGER NOT NULL DEFAULT 0, -- 全 easy 子任务时跳过 plan_review(0=关)
|
||||
auto_approve_exec INTEGER NOT NULL DEFAULT 0 -- 双复审 approve 后跳过 exec_review(0=关)
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS tasks (
|
||||
|
||||
Reference in New Issue
Block a user