The CLI module was missing from the npm package because the publish workflow did not include the 'bun build src/cli/index.ts' step. This caused 'bunx oh-my-opencode install' to fail with missing dist/cli/index.js at runtime. Added explicit CLI build and verification step to prevent this regression. 🤖 Generated with assistance of [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)