@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 (
|
|
106
|
-
|
|
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 (
|
|
111
|
-
|
|
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
|
|