@vheins/local-memory-mcp 0.8.36 → 0.8.37

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.
@@ -3,8 +3,8 @@ import { fileURLToPath } from "url";
3
3
  import path from "path";
4
4
  var __dirname = path.dirname(fileURLToPath(import.meta.url));
5
5
  var pkgVersion = "0.1.0";
6
- if ("0.8.36") {
7
- pkgVersion = "0.8.36";
6
+ if ("0.8.37") {
7
+ pkgVersion = "0.8.37";
8
8
  } else {
9
9
  let searchDir = __dirname;
10
10
  for (let i = 0; i < 5; i++) {
@@ -8,7 +8,7 @@ import {
8
8
  createFileSink,
9
9
  listResources,
10
10
  logger
11
- } from "../chunk-DNQYEFQA.js";
11
+ } from "../chunk-L7TP56CB.js";
12
12
 
13
13
  // src/dashboard/server.ts
14
14
  import express from "express";
@@ -43,7 +43,7 @@ import {
43
43
  setLogLevel,
44
44
  updateSessionFromInitialize,
45
45
  updateSessionRoots
46
- } from "../chunk-DNQYEFQA.js";
46
+ } from "../chunk-L7TP56CB.js";
47
47
 
48
48
  // src/mcp/server.ts
49
49
  import readline from "readline";
@@ -32,6 +32,7 @@ agent: Task Executor
32
32
  - Trace path end-to-end.
33
33
  - Run tests/linters/type-checks.
34
34
  - Logic audit for all affected paths.
35
+ - **Browser Verification (MANDATORY)**: If the task involves UI/UX changes, use `browser-subagent` (Chrome DevTools) to verify the feature is functional and consumable by the user. Check for console errors, layout issues, and interactive behavior. see credential in seeder
35
36
  7. **Finalize**:
36
37
  - **Evidence**: `task-update` status to `completed` with detailed 'comment' (inspected files, verified logic, test results).
37
38
  - **Memory**: Store insights as `code_fact`/`pattern` via `memory-store`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vheins/local-memory-mcp",
3
- "version": "0.8.36",
3
+ "version": "0.8.37",
4
4
  "description": "MCP Local Memory Service for coding copilot agents",
5
5
  "mcpName": "io.github.vheins/local-memory-mcp",
6
6
  "type": "module",