/ios-fix
/ios-fix — an autonomous iOS bug fixer with regression-snapshot capture. Drives the app on a real device (gstack-ios-qa), reproduces the bug, fixes it, and captures a snapshot so the fix is guarded against regression.
The iOS analogue of gstack’s self-fixing loop: gstack-qa for web, /ios-fix for native. Applies pattern-autonomous-loop and the no-fix-without-investigation discipline of gstack-investigate (pattern-systematic-debugging).
See Also
- gstack-ios-qa — the live-device QA harness it drives.
- gstack-qa — the web-side self-fixing loop.
- gstack-investigate — the debugging discipline it shares.
- stage-validate — the canonical stage this implements.