tasks/description.md
Padreug bc88b421b6 scaffold tasks extension
Empty skeleton mirroring the events extension layout: config/manifest,
pyproject + Makefile + ruff/mypy config, FastAPI routers wired into
tasks_ext, NostrClient bootstrap stubs, and an empty static/routes.json.

Models, migrations, CRUD, Nostr publisher/sync, and the API/template
layers land in follow-up commits.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 11:34:04 +02:00

9 lines
381 B
Markdown

Recurring tasks and chore tracking for LNbits, synced over Nostr.
Features:
- Author tasks with optional recurrence (daily / weekly).
- Multiple participants per task; anyone can claim, start, or complete.
- Federated state via NIP-52 calendar events (kind 31922) and RSVPs
(kind 31925) with a `task-status` extension.
- Per-occurrence completion tracking for recurring tasks.