@deepseek-ai/dsh-skill-filesystem 0.1.0-rc.8 → 0.1.1-rc.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.i18n.yaml CHANGED
@@ -3,4 +3,4 @@
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/skill/skill-filesystem/README.md
5
5
  README.md: 33fb550a9ca804c4f0f380232c2bfd94cc58a67e
6
- README.zh.md: 4c09111fc2d31bf5467b57f90f65cf68e298da09
6
+ README.zh.md: c1d24f590c7fc525fbf15356f7a8bee9c4d1308b
package/README.zh.md CHANGED
@@ -16,7 +16,7 @@
16
16
  |---|---|---|
17
17
  | `providerName` | `filesystem` | 在 `ctx.skills` 上注册该提供方时使用的唯一名称。 |
18
18
  | `includeDefaultRoots` | `true` | 在 `customSkillDirs` 周围包含项目根和用户根;设为 false 时仅使用隔离的自定义根。 |
19
- | `dshHome` | `$DSH_HOME` 或 `~/.dsh` | 由 [`@deepseek-ai/dsh-home-paths`](../../util/home-paths/README.md) 解析的 DeepSeek Harness 配置根目录;扫描该目录下的 `skills`。 |
19
+ | `dshHome` | `$DSH_HOME` 或 `~/.dsh` | 由 [`@deepseek-ai/dsh-home-paths`](../../util/home-paths/README.zh.md) 解析的 DeepSeek Harness 配置根目录;扫描该目录下的 `skills`。 |
20
20
  | `agentsHome` | `$DSH_AGENTS_HOME` 或 `~/.agents` | 为兼容 skill 扫描的共享 agent(智能体)配置根目录。 |
21
21
  | `customSkillDirs` | `[]` | 在项目根目录之后、用户根目录之前扫描的其他本地 skill 根目录。 |
22
22
  | `watch` | `true` | 监视宿主本地根,并在目录成员或 frontmatter 可能发生变化时使本地提供方失效。 |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-skill-filesystem",
3
3
  "description": "Local filesystem skill provider for the DeepSeek Harness",
4
- "version": "0.1.0-rc.8",
4
+ "version": "0.1.1-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,11 +32,11 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "peerDependencies": {
35
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
36
- "@deepseek-ai/dsh-fs": "^0.1.0-rc.8",
37
- "@deepseek-ai/dsh-home-paths": "^0.1.0-rc.8",
38
- "@deepseek-ai/cordis": "^4.0.1",
39
- "@deepseek-ai/dsh-skill": "^0.1.0-rc.8"
35
+ "@deepseek-ai/dsh-fs": "^0.1.1-rc.2",
36
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
37
+ "@deepseek-ai/dsh-home-paths": "^0.1.1-rc.2",
38
+ "@deepseek-ai/dsh-skill": "^0.1.1-rc.2",
39
+ "@deepseek-ai/cordis": "^4.0.1"
40
40
  },
41
41
  "dependencies": {
42
42
  "chokidar": "^5.0.0",
@@ -44,10 +44,10 @@
44
44
  "@deepseek-ai/schemastery": "^3.18.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@deepseek-ai/dsh-home-paths": "^0.1.0-rc.8",
48
- "@deepseek-ai/dsh-skill": "^0.1.0-rc.8",
49
- "@deepseek-ai/cordis": "^4.0.1",
50
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
51
- "@deepseek-ai/dsh-fs": "^0.1.0-rc.8"
47
+ "@deepseek-ai/dsh-fs": "^0.1.1-rc.2",
48
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
49
+ "@deepseek-ai/dsh-home-paths": "^0.1.1-rc.2",
50
+ "@deepseek-ai/dsh-skill": "^0.1.1-rc.2",
51
+ "@deepseek-ai/cordis": "^4.0.1"
52
52
  }
53
53
  }