ai-superpower # This file exists so that apply.sh can identify this repo as itself. # # apply.sh scans all directories that contain a .git folder and creates a # .ai symlink in each one. Without this file, apply.sh would also symlink # this repo into itself, producing .ai/.ai → .ai/ (infinite loop). # # WARNING — do not delete this file: # - apply.sh will create a .ai/.ai symlink inside this repo pointing to itself # - the next apply.sh run will loop or crash # - fix: restore this file and remove the .ai/.ai symlink that was created