From 8038f841a39e387205a1962a03779e5cd88fe447 Mon Sep 17 00:00:00 2001 From: Padreug Date: Sun, 17 May 2026 20:04:26 +0200 Subject: [PATCH] tasks: add v0.0.1 (initial release) LNbits-side counterpart to the webapp tasks module. Caches NIP-52 kind 31922 task events and kind 31925 completions in a local schema, publishes mutations through nostrclient, and subscribes back to keep the local DB in sync with the relay set. Tags published 31922 events with ["event-type", "task"] to disambiguate from activities on shared relays. archive: https://git.atitlan.io/aiolabs/tasks/archive/v0.0.1.zip sha256: 0564d3c51fbadc5e4f4a2c547248e954aa6e0fc796cef266304ae47f3a12dc35 Co-Authored-By: Claude Opus 4.7 (1M context) --- extensions.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/extensions.json b/extensions.json index 2ce9f38..325ce11 100644 --- a/extensions.json +++ b/extensions.json @@ -304,6 +304,17 @@ "icon": "https://git.atitlan.io/aiolabs/restaurant/raw/branch/main/static/image/restaurant.png", "archive": "https://git.atitlan.io/aiolabs/restaurant/archive/v0.1.0.zip", "hash": "4a7284ca485019238d0a05fb7b7b97366a8d04e3343ce2441beb37b55d78fb67" + }, + { + "id": "tasks", + "repo": "https://git.atitlan.io/aiolabs/tasks", + "name": "Tasks", + "min_lnbits_version": "1.4.1", + "version": "0.0.1", + "short_description": "Recurring tasks and chore-tracking, published over Nostr", + "icon": "https://git.atitlan.io/aiolabs/tasks/raw/branch/main/static/image/tasks.png", + "archive": "https://git.atitlan.io/aiolabs/tasks/archive/v0.0.1.zip", + "hash": "0564d3c51fbadc5e4f4a2c547248e954aa6e0fc796cef266304ae47f3a12dc35" } ] }