@k2works/claude-code-booster 0.9.0 → 0.9.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.
@@ -156,7 +156,7 @@ GHCR からイメージを取得して実行するには:
156
156
  docker pull ghcr.io/k2works/{project_name}:latest
157
157
 
158
158
  # または特定バージョン
159
- docker pull ghcr.io/k2works/grokkingfp-excersice:0.0.1
159
+ docker pull ghcr.io/k2works/{project_name}:0.0.1
160
160
 
161
161
  # コンテナを実行
162
162
  docker run -it -v $(pwd):/srv ghcr.io/k2works/{project_name}:latest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k2works/claude-code-booster",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "AI Agent Development Support Tool",
5
5
  "main": "main.js",
6
6
  "bin": {