Branch to PR Flow
First run npm run launch:bootstrap -- --push <repo-url>.Then run npm run idea:ship -- --push "My Idea Name".The helper creates an idea/<idea-name> branch and commits the page JSON.Push the branch to GitHub.GitHub Actions opens or updates a pull request into main.The workflow runs npm run verify so the PR records build status.