22 lines
770 B
JSON
22 lines
770 B
JSON
{
|
|
"name": "taskmesh",
|
|
"section": 1,
|
|
"title": "shared p2p task board",
|
|
"synopsis": [
|
|
"taskmesh add TEXT",
|
|
"taskmesh done TASK_ID",
|
|
"taskmesh list [open|all]"
|
|
],
|
|
"description": "Maintains a swarm-shared append-only task stream using `bare-p2p-v1` envelopes. The local task board is reduced from event history (`task.add`, `task.done`) so multiple booted peers can converge without central coordination.",
|
|
"options": [],
|
|
"keywords": ["p2p", "tasks", "kanban", "events"],
|
|
"examples": [
|
|
{ "caption": "create a shared task", "code": "taskmesh add rotate bootstrap relays" },
|
|
{ "caption": "show open tasks", "code": "taskmesh list" }
|
|
],
|
|
"seeAlso": [
|
|
{ "name": "peernote", "section": 1 },
|
|
{ "name": "chat", "section": 1 }
|
|
]
|
|
}
|