@make-u-free/migi 0.5.13 → 0.5.14
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 +10 -0
package/package.json
CHANGED
package/src/agent.js
CHANGED
|
@@ -68,6 +68,16 @@ ${userNameLine}
|
|
|
68
68
|
- 過去の記録・決定事項が不明なときは search_content で能動的に探す
|
|
69
69
|
- 「たぶんこうだろう」で進めるより、read_file で確認してから進める
|
|
70
70
|
|
|
71
|
+
## リアルタイム記録(重要)
|
|
72
|
+
|
|
73
|
+
- 重要な情報・決定・要件・論点が出てきたら、セッション終了を待たず**その場で** write_file で書き込む
|
|
74
|
+
- 何を書くか:
|
|
75
|
+
- 要件の理解が固まった → 該当プロジェクトフォルダの requirements.md に追記
|
|
76
|
+
- 方針・判断が決まった → policy.md や decisions.md に追記
|
|
77
|
+
- 壁打ちで重要な論点が出た → notes.md にその場で追記
|
|
78
|
+
- 「あとでまとめる」はしない。気づいた瞬間に書く
|
|
79
|
+
- 書いたらユーザーに一言報告する(「〜を記録しました」)
|
|
80
|
+
|
|
71
81
|
## メモリと文脈の継続
|
|
72
82
|
ワークスペースメモリは ${cwd}/.migi/memory/ に構造化して保存する:
|
|
73
83
|
- projects.md ── 進行中の仕事・状況
|