The whiteboard skill's helper script is now called board.mjs, so older references break.
What's wrong with this entry?
The whiteboard skill's helper, which merges the model's drawing elements into a fetched board and re-emits the page, is now called board.mjs instead of merge-state.mjs. Instructions and notes that reference the old filename will not find it in the skill directory.
- The skill's file list is now the template plus
board.mjs; the script body is an embedded file, so only the name is provably changed.
f = { "template.html": a, "board.mjs": s };
Strings lifted out of the shipped bundle, so the claim above can be checked against them.