dsh-plugin-t-expert 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/data/source.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,8 +64,9 @@ error: profile "desktop" is managed exclusively by the Electron application
|
|
|
64
64
|
`package.json` 里加一条 `file:<该目录>` 依赖并追加到 `dsh.profile.bundles`,再把整个目录
|
|
65
65
|
**真目录拷贝**(不要符号链接)到 profile 的 `node_modules/<包名>`。
|
|
66
66
|
|
|
67
|
-
> ⚠️ 该 `file:`
|
|
68
|
-
>
|
|
67
|
+
> ⚠️ 该 `file:` 依赖指向的是**运行目录**,与首次播种出来的数据目录是两处,不要混在一起:
|
|
68
|
+
> 运行目录可随时重建,数据目录必须长期保留。清空或迁移运行目录会连带影响插件解析,
|
|
69
|
+
> 届时重跑一遍安装步骤即可。
|
|
69
70
|
|
|
70
71
|
### 3. 装完之后
|
|
71
72
|
|
package/data/source.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-plugin-t-expert",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "T Expert — a 279-expert, 18-division roster with full Chinese translations, as a standalone DeepSeek Harness plugin, with a built-in multi-agent team engine (T Team).",
|
|
6
6
|
"license": "MIT",
|