@sym-bot/mesh-channel 0.3.12 → 0.3.14
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/.claude-plugin/plugin.json +50 -50
- package/.mcp.json +16 -16
- package/CHANGELOG.md +655 -627
- package/LICENSE +201 -201
- package/README.md +395 -381
- package/SECURITY.md +89 -89
- package/bin/install.js +694 -603
- package/package.json +50 -50
- package/server.js +1107 -1105
- package/.claude-plugin/marketplace.json +0 -46
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sym-mesh-channel",
|
|
3
|
-
"owner": {
|
|
4
|
-
"name": "SYM.BOT",
|
|
5
|
-
"email": "info@sym.bot"
|
|
6
|
-
},
|
|
7
|
-
"metadata": {
|
|
8
|
-
"description": "Real-time communication and collaboration among Claude Code sessions — agent-to-agent cognitive signals over Bonjour LAN or WebSocket relay, on the Mesh Memory Protocol (MMP).",
|
|
9
|
-
"version": "0.3.11"
|
|
10
|
-
},
|
|
11
|
-
"plugins": [
|
|
12
|
-
{
|
|
13
|
-
"name": "sym-mesh-channel",
|
|
14
|
-
"source": "./",
|
|
15
|
-
"description": "Real-time communication and collaboration among Claude Code sessions. Turns Claude Code into a peer node on the SYM mesh — two or more sessions discover each other via Bonjour (LAN) or a WebSocket relay (cross-network) and exchange structured cognitive signals as channel notifications. Each peer has its own Ed25519 identity, SVAF content gating, and local memory. Built on the Mesh Memory Protocol (MMP), an open peer-to-peer protocol for multi-agent collective intelligence.",
|
|
16
|
-
"version": "0.3.11",
|
|
17
|
-
"author": {
|
|
18
|
-
"name": "Hongwei Xu",
|
|
19
|
-
"email": "hongwei@sym.bot"
|
|
20
|
-
},
|
|
21
|
-
"homepage": "https://meshcognition.org/spec/mmp",
|
|
22
|
-
"repository": "https://github.com/sym-bot/sym-mesh-channel",
|
|
23
|
-
"license": "Apache-2.0",
|
|
24
|
-
"keywords": [
|
|
25
|
-
"mesh",
|
|
26
|
-
"p2p",
|
|
27
|
-
"mcp",
|
|
28
|
-
"channel",
|
|
29
|
-
"agents",
|
|
30
|
-
"multi-agent",
|
|
31
|
-
"bonjour",
|
|
32
|
-
"cognitive",
|
|
33
|
-
"svaf",
|
|
34
|
-
"mmp"
|
|
35
|
-
],
|
|
36
|
-
"category": "agents",
|
|
37
|
-
"tags": [
|
|
38
|
-
"mesh",
|
|
39
|
-
"cognitive",
|
|
40
|
-
"channel",
|
|
41
|
-
"mcp",
|
|
42
|
-
"multi-agent"
|
|
43
|
-
]
|
|
44
|
-
}
|
|
45
|
-
]
|
|
46
|
-
}
|