@dsh-cc/command-status 0.6.1 → 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 +2 -2
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/interaction/command-status/README.md
5
- README.md: 5e10b86f88874ec1262c5174f05e79eeda0d33b4
6
- README.zh.md: 49aab5d750477afafbe84b10ca3345e183809ed3
4
+ # pnpm check:readme --write
5
+ README.md: 840aced3c9e5051550a5e822f5fafc0904219a3a
6
+ README.zh.md: 137fd799847a0f799cadde833bc8360dd0e53062
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dsh-cc/command-status",
3
3
  "description": "Human-facing slash command for a session status summary",
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/dsh-cc/dsh-cc.git",
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@dsh-cc/command-usage": "^0.6.1"
28
+ "@dsh-cc/command-usage": "^0.6.2"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@deepseek-ai/dsh-commands": ">=0.1.2-rc.1",