@k2works/claude-code-booster 1.9.1 → 1.9.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.
@@ -33,6 +33,22 @@ claude mcp add -s project memory -- npx @modelcontextprotocol/server-memory
33
33
  claude mcp add -s project codex -- npx @openai/codex mcp-server
34
34
  ```
35
35
 
36
+ #### ralph-loopの導入
37
+
38
+ - Claude Code 起動後、/plugin を実行
39
+
40
+ - 検索ボックスで ralph-loop を探して選択
41
+
42
+ - インストールするスコープを選ぶ(ユーザー / プロジェクト / ローカル)
43
+
44
+ - Claude Code を再起動
45
+
46
+ - コマンドで実行
47
+
48
+ ```powershell
49
+ /ralph-loop "<プロンプト>" --max-iterations <数値> --completion-promise "<完了テキスト>"
50
+ ```
51
+
36
52
  #### AI アシスタント(Skills)
37
53
 
38
54
  `.claude/skills/` ディレクトリに定義された Skills により、AI アシスタントがタスクに応じた専門的な指示を自動的に読み込みます。Progressive Disclosure(段階的開示)により、必要なスキルのみがコンテキストに展開されます。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k2works/claude-code-booster",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "AI Agent Development Support Tool",
5
5
  "main": "main.js",
6
6
  "bin": {