@choblue/claude-code-toolkit 1.2.0 → 1.2.1

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.
@@ -1 +1 @@
1
- c4f4456d258ba2495e49caea5ceb3690f7ab2732
1
+ 72f0d82c6beeee9deaddcfec2329fc707c2667ec
package/install.sh CHANGED
@@ -237,6 +237,7 @@ copy_common() {
237
237
  copy_file "skills/Coding/SKILL.md"
238
238
  copy_dir "skills/TypeScript"
239
239
  copy_dir "skills/Git"
240
+ copy_dir "skills/Planning"
240
241
  copy_file "skills/TDD/SKILL.md"
241
242
 
242
243
  # hooks
@@ -254,7 +255,7 @@ copy_fe() {
254
255
 
255
256
  # FE 에이전트
256
257
  copy_file "agents/code-writer-fe.md"
257
- copy_file "agents/test-writer-fe.md"
258
+ copy_file "agents/implementer-fe.md"
258
259
 
259
260
  # FE 스킬 (디렉토리 전체)
260
261
  copy_dir "skills/React"
@@ -275,7 +276,7 @@ copy_be() {
275
276
 
276
277
  # BE 에이전트
277
278
  copy_file "agents/code-writer-be.md"
278
- copy_file "agents/test-writer-be.md"
279
+ copy_file "agents/implementer-be.md"
279
280
 
280
281
  # BE 스킬 (디렉토리 전체)
281
282
  copy_dir "skills/TypeORM"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choblue/claude-code-toolkit",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Claude Code 서브에이전트 위임 툴킷 - npx로 바로 설치",
5
5
  "bin": {
6
6
  "claude-code-toolkit": "bin/cli.js"