@vheins/local-memory-mcp 0.5.12 → 0.5.13

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.
@@ -102,8 +102,9 @@ The `description` field MUST follow this structure EXACTLY:
102
102
 
103
103
  ---
104
104
 
105
- ### 4. MEMORY STORAGE (MANDATORY)
106
- Whenever you create a task, you MUST ALSO log it as a memory using `@vheins/local-memory-mcp tools memory-store` with `type: decision`. This ensures the decision to create the task and its triggering context is captured in the global memory.
105
+ ### 4. MEMORY STORAGE (CONDITIONAL)
106
+ If the instruction or prompt involves a decision, new feature, or architectural change, you MUST log it as a memory using `@vheins/local-memory-mcp tools memory-store` with `type: decision`. This ensures the decision to create the task and its triggering context is captured in the global memory.
107
+ **CRITICAL**: Do NOT log tasks as decisions if they are purely for bug fixes or straightforward defect resolutions.
107
108
 
108
109
  ---
109
110
 
@@ -107,8 +107,9 @@ The `description` field MUST follow this structure EXACTLY:
107
107
 
108
108
  ---
109
109
 
110
- ### 6. MEMORY STORAGE (MANDATORY)
111
- Whenever you create a task, you MUST ALSO log it as a memory using `@vheins/local-memory-mcp tools memory-store` with `type: decision`. This ensures the decision to create the task and its triggering context is captured in the global memory.
110
+ ### 6. MEMORY STORAGE (CONDITIONAL)
111
+ If the finding or gap involves a decision, new feature, or architectural change, you MUST log it as a memory using `@vheins/local-memory-mcp tools memory-store` with `type: decision`. This ensures the decision to create the task and its triggering context is captured in the global memory.
112
+ **CRITICAL**: Do NOT log tasks as decisions if they are purely for bug fixes or straightforward defect resolutions.
112
113
 
113
114
  ---
114
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vheins/local-memory-mcp",
3
- "version": "0.5.12",
3
+ "version": "0.5.13",
4
4
  "description": "MCP Local Memory Service for coding copilot agents",
5
5
  "mcpName": "io.github.vheins/local-memory-mcp",
6
6
  "type": "module",