Ilusm — minimal runtime bundle

This archive contains: prebuilt stage-0 for darwin-x86_64; the full lib/ tree
(stdlib, frontend, backend, runtime) as .ilu sources; ilusm.ilbc; driver scripts;
vscode-extension/; file-icons/ (system file managers); hello.ilu sample.
No C sources, no seed builder, no full repository.
Enterprise/public install: ILUSM_HOME follows this folder; run-context data may
also be stored under the user XDG cache (see ilusm driver) when the prefix is read-only.

VS Code: copy vscode-extension/ into ~/.vscode/extensions/ as ilusm-lang.ilusm-<version>
(see README in vscode-extension/). Same folder works in VS Code–compatible editors (e.g. VSCodium) using their extensions dir. Heart icon: icons/.
Linux (Nautilus, Dolphin, …): sh file-icons/linux/install-for-current-user.sh
Windows (from this tree on a PC): same PowerShell script under file-icons/windows/
macOS Finder: see file-icons/macos/notes.txt (no one-click global icon in this bundle).

Quick start:
  cd into this folder (it is your ILUSM_HOME).
  chmod +x ilusm stage0/resolve_seed.sh stage0/host_triple.sh stage0/darwin-x86_64/ilusm-min
  ./ilusm hello.ilu    (./ilusm --version prints the bundle version)

Set ILUSM_HOME to this directory if you run ilusm from elsewhere.
