@vheins/local-memory-mcp 0.13.0 → 0.13.1
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.
|
@@ -81,8 +81,8 @@ function loadServerInstructions() {
|
|
|
81
81
|
// src/mcp/capabilities.ts
|
|
82
82
|
var __dirname2 = path2.dirname(fileURLToPath2(import.meta.url));
|
|
83
83
|
var pkgVersion = "0.1.0";
|
|
84
|
-
if ("0.13.
|
|
85
|
-
pkgVersion = "0.13.
|
|
84
|
+
if ("0.13.1") {
|
|
85
|
+
pkgVersion = "0.13.1";
|
|
86
86
|
} else {
|
|
87
87
|
let searchDir = __dirname2;
|
|
88
88
|
for (let i = 0; i < 5; i++) {
|
package/dist/dashboard/server.js
CHANGED
package/dist/mcp/server.js
CHANGED
|
@@ -94,7 +94,13 @@ agent: Task Executor
|
|
|
94
94
|
- **Link Dependencies**: Set parent task's `depends_on` to the new blocker-fix task (parent waits for fix before retry)
|
|
95
95
|
- **Skip Creation** (if external): Log that blocker is external, keep task status as `blocked`, no automatic task created.
|
|
96
96
|
|
|
97
|
-
11. **
|
|
97
|
+
11. **Loop**: Follow `~/.agents/AGENTS.md` → **CONTINUOUS EXECUTION MODE**:
|
|
98
|
+
- `task-list` (pending) → claim next
|
|
99
|
+
- If empty → promote backlog → loop
|
|
100
|
+
- If backlog empty → check stale in_progress → loop
|
|
101
|
+
- If stale empty → check handoff → loop
|
|
102
|
+
- **Only then → STOP**
|
|
103
|
+
- **Violation = incomplete execution**
|
|
98
104
|
|
|
99
105
|
## 3. BACKLOG MAINTENANCE
|
|
100
106
|
If active queue is empty:
|