@vheins/local-memory-mcp 0.19.20 → 0.19.22

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.
@@ -8,7 +8,7 @@
8
8
  <link rel="preconnect" href="https://fonts.googleapis.com">
9
9
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
10
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
11
- <script type="module" crossorigin src="/assets/index-2Qujs2S-.js"></script>
11
+ <script type="module" crossorigin src="/assets/index-BDKfD1qU.js"></script>
12
12
  <link rel="stylesheet" crossorigin href="/assets/index-iYrQr1US.css">
13
13
  </head>
14
14
  <body>
@@ -75,8 +75,8 @@ import path from "path";
75
75
  import { fileURLToPath } from "url";
76
76
  var __dirname = path.dirname(fileURLToPath(import.meta.url));
77
77
  var pkgVersion = "0.1.0";
78
- if ("0.19.20") {
79
- pkgVersion = "0.19.20";
78
+ if ("0.19.22") {
79
+ pkgVersion = "0.19.22";
80
80
  } else {
81
81
  let searchDir = __dirname;
82
82
  for (let i = 0; i < 5; i++) {
@@ -39,17 +39,11 @@ If unsure, run `git remote -v` in the project directory — the remote URL (e.g.
39
39
 
40
40
  Violation: tasks created with a wrong owner will be invisible to other agents querying with the correct owner.
41
41
 
42
- ## Session Start Mode
43
-
44
- Entry=orient → hydrate → ready Guard: S(N) req S(N-1)✅
45
-
46
- S0 | agent-context (one-call context: memories + tasks + decisions) OR task-list + handoff-list + memory-search | session start? | active context | —
47
- S1 | standard-search(MANDATORY before code/test/refactor/migrate — task intent, lang, stack, repo filters) | S0✅ | hydrated context | —
48
- S2 | continue to task or respond | S1✅ | ready | —
42
+ > **Workflow**: This server provides tools for memory, tasks, standards, and handoffs. The canonical workflow is defined in `AGENTS.md` (WORKFLOW section: S0→Synthesize→S1→S2→Execute→Close). These MCP tools are the mechanism — the AGENTS.md workflow is the orchestration.
49
43
 
50
44
  ## Core Workflows
51
45
 
52
- **Memory**: memory-search → memory-detail → memory-store | memory-update
46
+ **Memory**: memory-search → memory-detail → memory-store | memory-update | memory-synthesize
53
47
 
54
48
  - Durable only (arch, patterns, decisions, fixes)
55
49
  - memory-acknowledge after code gen from memory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vheins/local-memory-mcp",
3
- "version": "0.19.20",
3
+ "version": "0.19.22",
4
4
  "description": "MCP Local Memory Service for coding copilot agents",
5
5
  "mcpName": "io.github.vheins/local-memory-mcp",
6
6
  "type": "module",