diff --git a/docs/superpowers/plans/2026-05-17-files-overlay-rewrite.md b/docs/superpowers/plans/2026-05-17-files-overlay-rewrite.md index fb7c02e..324d8fc 100644 --- a/docs/superpowers/plans/2026-05-17-files-overlay-rewrite.md +++ b/docs/superpowers/plans/2026-05-17-files-overlay-rewrite.md @@ -45,7 +45,7 @@ Direct-bind escape hatches (places we keep direct binding deliberately): Create the new directory. Move helpers (lines ~40-170 of the current file: `postJson`, `postForm`, `scheduleRefresh`, `parentOf`, `joinPath`, byte-count utility, manager-element detection, CSRF read). Add the file-row click delegation that currently lives at line 1054 — same selector match, but instead of switch-casing into local handlers, dispatch through a registry `window.__filesOverlay.handleAction(action, path, actionEl)` that feature modules register handlers into. Old `files-overlay.js` still has its own handlers for now — `core.js` dispatch is unused until subsequent steps wire features into it. -base.html: add `