aboutsummaryrefslogtreecommitdiffstats
path: root/docs/superpowers/plans/2026-08-03-post-0.1.0-usability.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/superpowers/plans/2026-08-03-post-0.1.0-usability.md')
-rw-r--r--docs/superpowers/plans/2026-08-03-post-0.1.0-usability.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/superpowers/plans/2026-08-03-post-0.1.0-usability.md b/docs/superpowers/plans/2026-08-03-post-0.1.0-usability.md
index 3848a6d..d7783f7 100644
--- a/docs/superpowers/plans/2026-08-03-post-0.1.0-usability.md
+++ b/docs/superpowers/plans/2026-08-03-post-0.1.0-usability.md
@@ -730,6 +730,22 @@ for the network to satisfy it.
**Size: S.**
+**Save LINK is no longer part of this item** (2026-08-20, item 127). It was
+deferred here on the grounds that both are inert for want of a
+`downloadRequested` handler, which is true and beside the point: they are not
+the same question.
+
+Save image is content the message already carries, and making it work is what
+this item is about. Save link fetches a REMOTE URL chosen by the sender,
+through the pane's profile, which is the one profile in the application that
+must never fetch remote content. It is removed from the menu rather than
+implemented, and `theLinkMenuDropsTheOpenInWindowActions` asserts its absence.
+
+**That assertion constrains this item.** A `downloadRequested` handler added to
+make Save image work must not make Save link reachable again. The test fails if
+it does, which is the point: the handler is per-profile, so the natural
+implementation would light up both entries at once.
+
## 118. No way to empty the trash from inside the app
**Observed (user, 2026-08-17):** raised while reviewing item 103's spec, as