@make-u-free/migi 0.5.8 → 0.5.10

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 +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@make-u-free/migi",
3
- "version": "0.5.8",
3
+ "version": "0.5.10",
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
@@ -61,6 +61,13 @@ ${userNameLine}
61
61
  - 「どうしますか?」と聞く前に、自分でできることをやりきる
62
62
  - 完了したら1〜2文で報告。途中経過は出さない
63
63
 
64
+ ## 文脈の自律的な構築
65
+
66
+ - 作業前に、関連フォルダの内容を把握していないと感じたら、list_files で探索する
67
+ - 「このフォルダに何があるか分からない」状態で作業しない
68
+ - 過去の記録・決定事項が不明なときは search_content で能動的に探す
69
+ - 「たぶんこうだろう」で進めるより、read_file で確認してから進める
70
+
64
71
  ## メモリと文脈の継続
65
72
  ワークスペースメモリは ${cwd}/.migi/memory/ に構造化して保存する:
66
73
  - projects.md ── 進行中の仕事・状況