@nahisaho/shikigami 2.0.6 → 2.1.0

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/CHANGELOG.md CHANGED
@@ -5,48 +5,6 @@ All notable changes to SHIKIGAMI will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [2.0.6] - 2026-05-18
9
-
10
- ### Changed
11
-
12
- - **Coworkプラグインビルダーをゼロから再構築**
13
- - 公式ドキュメント「プラグインをゼロからビルドする」に完全準拠
14
- - ASKILL検証コード(ASKILL-M001〜P008)によるバリデーション
15
- - コンパニオンファイルパス検証(隠しファイル、パストラバーサル、Windows予約名、安全文字チェック)
16
- - Cowork用SKILL.md自動リライト(cowork.category, cowork.icon, metadata追加)
17
- - パス参照の自動更新(統合後のreferences/パスに変換)
18
- - Additional Resources セクション自動生成
19
- - セキュリティ改善: execSync → execFileSync(シェルインジェクション防止)
20
- - SKILL.md本文サイズ警告(3000語超で警告)
21
- - 統合ファイルの5MB超過時チャンキング対応
22
- - マニフェスト検証(GUID形式、重複folder、スキル数上限)
23
- - クロスプラットフォーム互換性表示(GitHub Copilot CLI / VS Code / Claude Code / Gemini CLI)
24
- - 参照: https://learn.microsoft.com/microsoft-365/copilot/cowork/cowork-plugin-development
25
-
26
- ## [2.0.5] - 2026-05-18
27
-
28
- ### Changed
29
-
30
- - **Copilot Cowork連携を公式プラグイン方式に変更**
31
- - 旧: サードパーティMCPサーバー(msartem/copilot_cowork_mcp)のセットアップ
32
- - 新: M365 Unified App Manifest準拠のプラグインパッケージ(.zip)を生成
33
- - `npx shikigami cowork` でCoworkプラグインをビルド
34
- - manifest.json自動生成、アイコン生成、スキル検証機能
35
- - Companionファイル20制限への自動統合(63ファイル→14ファイル等)
36
- - 参照: https://learn.microsoft.com/microsoft-365/copilot/cowork/cowork-plugin-development
37
- - **README.md全面刷新**
38
- - インストールコマンド修正(`@nahisaho/shikigami`)
39
- - 全19プロンプトをカテゴリ別に一覧化
40
- - Agent Skills: npmパッケージ含有4スキルに正確化
41
- - 50+コンサルティングフレームワーク一覧を追加
42
- - アーキテクチャ図をv2.0.5に更新
43
- - CLIコマンド一覧を追加
44
-
45
- ### Removed
46
-
47
- - `setup-cowork.js` — サードパーティMCPサーバーセットアップスクリプト
48
- - `init.js` の旧Cowork MCP状態チェック
49
-
50
8
  ## [2.0.4] - 2026-05-18
51
9
 
52
10
  ### Fixed
package/README.md CHANGED
@@ -1,66 +1,90 @@
1
1
  # SHIKIGAMI
2
2
 
3
- **GitHub Copilot Agent Skills for Deep Research & Consulting**
3
+ **GitHub Copilot Agent Skills for Deep Research & McKinsey Consulting**
4
4
 
5
- 50+のコンサルティングフレームワーク(SWOT、PEST、5Forces、BCG Matrix、ピラミッド原則等)を活用した深層リサーチ自動化Agent Skillsパッケージです。GitHub Copilot CLI と連携し、Copilot CLI の組み込み機能を活用しつつ、SHIKIGAMI独自のリサーチ・コンサルティング機能を提供します。
5
+ マッキンゼーのコンサルティング手法(仮説駆動、MECE、ピラミッド原則、7Sフレームワーク等)を活用した深層リサーチ自動化Agent Skillsパッケージです。GitHub Copilot CLI と連携し、Copilot CLI の組み込み機能を活用しつつ、SHIKIGAMI独自のリサーチ・コンサルティング機能を提供します。
6
6
 
7
7
  ## 🎯 できること
8
8
 
