-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
The p2p status CLI command and p2p_status agent tool should include the total number of discovered peers in their output.
Current Behavior
Status output shows Yggdrasil address, public key, and server port, but no peer count.
Expected Behavior
Add a line like Peers: 12 discovered to the status output.
Where to Look
src/index.ts— thep2p statusCLI handler andp2p_statustool handlersrc/peer-db.ts—listPeers()returns all known peers
Difficulty
Easy — one-line addition in two places. Good way to learn the codebase.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers