@hivemindai/mcp-server 0.2.8 → 0.2.9
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,9 +3,9 @@ import { join } from "node:path";
|
|
|
3
3
|
const HIVEMIND_SECTION_START = "<!-- hivemind:start -->";
|
|
4
4
|
const HIVEMIND_SECTION_END = "<!-- hivemind:end -->";
|
|
5
5
|
const HIVEMIND_CLAUDE_MD = `${HIVEMIND_SECTION_START}
|
|
6
|
-
## Hivemind
|
|
6
|
+
## Hivemind
|
|
7
7
|
|
|
8
|
-
This project uses
|
|
8
|
+
This project uses Hivemind for multi-agent coordination via a shared event log.
|
|
9
9
|
|
|
10
10
|
### When to publish events
|
|
11
11
|
|