@pcircle/memesh 2.8.5 → 2.8.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pcircle/memesh",
3
- "version": "2.8.5",
3
+ "version": "2.8.6",
4
4
  "description": "MeMesh - Your AI memory mesh for Claude Code. Smart routing, persistent memory, and intelligent task management.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
package/plugin.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "PCIRCLE AI"
6
6
  },
7
- "version": "2.8.5",
7
+ "version": "2.8.6",
8
8
  "homepage": "https://github.com/PCIRCLE-AI/claude-code-buddy",
9
9
  "repository": "https://github.com/PCIRCLE-AI/claude-code-buddy",
10
10
  "license": "AGPL-3.0"
@@ -118,7 +118,7 @@ export async function ensureMarketplaceRegistered(installPath, claudeDir = join(
118
118
  // Register or update pcircle-ai entry
119
119
  marketplaces['pcircle-ai'] = {
120
120
  source: {
121
- source: 'local',
121
+ source: 'directory',
122
122
  path: installPath
123
123
  },
124
124
  installLocation: symlinkPath,