gossipcat 0.4.2 → 0.4.3

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 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.agents.json found' and nothing happens"
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"