@dsh-cc/tools 0.6.0 → 0.6.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.
Files changed (2) hide show
  1. package/README.i18n.yaml +3 -3
  2. package/package.json +1 -1
package/README.i18n.yaml CHANGED
@@ -1,6 +1,6 @@
1
1
  # Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
- # pnpm run verify-translation-pairing --write packages/core/tools/README.md
5
- README.md: 159b653b6782d9dc7b8cb39c93c48049a8122bd6
6
- README.zh.md: 91919202cc2550932888c26df4dd9b7a4b7b7e24
4
+ # pnpm check:readme --write
5
+ README.md: 5730f999ecb81df65c29e8cbfc04e55f0d758ec8
6
+ README.zh.md: 48c169abbb6ce00022c3e82a6555e2fb02808a9a
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dsh-cc/tools",
3
3
  "description": "Tool registry and execution pipeline for the DeepSeek Harness",
4
- "version": "0.6.0",
4
+ "version": "0.6.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/dsh-cc/dsh-cc.git",