gossipcat 0.4.2 → 0.4.4
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/README.md +2 -1
- package/dist-dashboard/assets/index-09dL6Yhj.js +66 -0
- package/dist-dashboard/assets/index-5UZ5WV94.css +1 -0
- package/dist-dashboard/index.html +2 -2
- package/dist-mcp/assets/hooks/worktree-sandbox.sh +284 -0
- package/dist-mcp/mcp-server.js +2025 -780
- package/package.json +2 -2
- package/dist-dashboard/assets/index-Bf6FBM2K.css +0 -1
- package/dist-dashboard/assets/index-QHhaJq-5.js +0 -65
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
<a href="https://github.com/gossipcat-ai/gossipcat-ai/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License" /></a>
|
|
13
13
|
<a href="#quickstart"><img src="https://img.shields.io/badge/node-22%2B-green" alt="Node 22+" /></a>
|
|
14
14
|
<a href="https://github.com/gossipcat-ai/gossipcat-ai/stargazers"><img src="https://img.shields.io/github/stars/gossipcat-ai/gossipcat-ai?style=social" alt="GitHub stars" /></a>
|
|
15
|
+
<a href="https://socket.dev/npm/package/gossipcat"><img src="https://badge.socket.dev/npm/package/gossipcat/0.4.2" alt="Socket Score" /></a>
|
|
15
16
|
</p>
|
|
16
17
|
|
|
17
18
|
<p align="center">
|
|
@@ -572,7 +573,7 @@ Check `~/.gossip/mcp.log` (or `<your-project>/.gossip/mcp.log`) for the boot log
|
|
|
572
573
|
- **Conflicting `.gossip/relay.pid`** from a crashed previous boot — delete it and restart Claude Code
|
|
573
574
|
- **`GOSSIPCAT_PORT` set to a port already in use** — unset the env var or pick a free port
|
|
574
575
|
|
|
575
|
-
### "Boot says 'No gossip.
|
|
576
|
+
### "Boot says 'No .gossip/config.json found' and nothing happens"
|
|
576
577
|
This was a critical bug in v0.1.0 — fixed in v0.1.1. Upgrade with the install one-liner above. v0.1.1+ boots in degraded mode (dashboard + relay only) so you can run `gossip_setup` from inside Claude Code.
|
|
577
578
|
|
|
578
579
|
### "Agents keep returning empty findings"
|