From e5f4078aea5a5d81d07a77eb35e0b3243fd61baa Mon Sep 17 00:00:00 2001 From: Padreug Date: Sat, 23 May 2026 23:14:54 +0200 Subject: [PATCH] feat(events): add v1.6.1-aio.2 catalog entry Nostr-driven inventory sync (ticket counts in NIP-52 tags, republish on every sale), multi-ticket purchases as N independently-scannable rows on one invoice, GET /tickets/user + polling endpoint, republish- all / republish-mine admin tools. Co-merges aiolabs/events PR #15 + PR #16. Co-Authored-By: Claude Opus 4.7 (1M context) --- extensions.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/extensions.json b/extensions.json index 94a0325..d945df5 100644 --- a/extensions.json +++ b/extensions.json @@ -155,6 +155,16 @@ "archive": "https://git.atitlan.io/aiolabs/events/archive/v1.6.1-aio.1.zip", "hash": "519bbb8b6cd1094b1c4ab8f49236edfe443b544948a78d9098977ddf11954890" }, + { + "id": "events", + "repo": "https://git.atitlan.io/aiolabs/events", + "name": "AIO Events", + "version": "1.6.1-aio.2", + "short_description": "Nostr-driven inventory sync (ticket counts in NIP-52 tags, republish on every sale), multi-ticket purchases as N independently-scannable rows on one invoice, GET /tickets/user + polling endpoint, republish-all/republish-mine admin tools.", + "icon": "https://git.atitlan.io/aiolabs/events/raw/branch/main/static/image/events.png", + "archive": "https://git.atitlan.io/aiolabs/events/archive/v1.6.1-aio.2.zip", + "hash": "69c1d5bd7000bfc15265bac659ee01c275c0bed314c21fc575d1ac430b7a1082" + }, { "id": "nostrclient", "repo": "https://git.atitlan.io/aiolabs/nostrclient",