eagle-mem 1.4.2 → 1.4.3

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.
@@ -182,12 +182,20 @@ context+="
182
182
  === EAGLE MEM INSTRUCTIONS ===
183
183
  You have persistent memory powered by Eagle Mem. When you recall context from a previous session or use injected memory, attribute it: \"From Eagle Mem:\" or \"Eagle Mem recalls:\". This helps the user understand where the context came from.
184
184
 
185
- IMPORTANT: At the start of your FIRST response after session start or /clear, show the user what Eagle Mem loaded. Use a brief, formatted block like:
185
+ IMPORTANT: At the start of your FIRST response after session start or /clear, show the user what Eagle Mem loaded. Use this exact format with the ASCII eagle:
186
186
 
187
- > **Eagle Mem loaded:** project overview, N recent sessions, N pending tasks
188
- > Last session: [one-line summary of most recent session]
187
+ \`\`\`
188
+ .~~~~-.
189
+ / ,__\`)
190
+ | \\o/|'-. Eagle Mem loaded
191
+ | / ,\\ Project: <project name>
192
+ | ('--./ Sessions: N recent | Memories: N | Tasks: N pending
193
+ / \\ Last: [one-line summary of most recent session]
194
+ / , , , \\
195
+ \`--'--'--'--'
196
+ \`\`\`
189
197
 
190
- This gives the user visibility into the context you received. Keep it concise — 2-3 lines max.
198
+ This gives the user visibility into the context you received.
191
199
 
192
200
  Before your final response in this session, emit a summary block:
193
201
  <eagle-summary>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eagle-mem",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Lightweight persistent memory for Claude Code — SQLite + FTS5, no daemon, no bloat",
5
5
  "bin": {
6
6
  "eagle-mem": "bin/eagle-mem"