Skip to content

v0.1.0 - Initial public release

Choose a tag to compare

@jirukouya jirukouya released this 26 Jul 07:00
· 62 commits to main since this release

Initial public release. A single self-contained SKILL.md that installs uaRO on Apple Silicon Macs via Whisky, end to end, meant to be handed to a fresh Claude Code/Codex session with no other context.

Added

  • Steps 1-12: Homebrew → Rosetta 2 → Whisky.app → WhiskyWine runtime → bottle creation/config → download & run the uaRO installer → FCOM byte-patch for Rosetta compatibility → Wine Gecko pre-install → game config files → two launcher .app bundles (with icon extraction) → first-run verification.
  • Pre-flight checks: Apple Silicon gate, macOS version gate, disk space check.
  • Environment-adaptive detection/self-heal: existing-state scan (Step 2a), proactive installer-download handling (Step 2b) with iCloud-relocation avoidance and size-stability recheck.
  • Mandatory verification after every risky step (byte-diff after binary patches, decode-testing config files, lsregister -dump after building launchers) instead of trusting exit codes alone.
  • Per-step progress table with explicit user approval gate before advancing to the next step.
  • Uninstall/rollback section with tiered levels and backup-dependency warnings.
  • caffeinate -i wrapping around long unattended waits so macOS idle sleep doesn't stall the install.
  • README: project story, how-to-run instructions, Credits & Disclaimer, MIT LICENSE.

Full diff: https://github.com/jirukouya/auRO-whisky-macOS-setup/commits/v0.1.0