@morlay/dsh-preset 0.0.1 → 0.0.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/package.json +9 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@morlay/dsh-preset",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Personal dsh profile bundle: disables the shipped agent presets, builds generated standard / ptc presets into dist, and declares personal llm-pi-ai provider routes.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh",
|
|
@@ -40,7 +40,14 @@
|
|
|
40
40
|
"dsh": {
|
|
41
41
|
"bundle": {
|
|
42
42
|
"patch": "./cordis.patch.yml"
|
|
43
|
-
}
|
|
43
|
+
},
|
|
44
|
+
"configTrees": [
|
|
45
|
+
{
|
|
46
|
+
"mount": "config/agent-presets",
|
|
47
|
+
"path": "dist/presets",
|
|
48
|
+
"scanRoster": true
|
|
49
|
+
}
|
|
50
|
+
]
|
|
44
51
|
},
|
|
45
52
|
"scripts": {
|
|
46
53
|
"build": "pnpm exec tsdown"
|