@deepseek-ai/dsh-hook-protocol 0.1.7-alpha.2 → 0.1.7-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.
Files changed (2) hide show
  1. package/README.i18n.yaml +60 -5
  2. package/package.json +7 -7
package/README.i18n.yaml CHANGED
@@ -1,6 +1,61 @@
1
- # Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
2
- # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
- # after editing either side, bring the other along and re-record with:
1
+ # Bilingual-pair consistency record for README.md (docs/i18n/README.md): per heading
2
+ # section, a hash of its English and Chinese blocks outside code blocks and generated regions.
3
+ # After editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/hooks/hook-protocol/README.md
5
- README.md: 383a75c6943817d8e6b84e62564cbdd5dcd511e5
6
- README.zh.md: f3b6a7a03ee8c7f350c2d0f14a747fdb7d889a5c
5
+ /:
6
+ en: 7cfe3761eedff848
7
+ zh: 80b0bed5743d0924
8
+ /deepseek-ai-dsh-hook-protocol:
9
+ en: bcf8ec6c43311fb7
10
+ zh: 4ef45c5aaced087d
11
+ /deepseek-ai-dsh-hook-protocol/summary:
12
+ en: e8ab847d0db16043
13
+ zh: 5c1e72f4b4a54fe1
14
+ /deepseek-ai-dsh-hook-protocol/table-of-contents:
15
+ en: d152484eb41ac6b4
16
+ zh: 09388d293f9be9cb
17
+ /deepseek-ai-dsh-hook-protocol/use-this-package:
18
+ en: 4b29a18ac60be5bb
19
+ zh: 4a02b48f9e914101
20
+ /deepseek-ai-dsh-hook-protocol/use-this-package/when-to-choose-it:
21
+ en: 435c1a335f8dfccf
22
+ zh: efe58c06dc40d4d9
23
+ /deepseek-ai-dsh-hook-protocol/use-this-package/what-a-hook-can-do:
24
+ en: 043f54b3a5b518a7
25
+ zh: a4115083a9b1cef1
26
+ /deepseek-ai-dsh-hook-protocol/use-this-package/what-you-see-when-hooks-run:
27
+ en: ba2d6ed1db063f53
28
+ zh: ab1b8d72dccd2ff1
29
+ /deepseek-ai-dsh-hook-protocol/understand-the-implementation:
30
+ en: 08b3960150e9c5e2
31
+ zh: 6bb2f236d697de01
32
+ /deepseek-ai-dsh-hook-protocol/understand-the-implementation/processing-pipeline:
33
+ en: 5672f4151de0b50a
34
+ zh: d8fdc68d806e0d7b
35
+ /deepseek-ai-dsh-hook-protocol/understand-the-implementation/hook-session-events:
36
+ en: ad77f468168fcbff
37
+ zh: 897bc6880fe76e1b
38
+ /deepseek-ai-dsh-hook-protocol/understand-the-implementation/design-philosophy:
39
+ en: ccf3eacdd2219631
40
+ zh: 0732935a47a17c9d
41
+ /deepseek-ai-dsh-hook-protocol/understand-the-implementation/source-map:
42
+ en: d613d9bd98d499fb
43
+ zh: afe2939d7df250ea
44
+ /deepseek-ai-dsh-hook-protocol/further-exploration:
45
+ en: d93c5107a12af16c
46
+ zh: 89da3abc953a4c6b
47
+ /deepseek-ai-dsh-hook-protocol/model-experience:
48
+ en: 53d2f59435a4a88f
49
+ zh: 79c8fc2849b20718
50
+ /deepseek-ai-dsh-hook-protocol/model-experience/kv-cache-effect:
51
+ en: e290ccc9b3c92c08
52
+ zh: cb3c8823f41e7afe
53
+ /deepseek-ai-dsh-hook-protocol/known-limitations-and-deferred-work:
54
+ en: 1ca6146a077a7d2d
55
+ zh: 369741569178fc79
56
+ /deepseek-ai-dsh-hook-protocol/known-limitations-and-deferred-work/dev-note:
57
+ en: ac1d08360a93382b
58
+ zh: 6c58749bae9a6e65
59
+ /deepseek-ai-dsh-hook-protocol/known-limitations-and-deferred-work/dev-note/future-run-level-halt:
60
+ en: bfb3db50de22c1d0
61
+ zh: 2a979359b0edbbe7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-hook-protocol",
3
3
  "description": "Shared Claude Code / Codex hook wire protocol: matcher engine, stdin/exit-code/stdout codec, multi-hook merge, and hook/* session events",
4
- "version": "0.1.7-alpha.2",
4
+ "version": "0.1.7-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,15 +32,15 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "peerDependencies": {
35
- "@deepseek-ai/dsh-shell": "0.1.7-alpha.2",
36
- "@deepseek-ai/dsh-invariants": "0.1.7-alpha.2",
37
- "@deepseek-ai/dsh-session": "0.1.7-alpha.2",
35
+ "@deepseek-ai/dsh-shell": "0.1.7-rc.2",
36
+ "@deepseek-ai/dsh-invariants": "0.1.7-rc.2",
37
+ "@deepseek-ai/dsh-session": "0.1.7-rc.2",
38
38
  "@deepseek-ai/cordis": "~4.0.4"
39
39
  },
40
40
  "devDependencies": {
41
- "@deepseek-ai/dsh-shell": "0.1.7-alpha.2",
42
- "@deepseek-ai/dsh-invariants": "0.1.7-alpha.2",
43
- "@deepseek-ai/dsh-session": "0.1.7-alpha.2",
41
+ "@deepseek-ai/dsh-shell": "0.1.7-rc.2",
42
+ "@deepseek-ai/dsh-invariants": "0.1.7-rc.2",
43
+ "@deepseek-ai/dsh-session": "0.1.7-rc.2",
44
44
  "@deepseek-ai/cordis": "~4.0.4"
45
45
  }
46
46
  }