@vheins/local-memory-mcp 0.8.36 → 0.8.38
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.
- package/dist/{chunk-DNQYEFQA.js → chunk-RA5A5J5M.js} +2 -2
- package/dist/dashboard/public/assets/index-CN5vkAYQ.js +86 -0
- package/dist/dashboard/public/index.html +1 -1
- package/dist/dashboard/server.js +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/prompts/task-memory-executor.md +1 -0
- package/package.json +1 -1
- package/dist/dashboard/public/assets/index-BoOBrPig.js +0 -86
|
@@ -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-
|
|
11
|
+
<script type="module" crossorigin src="/assets/index-CN5vkAYQ.js"></script>
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/index-BbuGTan5.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
package/dist/dashboard/server.js
CHANGED
package/dist/mcp/server.js
CHANGED
|
@@ -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`.
|