I hit a real Plugin API limitation that might be worth documenting more clearly.
In live plugin/MCP work, top-level board creation and top-level reparenting followed the active page. So for automation, I had to:
- switch to the target page first
- then create or reorganize top-level boards
- then verify where they actually landed
This came up while building reusable Event Modeling slice components across Components and PATHS pages. The closest GitHub issue I found is:
I added more concrete reproduction context there.