9
- - **対話的目的探索**: ユーザーの表層的な依頼から「真の目的」を5 Whys/JTBDで探索
10
- - **Deep Research**: Think→Report→Actionサイクルに基づく反復的深層リサーチ
11
- - **コンサルティング・フレームワーク分析**: 50+フレームワーク(SWOT、PEST、5Forces、BCG Matrix、7S、ピラミッド原則等)を適用
12
- - **高品質レポート生成**: ハルシネーション防止、ソース追跡、引用管理、Qiita記事対応
9
+ - **対話的目的探索**: ユーザーの表層的な依頼から「真の目的」を探索
10
+ - **Deep Research**: WebResearcherパラダイムに基づく反復的深層リサーチ
11
+ - **マッキンゼー・フレームワーク分析**: 仮説駆動、イシューツリー、7S、ピラミッド原則等を適用
12
+ - **高品質レポート生成**: ハルシネーション防止、ソース追跡、引用管理
13
13
  - **マルチポップ探索**: リサーチ中の分岐点を自動検出し、複数パスを同時探索
14
14
  - **ベクトル検索**: 過去のリサーチ資産をセマンティック検索で再利用
15
- - **Copilot Cowork連携**: M365 Copilot Coworkプラグインとしてエクスポート可能
15
+ - **品質検証ループ**: Build→Type→Lint→Test→Security→Diff の6フェーズ検証
16
16
 
17
17
  ## 📦 インストール
18
18
 
19
19
  ```bash
20
- npm install @nahisaho/shikigami
21
- npx shikigami init
20
+ npm install @nahisaho/shikigami-mck
22
21
  ```
23
22
 
24
- セットアップ後:
23
+ または、リポジトリをクローン:
25
24
 
26
25
  ```bash
27
- cd mcp-server && npm install && npm run build
26
+ git clone https://github.com/nahisaho/SHIKIGAMI.git
28
27
  ```
29
28
 
30
29
  ## 🏗️ アーキテクチャ
31
30
 
31
+ SHIKIGAMI v2.0.0 は GitHub Copilot CLI の組み込み機能を最大限活用する設計に移行しました。
32
+
32
33
  ```
33
34
  ┌─────────────────────────────────────────────────┐
34
35
  │ GitHub Copilot CLI │
35
36
  │ web_search / web_fetch / store_memory / grep │
36
37
  │ explore / research / rubber-duck agents │
38
+ │ /session / /context / /compact │
37
39
  ├─────────────────────────────────────────────────┤
38
- │ SHIKIGAMI v2.0.6
40
+ │ SHIKIGAMI v2.0.0
39
41
  │ ┌──────────────┐ ┌───────────────────────┐ │
40
42
  │ │ Agent Skills │ │ MCP Server (10 tools) │ │
41
- │ │ (4 skills) │ │ embed / similarity │ │
43
+ │ │ (15 skills) │ │ embed / similarity │ │
42
44
  │ │ │ │ semantic_search │ │
43
- │ │ Planner │ │ branch_detect/eval/ │ │
44
- │ │ Deep Research │ │ select │ │
45
- │ │ Framework │ │ set/get_project │ │
46
- │ │ Writing │ │ save_prompt/research │ │
47
- ├──────────────┤ └───────────────────────┘ │
48
- │ │ 19 Prompts │ │
49
- │ └──────────────┘ │
50
- ├─────────────────────────────────────────────────┤
51
- │ Copilot Cowork Plugin (.zip) │
52
- │ npx shikigami cowork で M365 プラグイン生成 │
45
+ │ │ Research │ │ branch_detect/eval/ │ │
46
+ │ │ Consulting │ │ select │ │
47
+ │ │ Quality │ │ set/get_project │ │
48
+ │ │ MUSUBIX SDD │ │ save_prompt/research │ │
49
+ └──────────────┘ └───────────────────────┘ │
53
50
  └─────────────────────────────────────────────────┘
54
51
  ```
55
52
 
56
- ## 🔧 Agent Skills(4スキル)
53
+ ## 🔧 Agent Skills(15スキル)
54
+
55
+ ### リサーチ・コンサルティング
57
56
 
58
57
  | スキル | 説明 |
59
58
  |--------|------|
60
59
  | `shikigami-planner` | 対話的目的探索・5 Whys・JTBD・リサーチ計画立案 |
61
60
  | `shikigami-deep-research` | Think→Report→Actionサイクルの反復的深層リサーチ |
