@dsh-cc/tool-git-worktree 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 +4 -4
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/workspace/tool-git-worktree/README.md
5
- README.md: b9e39859c338cb70b6339a6d15361aded783d288
6
- README.zh.md: 66232faaee6cc48bb10aaef0977af9e88b92a766
4
+ # pnpm check:readme --write
5
+ README.md: 174da98a0ee8f769b12059d481a499a5e20c7310
6
+ README.zh.md: 902e8108792da7986096ca13f6e1e2242f653eb7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dsh-cc/tool-git-worktree",
3
3
  "description": "EnterWorktree / ExitWorktree model tools over the ctx.shell seam: create, keep, and remove isolated git worktrees inside .claude/worktrees",
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",
@@ -33,8 +33,8 @@
33
33
  "@deepseek-ai/dsh-system-prompt": ">=0.1.2-rc.1",
34
34
  "@deepseek-ai/cordis": ">=0.1.2-rc.1",
35
35
  "@deepseek-ai/schemastery": "^3.18.1",
36
- "@dsh-cc/session-cwd": "^0.6.0",
37
- "@dsh-cc/tools": "^0.6.0"
36
+ "@dsh-cc/session-cwd": "^0.6.2",
37
+ "@dsh-cc/tools": "^0.6.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@deepseek-ai/dsh-agent": "link:../../../../deepseek-harness/packages/core/agent",
@@ -51,7 +51,7 @@
51
51
  "@deepseek-ai/cordis": "link:../../../../deepseek-harness/vendor/cordis",
52
52
  "@deepseek-ai/schemastery": "link:../../../../deepseek-harness/vendor/schemastery",
53
53
  "@deepseek-ai/dsh-bash-local": "link:../../../../deepseek-harness/packages/shell/bash-local",
54
- "@dsh-cc/tools": "^0.6.0"
54
+ "@dsh-cc/tools": "^0.6.2"
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public"