the signals and their derived score are provisional and subject to change.
validate manually before sharing.
e7400623ba876ac4c1cd68e7c370e1732c2c14c2none
CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## What this is
simslim runs many more iOS simulators on one Mac by disabling the background
daemons a simulator doesn't need, cutting each simulator's memory ~4x. It is a Go
CLI plus a SwiftUI macOS app that wraps it. Everything is driven through
`xcrun simctl`; the tool only ever touches the simulators you point it at, never
the host Mac. macOS-only.
## Commands
```sh
go build ./cmd/simsnone