From f456b3d0ad1fac8254b7c35b689a8f034e017fc7 Mon Sep 17 00:00:00 2001 From: ssmithx Date: Wed, 12 Aug 2026 15:13:45 +0000 Subject: [PATCH] docs: add app update strategy, SSH access, and app wishlist to TODO Flags the app update policy already noted as unresolved in app-developer-guide.md, adds a section for SSH access strategy, and starts an app wishlist (Cashu wallet, phoenixd) for packaging. --- docs/TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/TODO.md b/docs/TODO.md index 1ccd2964..1f937c50 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -35,6 +35,16 @@ doc. See [`ROADMAP.md`](ROADMAP.md) for the curated, public-facing direction. ## App ecosystem - Full pass testing every app in the catalog; expect issues across the board. +- App update strategy — finalize the update policy referenced in + [`app-developer-guide.md`](app-developer-guide.md) (pinned vs. mutable + tags, catalog-vs-disk precedence, rollout/rollback). +- App wishlist — candidates not yet packaged: Cashu wallet, phoenixd. + (CLN is already shipped as `apps/core-lightning`.) + +## Access & security + +- SSH access strategy — define the access model (keys, rotation, recovery + path, remote-support access). ## Observability