@k2works/claude-code-booster 1.7.0 → 1.8.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.
@@ -24,7 +24,7 @@ description: ビジネスアーキテクチャ分析を支援。要件定義の
24
24
 
25
25
  ### 4. 成果物
26
26
 
27
- - @docs/design/business_architecture.md - ビジネスアーキテクチャ分析書
27
+ - @docs/analysis/business_architecture.md - ビジネスアーキテクチャ分析書
28
28
 
29
29
  ### 5. 作業内容
30
30
 
@@ -29,7 +29,7 @@ npm start
29
29
  ### 構築
30
30
 
31
31
  ```bash
32
- claude mcp add -s project codex -- npx @modelcontextprotocol/server-memory
32
+ 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
 
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k2works/claude-code-booster",
3
- "version": "1.7.0",
3
+ "version": "1.8.1",
4
4
  "description": "AI Agent Development Support Tool",
5
5
  "main": "main.js",
6
6
  "bin": {