feat: zcode thinking-mode 0.3.0(state历史+rollback+分写+校验收紧+34用例全绿+文档)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "zcode-env-sync",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "团队共享 ZCode 环境同步:官方插件清单 / 自研插件源码 / MCP 配置 / 加密密钥束,Gitea 私仓做快照后端。",
|
||||
"scripts": {
|
||||
"test": "node --test \"tests/*.test.mjs\"",
|
||||
"test:core": "node --test tests/core.test.mjs",
|
||||
"test:e2e": "node --test tests/e2e.test.mjs",
|
||||
"test:tools": "node --test tests/tools.test.mjs",
|
||||
"export": "node scripts/export.mjs",
|
||||
"import": "node scripts/import.mjs",
|
||||
"status": "node scripts/status.mjs",
|
||||
"verify": "node scripts/verify.mjs",
|
||||
"prune": "node scripts/prune.mjs",
|
||||
"doctor": "node scripts/doctor.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user