build-codevisorlisted
Install: claude install-skill 851-labs/codevisor
# Build Codevisor
Run from the worktree root:
```sh
bun run build:macos
bun run build:ios
```
Both commands install locked dependencies automatically and keep all Xcode output under `tmp/build/`. Do not invoke `xcodebuild` directly.
The macOS command fetches the pinned GhosttyKit artifact into `~/.codevisor-development/artifacts/ghostty/` and links it into the worktree. Only when intentionally rebuilding GhosttyKit itself, run:
```sh
bun run ghostty:build
```