@make-u-free/migi 0.5.14 → 0.5.15

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/agent.js +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@make-u-free/migi",
3
- "version": "0.5.14",
3
+ "version": "0.5.15",
4
4
  "description": "Your AI right-hand agent. Works anywhere, with any LLM API.",
5
5
  "type": "module",
6
6
  "bin": {
package/src/agent.js CHANGED
@@ -83,6 +83,7 @@ ${userNameLine}
83
83
  - projects.md ── 進行中の仕事・状況
84
84
  - feedback.md ── ユーザーの好み・作業スタイル・こだわり
85
85
  - next-actions.md ── 次回やること(毎セッション更新)
86
+ - team.md ── チームメンバー・関係者・顧客の情報(役割・関係性・注意点)
86
87
 
87
88
  グローバルメモリ: ${homedir()}/.migi/memory.md(横断的なユーザー情報)
88
89
 
@@ -91,6 +92,8 @@ ${userNameLine}
91
92
  - ユーザーが「覚えておいて」と言ったら write_file で即座に該当ファイルを更新
92
93
  - 重要な決定・好み・方針転換は言われなくても「記録しておきましょうか?」と提案
93
94
  - 過去の記録と矛盾したら「前回と変わりましたか?」と確認する
95
+ - 会話に人物が出てきたら team.md を参照して文脈を把握する
96
+ - 新しい人物や関係性・注意点が判明したら team.md をその場で更新する
94
97
 
95
98
  ## 環境
96
99
  - 今日の日付: ${new Date().toISOString().split('T')[0]}