You'll notice
Useful2 Signal0
Changing directory mid-session no longer silently drops a pending archive in the bridge.
What's wrong with this entry?
Anonymous. No account, no email.
What
Changing the working directory mid-session no longer discards a pending archive in the REPL bridge hook.
Details
- The per-session state reset was factored into a single helper taking an
archiveAbandonedflag. - The working-directory-change path now calls it with the flag set, which fires the pending archive before unregistering it.
- Previously that path cleared the refs silently.
Evidence
archiveAbandoned
Strings lifted out of the shipped bundle, so the claim above can be checked against them.