- Add conditional display for platform-specific parameters:
- hide_title_bar and multi_arch only show for macOS
- targets only shows for Linux
- Users now see only relevant options based on selected platform
- Improves workflow user experience by reducing UI clutter
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Update format strings to use inline arguments in util.rs
- Add cargo fmt to npm run format script for unified code formatting
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Keep pnpm-lock.yaml in version control and use --frozen-lockfile to ensure reproducible builds across all environments.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Update pnpm-lock.yaml to match package.json (removed eclint dependency)
- Change workflow to use --no-frozen-lockfile to handle lockfile updates in CI
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Remove pnpm-lock.yaml from .gitignore to enable proper dependency caching in GitHub Actions.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Update code-quality.yml to properly handle pnpm lockfile by installing pnpm before setup-node cache configuration.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>