@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.
- package/.claude/.project-map-cache +1 -1
- package/install.sh +3 -2
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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/
|
|
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/
|
|
279
|
+
copy_file "agents/implementer-be.md"
|
|
279
280
|
|
|
280
281
|
# BE 스킬 (디렉토리 전체)
|
|
281
282
|
copy_dir "skills/TypeORM"
|