- detect-unity.sh: handle XAPK bundles by extracting nested *.apk entries
to a mktemp dir and merging their listings before grepping; /dev/stdin
pipe approach is unreliable on macOS (unzip central-dir seek fails)
- tests/test-detect-unity.sh: add xapk il2cpp fixture — outer xapk wraps
a Unity base.apk; asserts classification returns il2cpp
- SKILL.md mono branch: replace hardcoded $WORK/output/Managed/ path (jadx
never creates it) with correct extract-from-APK step into $WORK/managed/;
mirrors the il2cpp branch wording and adds XAPK note
- SKILL.md il2cpp+mono branches: add game-assets/manifest.json inventory
step after unity-assets.sh so re-digest-contract.md claim is satisfied
- extract-design.py: remove unused imports sys and re
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>