@polydeukes/adapter-claude-code 0.7.1 → 0.9.0
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.ko.md +1 -1
- package/README.md +1 -1
- package/package.json +6 -5
package/README.ko.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
`polydeukes`와 함께 설치합니다. `polydeukes`는 이 패키지의 `peerDependency`입니다.
|
|
11
11
|
|
|
12
12
|
```sh
|
|
13
|
-
npm install --save-dev polydeukes @polydeukes/adapter-claude-code
|
|
13
|
+
npm install --save-dev polydeukes @polydeukes/core @polydeukes/adapter-claude-code
|
|
14
14
|
npx pdks-claude-code init
|
|
15
15
|
```
|
|
16
16
|
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ the umbrella injects.
|
|
|
10
10
|
Install it next to `polydeukes`, which it names as a `peerDependency`:
|
|
11
11
|
|
|
12
12
|
```sh
|
|
13
|
-
npm install --save-dev polydeukes @polydeukes/adapter-claude-code
|
|
13
|
+
npm install --save-dev polydeukes @polydeukes/core @polydeukes/adapter-claude-code
|
|
14
14
|
npx pdks-claude-code init
|
|
15
15
|
```
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polydeukes/adapter-claude-code",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Polydeukes adapter for Claude Code — up-translates PreToolUse hook payloads into the agent-neutral covenant input IR.
|
|
3
|
+
"version": "0.9.0",
|
|
4
|
+
"description": "Polydeukes adapter for Claude Code — up-translates PreToolUse hook payloads into the agent-neutral covenant input IR. Beta.",
|
|
5
|
+
"author": "huskyhoochu <dfg1499@gmail.com>",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"repository": {
|
|
7
8
|
"type": "git",
|
|
@@ -35,11 +36,11 @@
|
|
|
35
36
|
"@types/node": "^24.0.0",
|
|
36
37
|
"typescript": "7.0.2",
|
|
37
38
|
"vitest": "^5.0.0",
|
|
38
|
-
"@polydeukes/core": "^0.
|
|
39
|
+
"@polydeukes/core": "^0.9.0"
|
|
39
40
|
},
|
|
40
41
|
"peerDependencies": {
|
|
41
|
-
"@polydeukes/core": "^0.
|
|
42
|
-
"polydeukes": "^0.
|
|
42
|
+
"@polydeukes/core": "^0.9.0",
|
|
43
|
+
"polydeukes": "^0.9.0"
|
|
43
44
|
},
|
|
44
45
|
"scripts": {
|
|
45
46
|
"build": "tsc -p tsconfig.build.json",
|