{ "name": "peernote", "section": 1, "title": "shared p2p notes feed", "synopsis": [ "peernote add TEXT", "peernote list [N]" ], "description": "Writes and reads short collaborative notes over the p2p swarm by using `bare-p2p-v1` envelopes carried on the existing chat transport. Useful for operational breadcrumbs across booted systems.", "options": [], "keywords": ["p2p", "notes", "chat", "ops"], "examples": [ { "caption": "add a note", "code": "peernote add rebooted edge node 3 with new profile" }, { "caption": "list recent notes", "code": "peernote list 20" } ], "seeAlso": [ { "name": "taskmesh", "section": 1 }, { "name": "chat", "section": 1 } ] }