af3b360ae4
Problem: System detection printed 6 [INFO] messages every time launcher started, making it feel slow and repetitive. Solution: Only show detection messages on first run when SYS_DETECTION_COMPLETE is not set. Subsequent runs are silent while still performing detection. Changes: - lib/system-detect.sh: Added silent detection check to all detect_* functions Lines 40, 99, 137, 186, 213, 278: [ -n "$SYS_DETECTION_COMPLETE" ] || print_info - REFDB_FORMAT.txt: Added documentation preferences section Result: Clean, fast launcher after first initialization