62
- | `shikigami-consulting-framework` | 50+コンサルティングフレームワーク分析 |
63
- | `shikigami-writing` | レポート生成・ハルシネーション検出・引用管理・Qiita対応 |
61
+ | `shikigami-consulting-framework` | マッキンゼー・フレームワーク分析(仮説駆動・7S・ピラミッド原則等) |
62
+ | `shikigami-writing` | レポート生成・ハルシネーション検出・引用管理 |
63
+
64
+ ### 品質・検証
65
+
66
+ | スキル | 説明 |
67
+ |--------|------|
68
+ | `build-fix` | ビルドエラーを分類・反復修正(TypeScript/ESLint/依存関係) |
69
+ | `checkpoint` | セーフポイントの作成・復元・比較(Git統合) |
70
+ | `e2e-runner` | Playwrightを使用したE2Eテスト生成・実行 |
71
+ | `eval-harness` | pass@kメトリクスでAIコード生成品質を評価 |
72
+ | `verification-loop` | Build→Type→Lint→Test→Security→Diff の6フェーズ検証 |
73
+
74
+ ### MUSUBIX SDD
75
+
76
+ | スキル | 説明 |
77
+ |--------|------|
78
+ | `musubix-sdd-workflow` | 10憲法条項に従った仕様駆動開発ガイド |
79
+ | `musubix-domain-inference` | 自動ドメイン検出・コンポーネント推論 |
80
+ | `musubix-code-generation` | 設計仕様からのコード生成 |
81
+ | `musubix-test-generation` | TDD/BDDによるテスト生成 |
82
+ | `musubix-adr-generation` | Architecture Decision Records作成 |
83
+ | `musubix-best-practices` | 学習済み17ベストプラクティスガイド |
84
+ | `musubix-c4-design` | C4モデル設計ドキュメント作成 |
85
+ | `musubix-technical-writing` | 技術ドキュメント作成 |
86
+ | `musubix-ears-validation` | EARS形式要件の検証・作成 |
87
+ | `musubix-traceability` | 要件・設計・コード・テスト間のトレーサビリティ管理 |
64
88
 
65
89
  ## 🔌 MCP Server(10ツール)
66
90
 
@@ -76,131 +100,111 @@ cd mcp-server && npm install && npm run build
76
100
  | `branch_evaluate` | 分岐パスのスコアリング・評価 |
77
101
  | `branch_select` | 最適な探索パスの選択 |
78
102
 
79
- ## 📝 Prompts(19プロンプト)
80
-
81
- ### コア
103
+ ## 📝 Prompts
82
104
 
83
105
  | プロンプト | 説明 |
84
106
  |-----------|------|
85
- | `shikigami-full-research` | 統合リサーチ(Planner→Research→Framework→Writing) |
86
107
  | `shikigami-purpose-discovery` | 目的探索を開始 |
87
108
  | `shikigami-deep-research` | Deep Researchを実行 |
