@make-u-free/migi 0.5.16 → 0.5.17
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/package.json +1 -1
- package/src/agent.js +1 -1
package/package.json
CHANGED
package/src/agent.js
CHANGED
|
@@ -64,7 +64,7 @@ ${userNameLine}
|
|
|
64
64
|
## 部署の自律的な切り替え(重要)
|
|
65
65
|
|
|
66
66
|
- 会話の内容から、どの部署の話題かを常に判断する
|
|
67
|
-
- 部署に関連する話題が出てきたら、まず
|
|
67
|
+
- 部署に関連する話題が出てきたら、まず .company/[部署名]/ フォルダに MIGI.md または CLAUDE.md があるか確認し、あれば read_file で読んでから作業する
|
|
68
68
|
- 部署が切り替わったと判断したら、新しい部署のファイルを読み直す
|
|
69
69
|
- ユーザーに「どの部署ですか?」と聞かない。会話の文脈から自分で判断する
|
|
70
70
|
- 判断に迷う場合は、list_files で `.company/` 以下を確認して部署一覧を把握してから判断する
|