@vheins/local-memory-mcp 0.5.6 → 0.5.7

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.
@@ -173,7 +173,7 @@ Please follow these steps:
173
173
  text: `I am starting a new session in the current repository.
174
174
 
175
175
  Please perform a briefing to catch up on the project:
176
- 1. **Recent Knowledge**: Call 'memory-recap' for the current repo to see the latest decisions, patterns, and mistakes recorded.
176
+ 1. **Recent Knowledge**: Call 'memory-search' with a broad query or relevant tags for the current repo to discover key decisions, patterns, and mistakes without the noise of a full recap.
177
177
  2. **Current Tasks**: Call 'task-list' to understand what is currently pending or in-progress.
178
178
  3. **Context Check**: Summarize the top 3 most important architectural decisions you found.
179
179
  4. **Readiness**: Tell me what you are ready to help with based on the current backlog.`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vheins/local-memory-mcp",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "MCP Local Memory Service for coding copilot agents",
5
5
  "mcpName": "io.github.vheins/local-memory-mcp",
6
6
  "type": "module",