88
- | `shikigami-framework-analysis` | フレームワーク分析を実行 |
89
- | `shikigami-report-writing` | レポートを生成 |
90
-
91
- ### 分析・評価
92
-
93
- | プロンプト | 説明 |
94
- |-----------|------|
95
- | `shikigami-swot-generation` | SWOT分析を生成 |
96
- | `shikigami-matching-analysis` | マッチング分析(適合性評価) |
97
- | `shikigami-financial-analysis` | 財務分析 |
98
- | `shikigami-comparison-table` | 比較表の生成 |
99
- | `shikigami-trend-visualization` | トレンド可視化 |
100
-
101
- ### 品質・検証
102
-
103
- | プロンプト | 説明 |
104
- |-----------|------|
105
- | `shikigami-source-critique` | ソース信頼性の批評的評価 |
106
- | `shikigami-risk-sensitivity` | リスク感度分析 |
107
- | `shikigami-stakeholder-impact` | ステークホルダー影響分析 |
108
- | `shikigami-consistency-check` | 整合性チェック |
109
- | `shikigami-phase-gate` | フェーズゲート(品質関門)レビュー |
110
- | `shikigami-citation-formatter` | 引用フォーマット整形 |
111
- | `shikigami-executive-sync` | エグゼクティブ向け要約 |
112
-
113
- ### 出力
114
-
115
- | プロンプト | 説明 |
116
- |-----------|------|
117
- | `shikigami-qiita-article` | Qiita記事形式で出力 |
118
- | `shikigami-manifest` | リサーチマニフェスト生成 |
119
-
120
- ## 📚 コンサルティング・フレームワーク一覧(50+)
121
-
122
- ### 戦略分析
123
- SWOT、PEST、5Forces、3C、BCG Matrix、GE Matrix、Ansoff Matrix、Blue Ocean、VRIO、Value Chain
124
-
125
- ### マーケティング
126
- 4P、4C、STP、AIDMA/AISAS、Customer Journey、Persona、Positioning Map
127
-
128
- ### 問題解決
129
- MECE、5 Whys、Issue Tree、Logic Tree、Fishbone、As-Is/To-Be
130
-
131
- ### 組織・プロセス
132
- 7S、RACI、PDCA、OODA、ECRS
133
-
134
- ### イノベーション
135
- Business Model Canvas、Lean Canvas、Design Thinking、SCAMPER、TAM/SAM/SOM、AARRR、Value Proposition Canvas
136
-
137
- ### 意思決定
138
- Decision Matrix、Cost-Benefit、Risk Matrix、Pros-Cons
139
-
140
- ### 思考フレームワーク
141
- Pyramid Principle、So What/Why So、PREP
142
-
143
- ### PwC固有
144
- BXT、Strategy&、Fit for Growth、Digital Maturity、ESG Integration、Three Lines of Defense、TIMM
145
-
146
- ## 🤝 Microsoft 365 Copilot Cowork 連携
147
-
148
- SHIKIGAMIのAgent SkillsをCopilot Coworkプラグインとしてパッケージ化できます。
149
-
150
- ```bash
151
- # Coworkプラグインパッケージをビルド
152
- npx shikigami cowork
153
-
154
- # 検証のみ(ドライラン)
155
- npx shikigami cowork --check
156
-
157
- # 出力先を指定
158
- npx shikigami cowork --out ./dist
159
- ```
160
-
161
- 生成された `.zip` ファイルをM365 Admin Center > Manage Apps > Upload Custom Appからアップロードすると、Coworkで SHIKIGAMIのスキルが利用可能になります。
162
-
163
- **参照**: [Cowork Plugin Development](https://learn.microsoft.com/microsoft-365/copilot/cowork/cowork-plugin-development)
164
-
165
- ## 🚀 CLI コマンド
166
-
167
- ```bash
168
- npx shikigami init # SHIKIGAMIファイルを初期化
169
- npx shikigami upgrade # 最新版にアップグレード
170
- npx shikigami cowork # Coworkプラグインをビルド
171
- npx shikigami new [name] # 新規リサーチプロジェクト作成
172
- npx shikigami find-related [keyword] # 関連プロジェクト検索
173
- npx shikigami inherit [options] # 過去レポートからナレッジ継承
174
- ```
175
-
176
- ## 🔄 リサーチワークフロー
109
+ | `shikigami-framework-analysis` | マッキンゼーフレームワーク分析を実行 |
110
+ | `shikigami-report-writing` | ピラミッド原則に基づくレポートを生成 |
111
+ | `shikigami-full-research` | 統合リサーチを実行 |
112
+
113
+ ## 📚 マッキンゼー・フレームワーク一覧
114
+
115
+ ### 問題解決・仮説思考
116
+ | フレームワーク | 説明 |
117
+ |--------------|------|
118
+ | **仮説駆動アプローチ** | 仮説を立て、検証し、結論を導く問題解決手法 |
119
+ | **イシューツリー** | 問題をMECEに分解し、解決の優先順位を明確化 |
120
+ | **ピラミッド原則** | 結論先行で論理的にコミュニケーション(Barbara Minto) |
121
+ | **MECE** | 漏れなくダブりなく整理 |
122
+
123
+ ### 組織・戦略
124
+ | フレームワーク | 説明 |
125
+ |--------------|------|
126
+ | **マッキンゼーの7S** | 組織の7要素(Strategy, Structure, Systems, Shared Values, Style, Staff, Skills)の整合性分析 |
127
+ | **3つの地平線** | 短期(H1)・中期(H2)・長期(H3)の成長を同時管理 |
128
+ | **成長のグラニュラリティ** | 成長を詳細に分解して真の成長源を特定 |
129
+
130
+ ### 業績改善
131
+ | フレームワーク | 説明 |
132
+ |--------------|------|
133
+ | **間接費価値分析(OVA)** | 間接部門のコストと価値を分析し最適化 |
134
+ | **プロフィットプール分析** | バリューチェーン全体の利益分布を可視化 |
135
+ | **SCP分析** | 産業構造→企業行動→業績の因果関係を分析 |
136
+
137
+ ## 🔄 マッキンゼー式ワークフロー
177
138
 
178
139
  ```mermaid
179
140
  flowchart TB
180
- subgraph Phase1["Phase 1: 目的探索"]
181
- P1A[ユーザーの依頼] --> P1B[5 Whys / JTBD で真の目的を発見]
182
- P1B --> P1C[リサーチ計画策定]
141
+ subgraph Phase1["Phase 1: 問題定義"]
142
+ P1A[クライアントの真の課題特定] --> P1B[成功の定義]
143
+ P1B --> P1C[スコープと制約の確認]
144
+ end
145
+
146
+ subgraph Phase2["Phase 2: 仮説構築"]
147
+ P2A[初期仮説の設定] --> P2B[支持論拠の整理]
148
+ P2B --> P2C[反証可能な形式で表現]
183
149
  end
184
150
 
185
- subgraph Phase2["Phase 2: Deep Research"]
186
- P2A[Think: 仮説構築] --> P2B[Report: 情報収集・検証]
187
- P2B --> P2C[Action: 次のリサーチ方向決定]
188
- P2C --> P2A
151
+ subgraph Phase3["Phase 3: イシュー分解"]
152
+ P3A[イシューツリー作成] --> P3B[優先順位付け]
153
+ P3B --> P3C[分析計画策定]
189
154
  end
190
155
 
191
- subgraph Phase3["Phase 3: フレームワーク分析"]
192
- P3A[適切なフレームワーク選定] --> P3B[50+フレームワークから分析実行]
193
- P3B --> P3C[洞察の抽出・統合]
156
+ subgraph Phase4["Phase 4: データ収集・分析"]
157
+ P4A[定量・定性データ収集] --> P4B[80/20分析]
158
+ P4B --> P4C[So What?で洞察抽出]
194
159
  end
195
160
 
196
- subgraph Phase4["Phase 4: レポート生成"]
197
- P4A[ハルシネーション検証] --> P4B[引用・ソース管理]
198
- P4B --> P4C[構造化レポート出力]
161
+ subgraph Phase5["Phase 5: 統合・提言"]
162
+ P5A[ピラミッド原則で構造化] --> P5B[アクションプラン策定]
163
+ P5B --> P5C[インパクト評価]
199
164
  end
200
165
 
201
166
  Phase1 --> Phase2
202
167
  Phase2 --> Phase3
203
168
  Phase3 --> Phase4
169
+ Phase4 --> Phase5
170
+ ```
171
+
172
+ ## 🚀 使用例
173
+
174
+ ### 例1: 成長戦略の検討
175
+
176
+ ```
177
+ ユーザー: 「新規事業の方向性を検討したい」
178
+
179
+ SHIKIGAMI:
180
+ 1. [Planner] 「成長の目標は何ですか?」→ 真の目的を探索
181
+ 2. [Deep Research] 市場情報を仮説駆動で収集(web_search / web_fetch 活用)
182
+ 3. [Framework] 3つの地平線、成長のグラニュラリティを適用
183
+ 4. [Writing] ピラミッド原則で構造化した提言レポートを生成
184
+ ```
185
+
186
+ ### 例2: 組織変革の診断
187
+
188
+ ```
189
+ ユーザー: 「組織の問題点を分析して」
190
+
191
+ SHIKIGAMI:
192
+ 1. [Planner] 変革の目的・成功基準を確認
193
+ 2. [Deep Research] 組織情報を収集
194
+ 3. [Framework] マッキンゼーの7Sで整合性を分析
195
+ 4. [Writing] イシューツリーで課題を構造化したレポートを生成
196
+ ```
197
+
198
+ ### 例3: コスト削減プロジェクト
199
+
200
+ ```
201
+ ユーザー: 「間接費を削減したい」
202
+
203
+ SHIKIGAMI:
204
+ 1. [Planner] 削減目標・制約を確認
205
+ 2. [Deep Research] 間接部門の機能・コストを調査
206
+ 3. [Framework] OVA(間接費価値分析)を適用
207
+ 4. [Writing] 優先順位付きの削減提言レポートを生成
204
208
  ```
205
209
 
206
210
  ## 📄 ライセンス
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nahisaho/shikigami-pwc-mcp-server",
3
- "version": "2.0.6",
3
+ "version": "2.1.0",
4
4
  "description": "SHIKIGAMI-PwC MCP Server - Deep Research tools with PwC Consulting Frameworks",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nahisaho/shikigami",
3
- "version": "2.0.6",
3
+ "version": "2.1.0",
4
4
  "description": "GitHub Copilot Agent Skills for Deep Research & Consulting - AI-Powered Research Assistant with 50+ Consulting Frameworks",
5
5
  "keywords": [
6
6
  "github-copilot",
package/scripts/cli.js CHANGED
@@ -32,7 +32,7 @@ Usage: npx shikigami [command] [options]
32
32
  Commands:
33
33
  init Initialize SHIKIGAMI files in current directory
34
34
  upgrade, update Upgrade SHIKIGAMI files (same as init --force) (v1.23.0)
35
- cowork [options] Build Copilot Cowork plugin package (v2.0.4)
35
+ cowork [options] Set up Microsoft Copilot Cowork MCP (v2.0.0)
36
36
  new [name] Create a new research project
37
37
  find-related [keyword] Find related projects by keywords (v1.7.0)
38
38
  inherit [options] Prepare knowledge inheritance from past reports (v1.8.0)
@@ -42,9 +42,8 @@ Commands:
42
42
  Examples:
43
43
  npx shikigami init # Initialize SHIKIGAMI
44
44
  npx shikigami upgrade # Upgrade to latest version
45
- npx shikigami cowork # Build Cowork plugin .zip
46
- npx shikigami cowork --check # Validate skills (dry-run)
47
- npx shikigami cowork --out ./dist # Specify output directory
45
+ npx shikigami cowork # Set up Copilot Cowork MCP (v2.0.0)
46
+ npx shikigami cowork --status # Check Cowork installation status
48
47
  npx shikigami new my-research # Create new project "my-research"
49
48
  npx shikigami new # Create new project with auto-numbered name
50
49
  npx shikigami find-related レアアース # Find projects related to "レアアース"
@@ -72,9 +71,10 @@ if (command === 'upgrade' || command === 'update') {
72
71
  process.exit(0);
73
72
  }
74
73
 
75
- // Cowork command (v2.0.4)
74
+ // Cowork command (v2.0.0)
76
75
  if (command === 'cowork') {
77
- require('./build-cowork-plugin.js');
76
+ const { setup } = require('./setup-cowork.js');
77
+ setup();
78
78
  process.exit(0);
79
79
  }
80
80
 
package/scripts/init.js CHANGED
@@ -167,10 +167,21 @@ function init() {
167
167
  console.log(`📊 Summary: ${copiedCount} copied, ${overwrittenCount} overwritten, ${skippedCount} skipped`);
168
168
  console.log('');
169
169
 
170
- // Cowork plugin hint
171
- console.log('🤝 Copilot Cowork:');
172
- console.log(' npx shikigami cowork でCoworkプラグインパッケージを生成');
173
- console.log('');
170
+ // Check Cowork MCP status
171
+ try {
172
+ const { isInstalled, isMcpConfigured } = require('./setup-cowork.js');
173
+ if (!isInstalled() || !isMcpConfigured()) {
174
+ console.log('🤝 Copilot Cowork MCP (M365連携):');
175
+ console.log(' メール・カレンダー・Teams・OneDrive にCopilot CLIからアクセス可能に');
176
+ console.log(' セットアップ: npx shikigami cowork');
177
+ console.log('');
178
+ } else {
179
+ console.log('🤝 Copilot Cowork MCP: ✅ Configured');
180
+ console.log('');
181
+ }
182
+ } catch {
183
+ // Ignore errors from cowork check
184
+ }
174
185
 
175
186
  console.log('📝 Next steps:');
176
187
  console.log(' 1. cd mcp-server && npm install && npm run build');