The startup handler meant to restore plan mode is still an empty function.
Plan-mode restore at boot is called but empty, and a companion gained a planModeRestoredAtBoot option with an empty body.
What's wrong with this entry?
The non-interactive and SDK startup path calls a handler meant to restore a previous plan-mode state, and that handler's body is empty. A companion function, also uncalled, gained a planModeRestoredAtBoot option this release with an equally empty body.
- The surrounding decision logic did change: the report for restoring a permission mode can now carry whether transcript state was recorded and whether the transcript was open, and an open transcript is now treated the same as a recorded plan mode when classifying a restore as declined.
- Nothing at startup applies any of that yet, since the function that would is hollow and has no caller.
planModeRestoredAtBoot
Strings lifted out of the shipped bundle, so the claim above can be checked against them.