🐛 fix(vscode): 移交终审修正:schema 墓碑、顶层兜底、前置复查、分支保护、清单校验

Claude-Session: https://claude.ai/code/session_011cEyL6k351U2BzX1Qmygph
This commit is contained in:
2026-08-26 17:09:39 +08:00
parent aa98dfb4e1
commit 0acfd04b54
10 changed files with 299 additions and 220 deletions
+2 -4
View File
@@ -104,13 +104,11 @@
},
"handoffAttachmentId": {
"type": "string",
"description": "移交会话包在 Gitea 的附件 id;存在即「待接管」,接管完成后清空。",
"minLength": 1
"description": "移交会话包在 Gitea 的附件 id;存在即「待接管」,接管完成后清空;清空时写空串。"
},
"handoffFrom": {
"type": "string",
"description": "发起移交的 Gitea login。",
"minLength": 1
"description": "发起移交的 Gitea login;清空时写空串。"
}
}
}