@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.0") {
85
- pkgVersion = "0.13.0";
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++) {
@@ -10,7 +10,7 @@ import {
10
10
  createFileSink,
11
11
  listResources,
12
12
  logger
13
- } from "../chunk-RHDBF7HU.js";
13
+ } from "../chunk-UZWV2DYU.js";
14
14
 
15
15
  // src/dashboard/server.ts
16
16
  import express from "express";
@@ -57,7 +57,7 @@ import {
57
57
  toContextSlug,
58
58
  updateSessionFromInitialize,
59
59
  updateSessionRoots
60
- } from "../chunk-RHDBF7HU.js";
60
+ } from "../chunk-UZWV2DYU.js";
61
61
 
62
62
  // src/mcp/server.ts
63
63
  import readline from "readline";
@@ -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. **Repeat**: Claim next task from `task-list`.
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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vheins/local-memory-mcp",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "MCP Local Memory Service for coding copilot agents",
5
5
  "mcpName": "io.github.vheins/local-memory-mcp",
6
6
  "type": "module",