{
  "permissions": {
    "allow": [
      "PowerShell(\\(Get-ChildItem \"C:\\\\laragon\\\\www\\\\hydrogen\" -Force -Recurse | Measure-Object\\).Count; Get-ChildItem \"C:\\\\laragon\\\\www\\\\hydrogen\" -Force -Recurse | Select-Object -First 20 | Format-Table FullName -AutoSize)",
      "Bash(composer install:*)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -v)",
      "Bash(export PATH=\"/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64:$PATH\")",
      "Bash(ls /c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php*)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/ProgramData/ComposerSetup/bin/composer.phar install --no-interaction)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l public/index.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Kernel.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/RouteRegistrar.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l config/routes.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/ProgramData/ComposerSetup/bin/composer.phar dump-autoload -o)",
      "Bash(for f:*)",
      "Bash(do /c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l \"$f\")",
      "Bash(done)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -S 127.0.0.1:8765 -t public)",
      "Bash(curl -s -i http://127.0.0.1:8765/api/ping)",
      "Bash(curl -s -i http://127.0.0.1:8765/)",
      "Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" http://127.0.0.1:8765/api/inexistant)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/ProgramData/ComposerSetup/bin/composer.phar require vlucas/phpdotenv --no-interaction)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Config/Env.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r \":*)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/ProgramData/ComposerSetup/bin/composer.phar require php-di/php-di --no-interaction)",
      "Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" http://127.0.0.1:8765/)",
      "Bash(curl -s http://127.0.0.1:8765/)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -m)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/ProgramData/ComposerSetup/bin/composer.phar require guzzlehttp/guzzle http-interop/http-factory-guzzle --no-interaction)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/User/User.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/User/UserRepository.php)",
      "Bash(curl -s -i -X POST http://127.0.0.1:8765/api/auth/login -H \"Content-Type: application/json\" -d '')",
      "Bash(curl -s -i -X POST http://127.0.0.1:8765/api/auth/login -H \"Content-Type: application/json\" -d '{}')",
      "Bash(curl -s -i -X POST http://127.0.0.1:8765/api/auth/login -H \"Content-Type: application/json\" -d '{\"\"\"\"email\"\"\"\":\"\"\"\"ericlescour@gmail.com\"\"\"\",\"\"\"\"password\"\"\"\":\"\"\"\"definitely_wrong\"\"\"\"}')",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Auth/AuthenticationService.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/JsonApi/JsonApiErrorHandler.php)",
      "Bash(curl -s -i http://127.0.0.1:8765/api/inexistant)",
      "Bash(curl -s -i http://127.0.0.1:8765/api/auth/login)",
      "Bash(curl -s -i http://127.0.0.1:8765/pas-une-route)",
      "Bash(curl -s -o /dev/null -w \"HTTP %{http_code}, Content-Type: %{content_type}\\\\n\" http://127.0.0.1:8765/)",
      "Bash(curl -s -o /dev/null -w \"HTTP %{http_code}, Content-Type: %{content_type}\\\\n\" http://127.0.0.1:8765/pas-une-route)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/ProgramData/ComposerSetup/bin/composer.phar require phpmailer/phpmailer)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/ProgramData/ComposerSetup/bin/composer.phar require firebase/php-jwt)",
      "Bash(grep -rn \"app.basePath\" C:/laragon/www/hydrogen/public/ C:/laragon/www/hydrogen/bootstrap*.php)",
      "Bash(ls C:/laragon/www/hydrogen/*.php)",
      "Bash(ls -la C:/laragon/www/hydrogen/.env*)",
      "Bash(PHP=\"/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe\")",
      "Bash(\"$PHP\" -r \"require ''vendor/autoload.php''; echo class_exists\\(''Firebase\\\\JWT\\\\JWT''\\) ? ''JWT ok'' : ''missing JWT''; echo PHP_EOL; echo class_exists\\(''Firebase\\\\JWT\\\\JWK''\\) ? ''JWK ok'' : ''missing JWK''; echo PHP_EOL;\")",
      "Bash(\"$PHP\" -r \":*)",
      "Bash(\"$PHP\" -l src/Http/Action/Api/Users/SetUsernameAction.php)",
      "Bash(\"$PHP\" -l src/Domain/User/UserRepository.php)",
      "Bash(\"$PHP\" -l src/Http/Action/Api/Auth/OAuth/GoogleLoginAction.php)",
      "Bash(\"$PHP\" -l config/routes.php)",
      "Bash(do)",
      "Bash(\"$PHP\" -l \"$f\")",
      "Bash(\"/c/laragon/bin/php/php-8.4.1-Win32-vs17-x64/php.exe\" -l src/Domain/User/UsernameChangeStatus.php src/Domain/User/UsernameChangeResult.php src/Domain/User/UsernameChangeService.php src/Http/Action/Api/Users/ChangeUsernameAction.php src/Domain/User/UserRepository.php src/Domain/User/UsernameHistoryRepository.php src/Http/Action/Api/Users/SetUsernameAction.php config/routes.php)",
      "Bash(do \"$PHP\" -l \"$f\")",
      "Bash(\"$PHP\" -r ':*)",
      "Bash(\"$PHP\" -r 'echo strpos\\(file_get_contents\\(\"\"docs/api.md\"\"\\), \"\"### `POST /api/users/me/oauth/google`\"\"\\);')",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r \"echo extension_loaded\\(''intl''\\) ? ''intl OK ''.INTL_ICU_VERSION : ''NO INTL''; echo PHP_EOL; echo class_exists\\(''MessageFormatter''\\) ? ''MessageFormatter OK'' : ''NO MF'';\")",
      "Bash(/c/laragon/bin/php/php-8.4.5-nts-Win32-vs17-x64/php.exe -l src/Domain/Auth/OAuth/OAuthLoginService.php src/Domain/Auth/OAuth/OAuthLinkService.php src/Domain/Auth/OAuth/OAuthLoginStatus.php src/Domain/Auth/OAuth/OAuthLoginResult.php src/Domain/Auth/OAuth/OAuthLinkStatus.php src/Domain/Auth/OAuth/OAuthLinkResult.php src/Http/Action/Api/Auth/OAuth/AppleLoginAction.php src/Http/Action/Api/Auth/OAuth/FacebookLoginAction.php src/Http/Action/Api/Auth/OAuth/MissingTokenException.php src/Http/Action/Api/Auth/OAuth/GoogleLoginAction.php src/Http/Action/Api/Users/OAuth/LinkAppleAction.php src/Http/Action/Api/Users/OAuth/LinkFacebookAction.php src/Http/Action/Api/Users/OAuth/LinkGoogleAction.php src/Http/Action/Api/Users/OAuth/ListOAuthIdentitiesAction.php config/container.php config/routes.php resources/lang/fr-FR/auth.php resources/lang/en-US/auth.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Auth/OAuth/OAuthLoginService.php src/Http/Action/Api/Auth/OAuth/AppleLoginAction.php src/Http/Action/Api/Auth/OAuth/FacebookLoginAction.php src/Http/Action/Api/Users/OAuth/LinkAppleAction.php src/Http/Action/Api/Users/OAuth/LinkFacebookAction.php config/container.php config/routes.php)",
      "Bash(PHP=/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe)",
      "Bash(\"$PHP\" -r 'echo \"\"Imagick: \"\", \\(extension_loaded\\(\"\"imagick\"\"\\) ? \"\"OK\"\" : \"\"ABSENT\"\"\\), \"\"\\\\n\"\";:*)",
      "Bash(/c/laragon/bin/php/php-8.4.13-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Auth/LoginAction.php src/Http/Action/Api/Auth/RegisterAction.php src/Http/Action/Api/Auth/MeAction.php src/Http/Action/Api/Auth/ConfirmEmailAction.php src/Http/Action/Api/Auth/OAuth/GoogleLoginAction.php src/Http/Action/Api/Auth/OAuth/AppleLoginAction.php src/Http/Action/Api/Auth/OAuth/FacebookLoginAction.php src/Http/Action/Api/Users/UploadAvatarAction.php src/Http/Action/Api/Users/DeleteAvatarAction.php src/Http/Serializer/UserResourceSerializer.php config/container.php config/routes.php)",
      "Bash(do $PHP -l \"$f\")",
      "Bash($PHP -l src/Domain/User/Avatar/AvatarException.php src/Http/Action/Api/Users/UploadAvatarAction.php)",
      "Bash(find C:/laragon/www/hydrogen/src -name *.php -newer C:/laragon/www/hydrogen/CLAUDE.md -print0)",
      "Bash(xargs -0 -n1 $PHP -l)",
      "Bash($PHP -l \"$f\")",
      "Bash(ls /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(xargs cat:*)",
      "Bash(grep -r \"CREATE TABLE.*\\\\`user\\\\`\" /c/laragon/www/hydrogen/database/)",
      "Bash(xargs wc:*)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l \"C:/laragon/www/hydrogen/src/Infrastructure/OneSignal/OneSignalClient.php\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l \"C:/laragon/www/hydrogen/src/Infrastructure/OneSignal/OneSignalPusher.php\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l \"C:/laragon/www/hydrogen/src/Domain/Notification/NotificationFlushService.php\")",
      "Bash(break)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l \"C:/laragon/www/hydrogen/bin/notifications-flush.php\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l \"C:/laragon/www/hydrogen/src/Domain/User/Follow/FollowService.php\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l \"C:/laragon/www/hydrogen/config/routes.php\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l \"C:/laragon/www/hydrogen/config/container.php\")",
      "Bash($PHP -l C:/laragon/www/hydrogen/resources/lang/fr-FR/notifications.php)",
      "Bash($PHP -l C:/laragon/www/hydrogen/resources/lang/en-US/notifications.php)",
      "Bash($PHP -l C:/laragon/www/hydrogen/.env.example)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r ':*)",
      "Bash($PHP -l C:/laragon/www/hydrogen/src/Domain/User/Address/UserAddress.php)",
      "Bash($PHP -l C:/laragon/www/hydrogen/src/Domain/User/Address/UserAddressRepository.php)",
      "Bash(/c/laragon/bin/php/php-8.5/php.exe -r ':*)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/ProgramData/ComposerSetup/bin/composer.phar show league/glide)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/ProgramData/ComposerSetup/bin/composer.phar require league/glide jenssegers/imagehash --no-interaction)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe bin/test-media-upload.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/UploadMediaAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Serializer/MediaResourceSerializer.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Infrastructure/Meilisearch/MeilisearchMediaSync.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l config/container.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe bin/test-media-http.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r \"require ''vendor/autoload.php''; echo class_exists\\(''League\\\\Glide\\\\ServerFactory''\\) ? ''OK'' : ''MISSING'';\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r \"require ''vendor/autoload.php''; $r = new ReflectionClass\\(''League\\\\Glide\\\\ServerFactory''\\); echo $r->getFileName\\(\\);\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r 'require \"\"vendor/autoload.php\"\"; $r = new ReflectionClass\\(\"\"League\\\\\\\\Glide\\\\\\\\ServerFactory\"\"\\); echo $r->getFileName\\(\\);')",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r 'require \"\"vendor/autoload.php\"\"; var_dump\\(class_exists\\(\"\"Intervention\\\\\\\\Image\\\\\\\\ImageManager\"\"\\)\\); var_dump\\(class_exists\\(\"\"League\\\\\\\\Glide\\\\\\\\Signatures\\\\\\\\SignatureFactory\"\"\\)\\); var_dump\\(class_exists\\(\"\"League\\\\\\\\Glide\\\\\\\\Responses\\\\\\\\PsrResponseFactory\"\"\\)\\);')",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe bin/test-media-glide.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe bin/test-media-crud.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r 'require \"\"vendor/autoload.php\"\"; \\\\Hydrogen\\\\Config\\\\Env::load\\(__DIR__\\); $b = new DI\\\\ContainerBuilder\\(\\); $b->useAutowiring\\(true\\); $b->useAttributes\\(true\\); $b->addDefinitions\\([\"\"app.basePath\"\" => __DIR__]\\); $b->addDefinitions\\(require __DIR__ . \"\"/config/container.php\"\"\\); $c = $b->build\\(\\); foreach \\([\\\\Hydrogen\\\\Http\\\\Action\\\\Api\\\\Users\\\\ListMyMediaAction::class, \\\\Hydrogen\\\\Http\\\\Action\\\\Api\\\\Users\\\\ListUserMediaAction::class, \\\\Hydrogen\\\\Http\\\\Action\\\\Api\\\\Users\\\\DeleteMyMediaAction::class, \\\\Hydrogen\\\\Http\\\\Action\\\\Media\\\\ServeMediaAction::class, \\\\Hydrogen\\\\Domain\\\\Media\\\\MediaDeleteService::class] as $cls\\) { try { $c->get\\($cls\\); echo \"\"OK   $cls\\\\n\"\"; } catch \\(\\\\Throwable $e\\) { echo \"\"FAIL $cls: \"\", $e->getMessage\\(\\), \"\"\\\\n\"\"; } }')",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r 'require \"\"vendor/autoload.php\"\"; \\\\Hydrogen\\\\Config\\\\Env::load\\(__DIR__\\); $b = new DI\\\\ContainerBuilder\\(\\); $b->useAutowiring\\(true\\); $b->useAttributes\\(true\\); $b->addDefinitions\\([\"\"app.basePath\"\" => __DIR__]\\); $b->addDefinitions\\(require __DIR__ . \"\"/config/container.php\"\"\\); $c = $b->build\\(\\); $pdo = $c->get\\(PDO::class\\); $st = $pdo->query\\(\"\"SHOW COLUMNS FROM user LIKE \\\\\"\"experience\\\\\"\"\"\"\\); var_dump\\($st->fetchAll\\(\\)\\);')",
      "Bash(/c/laragon/bin/php/php-8.5.0RC2-Win32-vs17-x64/php.exe bin/test-user-level.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe bin/test-user-level.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe bin/test-xp-upload.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe bin/test-media-index.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe bin/test-xp-transaction.php)",
      "Bash(\"$PHP\" -l src/Http/Action/Media/ServeMediaAction.php)",
      "Bash(\"$PHP\" -l src/Http/Middleware/OptionalAuthenticationMiddleware.php)",
      "Bash(\"$PHP\" -l config/container.php)",
      "Bash(\"$PHP\" -l src/Infrastructure/Meilisearch/MeilisearchMediaSync.php)",
      "Bash(\"$PHP\" -l src/Domain/Media/MediaRepository.php)",
      "Bash(\"$PHP\" -l src/Http/Action/Api/Media/SearchNearbyMediaAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-Win32-vs17-x64/php.exe -l src/Domain/Notification/NotificationRepository.php src/Http/Action/Api/Notifications/ListNotificationsAction.php src/Http/Action/Api/Users/ListMyMediaAction.php src/Http/Action/Api/Users/ListUserMediaAction.php src/Http/Action/Api/Users/FollowListingPresenter.php)",
      "Bash($PHP -l src/Domain/Notification/NotificationRepository.php)",
      "Bash($PHP -l src/Http/Action/Api/Notifications/ListNotificationsAction.php)",
      "Bash($PHP -l src/Http/Action/Api/Users/ListMyMediaAction.php)",
      "Bash($PHP -l src/Http/Action/Api/Users/ListUserMediaAction.php)",
      "Bash($PHP -l src/Http/Action/Api/Users/FollowListingPresenter.php)",
      "Bash($PHP -l src/Http/Action/Api/Establishment/SearchEstablishmentsAction.php)",
      "Bash($PHP -l config/container.php)",
      "Bash($PHP -l config/routes.php)",
      "Bash($PHP -l src/Http/Action/Api/Offer/SearchOffersAction.php)",
      "Bash($PHP -l src/Http/Action/Api/Brand/ListBrandsAction.php)",
      "Bash(do /c/laragon/bin/php/php-8.5.0-Win32-vs17-x64/php.exe -l \"$f\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Sponsorship/SponsorshipStats.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Sponsorship/SponsorshipStatsRepository.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Sponsorship/SponsorshipService.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/GetMySponsorshipAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Auth/RegistrationService.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Sponsorship/SponsorshipNotificationEmailSender.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/fr-FR/mails.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/en-US/mails.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l \"$f\")",
      "Bash(exit 1)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Media/SearchMediaInBoundsAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-Win32-vs17-x64/php.exe -l src/Domain/Media/Comment/MediaComment.php src/Domain/Media/Comment/MediaCommentErrorCode.php src/Domain/Media/Comment/MediaCommentException.php src/Domain/Media/Comment/MediaCommentRepository.php src/Domain/Media/Comment/MediaCommentService.php src/Http/Serializer/MediaCommentResourceSerializer.php src/Http/Action/Api/Media/Comment/CreateMediaCommentAction.php src/Http/Action/Api/Media/Comment/ListMediaCommentsAction.php src/Http/Action/Api/Media/Comment/GetMediaCommentThreadAction.php src/Http/Action/Api/Media/Comment/ListMediaCommentRepliesAction.php src/Http/Action/Api/Media/Comment/UpdateMediaCommentAction.php src/Http/Action/Api/Media/Comment/DeleteMediaCommentAction.php src/Domain/Media/Reaction/MediaStatsRepository.php src/Http/Serializer/MediaResourceSerializer.php src/Domain/Notification/NotificationType.php config/container.php config/routes.php)",
      "Bash(/c/laragon/bin/php/php-8.4.10-Win32-vs17-x64/php.exe -l config/container.php)",
      "Bash(/c/laragon/bin/php/php-8.4.10-Win32-vs17-x64/php.exe -l config/routes.php)",
      "Bash(/c/laragon/bin/php/php-8.4.10-Win32-vs17-x64/php.exe -l src/Domain/Bookmark/BookmarkService.php)",
      "Bash(/c/laragon/bin/php/php-8.4.10-Win32-vs17-x64/php.exe -l src/Domain/Bookmark/BookmarkRepository.php)",
      "Bash(/c/laragon/bin/php/php-8.4.10-Win32-vs17-x64/php.exe -l src/Http/Serializer/BookmarkCollectionResourceSerializer.php)",
      "Bash(grep -r \"session_start\\\\|setcookie\\\\|$_ESSION\\\\|$_OOKIE\" /c/laragon/www/hydrogen/src --include=\"*.php\")",
      "Bash(grep -n ^[A-Z_]*= .env)",
      "Bash(ls -la /c/laragon/www/hydrogen/.env*)",
      "Bash(\"$PHP\" -l /c/laragon/www/hydrogen/config/container.php)",
      "Bash(\"$PHP\" -l /c/laragon/www/hydrogen/config/routes.php)",
      "Bash(find /c/laragon/www/hydrogen -path */vendor -prune -o -type f \\\\\\(-name *.sql -o -name *.md \\\\\\) -print)",
      "Bash(find /c/laragon/www/hydrogen/src/Domain -name *ErrorCode* -type f)",
      "Bash(xargs grep:*)",
      "Bash(grep -r 'CREATE TABLE.*\\\\`user\\\\`' /c/laragon/www/hydrogen/database)",
      "Bash(find /c/laragon/www/hydrogen -path \"*database*\" -name \"*.sql\" -exec grep -l \"user\" {})",
      "Bash(xargs ls:*)",
      "Bash(xargs -0 grep 'CREATE TABLE \\\\`user\\\\`')",
      "Bash(cat /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(grep -A 50 \"CREATE TABLE \\\\`user\\\\`\")",
      "Bash(grep -h '^CREATE TABLE' /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(while read:*)",
      "Bash(do if:*)",
      "Bash(then echo:*)",
      "Bash(fi)",
      "Bash(do /c/laragon/bin/php/php-8.4.3-Win32-vs17-x64/php.exe -l \"$f\")",
      "Bash($PHP -l src/Domain/User/Title/Title.php)",
      "Bash($PHP -l src/Domain/User/Title/UserTitle.php)",
      "Bash($PHP -l src/Domain/User/Title/TitleRepository.php)",
      "Bash($PHP -l src/Domain/User/Title/UserTitleResolver.php)",
      "Bash($PHP -l src/Domain/User/ExperienceService.php)",
      "Bash($PHP -l resources/lang/fr-FR/notifications.php)",
      "Bash($PHP -l resources/lang/en-US/notifications.php)",
      "Bash($PHP -l src/Domain/User/User.php)",
      "Bash($PHP -l src/Http/Serializer/UserResourceSerializer.php)",
      "Bash($PHP -r \":*)",
      "Bash(/tmp/audit_report.txt:*)",
      "Read(//tmp/**)",
      "Bash(grep -r \"CREATE TABLE \\\\`media\\\\`\" \"C:\\\\laragon\\\\www\\\\hydrogen\\\\database\\\\migrations\")",
      "Bash(/c/laragon/bin/php/php-8.5.0/php.exe -r \":*)",
      "Bash($PHP -l src/Infrastructure/Database/WorkConnection.php)",
      "Bash($PHP -l src/Domain/Media/MediaToDescribeRepository.php)",
      "Bash($PHP -l src/Domain/Media/MediaUploadService.php)",
      "Bash($PHP -l src/Http/Middleware/AdminAuthenticationMiddleware.php)",
      "Bash($PHP -l src/Http/Action/Admin/Media/ReindexMediaAction.php)",
      "Bash($PHP -l src/Http/Action/Admin/Media/ReindexAllMediaAction.php)",
      "Bash($PHP -l src/Domain/Media/MediaRepository.php)",
      "Bash(TOKEN=3131959d5f2aa8c8822661ca97454c1618e1285fa6cdf37999b14d9cc471a872)",
      "Bash(__NEW_LINE_1c8e4a734b65f93c__ echo:*)",
      "Bash(curl -s -w \"\\\\nhttp: %{http_code}\\\\n\" -X POST -H \"Authorization: Bearer wrong-token-12345\" http://hydrogen.dev.com/admin/media/reindex-all)",
      "Bash(curl -s -w \"\\\\nhttp: %{http_code}\\\\n\" -X POST -H \"Authorization: Bearer $TOKEN\" \"http://hydrogen.dev.com/admin/media/reindex-all?batchSize=3\")",
      "Bash(curl -s -w \"\\\\nhttp: %{http_code}\\\\n\" -X POST -H \"Authorization: Bearer $TOKEN\" \"http://hydrogen.dev.com/admin/media/reindex-all?batchSize=99999\")",
      "Bash(/c/laragon/bin/php/php-8.5.0RC1-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Admin/Media/GetMediaBase64Action.php)",
      "Bash(/c/laragon/bin/php/php-8.5.0RC1-nts-Win32-vs17-x64/php.exe -l config/container.php)",
      "Bash(/c/laragon/bin/php/php-8.5.0RC1-nts-Win32-vs17-x64/php.exe -l config/routes.php)",
      "Bash($PHP -l src/Http/Action/Admin/Media/GetMediaBase64Action.php)",
      "Bash($PHP -r \"require ''vendor/autoload.php''; $builder = new DI\\\\ContainerBuilder\\(\\); $builder->addDefinitions\\(''config/container.php''\\); $c = $builder->build\\(\\); $a = $c->get\\(\\\\Hydrogen\\\\Http\\\\Action\\\\Admin\\\\Media\\\\GetMediaBase64Action::class\\); echo get_class\\($a\\), PHP_EOL;\")",
      "Bash($PHP bin/test-di-base64.php)",
      "Bash(curl -s -o resp_base64.json -H \"Authorization: Bearer 3131959d5f2aa8c8822661ca97454c1618e1285fa6cdf37999b14d9cc471a872\" \"http://hydrogen.dev.com/admin/media/01a3471992e44c60a8f08321f713635a/base64\")",
      "Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" \"http://hydrogen.dev.com/admin/media/01a3471992e44c60a8f08321f713635a/base64\")",
      "Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" -H \"Authorization: Bearer wrong\" \"http://hydrogen.dev.com/admin/media/01a3471992e44c60a8f08321f713635a/base64\")",
      "Bash(curl -s -w \"HTTP %{http_code}\\\\n\" -H \"Authorization: Bearer 3131959d5f2aa8c8822661ca97454c1618e1285fa6cdf37999b14d9cc471a872\" \"http://hydrogen.dev.com/admin/media/ffffffffffffffffffffffffffffffff/base64\")",
      "Bash(curl -s -w \"HTTP %{http_code}\\\\n\" -H \"Authorization: Bearer 3131959d5f2aa8c8822661ca97454c1618e1285fa6cdf37999b14d9cc471a872\" \"http://hydrogen.dev.com/admin/media/notahex/base64\")",
      "Bash(time curl:*)",
      "Bash(curl -s -o resp.json -H \"Authorization: Bearer 3131959d5f2aa8c8822661ca97454c1618e1285fa6cdf37999b14d9cc471a872\" \"http://hydrogen.dev.com/admin/media/01a3471992e44c60a8f08321f713635a/base64\")",
      "Bash($PHP -r \"$j=json_decode\\(file_get_contents\\(''resp.json''\\),true\\); [$p,$b]=explode\\('','',$j[''image''],2\\); $bin=base64_decode\\($b\\); $i=getimagesizefromstring\\($bin\\); echo $i[0],''x'',$i[1],PHP_EOL;\")",
      "Bash($PHP -l src/Domain/Badge/BadgeMetric.php)",
      "Bash($PHP -l src/Domain/Auth/EmailConfirmationService.php)",
      "Bash($PHP -l resources/lang/fr-FR/badges.php)",
      "Bash($PHP -l resources/lang/en-US/badges.php)",
      "Bash($PHP bin/test-di-confirm.php)",
      "Bash(curl -s -X POST \"http://127.0.0.1:7700/indexes/countries/search\" -H \"Content-Type: application/json\" -d '{\"\"\"\"limit\"\"\"\":2}')",
      "Bash(curl -s \"http://127.0.0.1:7700/indexes/countries/settings\")",
      "Bash(curl -sv \"http://127.0.0.1:7700/indexes/countries\")",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/countries/settings\")",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" -X POST \"http://192.168.1.11:7700/indexes/countries/search\" -H \"Content-Type: application/json\" -d '{\"\"\"\"limit\"\"\"\":2}')",
      "Bash(\"/c/laragon/bin/php/php-8.5.0-Win32-vs17-x64/php.exe\" -l src/Domain/Country/CountryDescriptionLoader.php)",
      "Bash(\"/c/laragon/bin/php/php-8.5.0-Win32-vs17-x64/php.exe\" -l src/Domain/Country/CountryHitFormatter.php)",
      "Bash(\"/c/laragon/bin/php/php-8.5.0-Win32-vs17-x64/php.exe\" -l src/Http/Action/Api/Country/ListCountriesAction.php)",
      "Bash(\"/c/laragon/bin/php/php-8.5.0-Win32-vs17-x64/php.exe\" -l src/Http/Action/Api/Country/SearchCountriesAction.php)",
      "Bash(\"/c/laragon/bin/php/php-8.5.0-Win32-vs17-x64/php.exe\" -l src/Http/Action/Api/Country/GetCountryAction.php)",
      "Bash($PHP -l src/Domain/Country/CountryDescriptionLoader.php)",
      "Bash($PHP -l src/Domain/Country/CountryHitFormatter.php)",
      "Bash($PHP -l src/Http/Action/Api/Country/ListCountriesAction.php)",
      "Bash($PHP -l src/Http/Action/Api/Country/SearchCountriesAction.php)",
      "Bash($PHP -l src/Http/Action/Api/Country/GetCountryAction.php)",
      "Bash(curl -s -o /dev/null -w \"GET /api/countries: %{http_code}\\\\n\" http://hydrogen.dev.com/api/countries)",
      "Bash(curl -s -o /dev/null -w \"GET /api/countries/search?q=france: %{http_code}\\\\n\" \"http://hydrogen.dev.com/api/countries/search?q=france\")",
      "Bash(curl -s -o /dev/null -w \"GET /api/countries/fr: %{http_code}\\\\n\" http://hydrogen.dev.com/api/countries/fr)",
      "Bash(curl -s -o /dev/null -w \"GET /api/countries/FR: %{http_code}\\\\n\" http://hydrogen.dev.com/api/countries/FR)",
      "Bash(curl -s -o /dev/null -w \"GET /api/countries/xx: %{http_code}\\\\n\" http://hydrogen.dev.com/api/countries/xx)",
      "Bash(curl -s http://hydrogen.dev.com/api/countries/fr)",
      "Bash(head -c 800 echo echo \"---\" curl -s \"http://hydrogen.dev.com/api/countries/search?q=france&limit=2\")",
      "Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" http://hydrogen.dev.com/api/countries/abcd)",
      "Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" \"http://hydrogen.dev.com/api/countries/search?lat=48\")",
      "Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" \"http://hydrogen.dev.com/api/countries/search?lat=48.85&lng=2.35&distance=999999999\")",
      "Bash($PHP -l src/Domain/Country/CountryDescriptionLoader.php echo \"=== fr-FR ===\" curl -s -H \"Accept-Language: fr-FR\" http://hydrogen.dev.com/api/countries/fr)",
      "Bash($PHP -l C:/laragon/www/hydrogen/src/Domain/Country/CountryDescriptionLoader.php)",
      "Bash($PHP -l C:/laragon/www/hydrogen/src/Domain/I18n/Translator.php)",
      "Bash($PHP -l C:/laragon/www/hydrogen/resources/lang/fr-FR/pages/login.php)",
      "Bash($PHP -l C:/laragon/www/hydrogen/resources/lang/en-US/pages/login.php)",
      "Bash($PHP -l C:/laragon/www/hydrogen/resources/lang/fr-FR/auth.php)",
      "Bash($PHP -l C:/laragon/www/hydrogen/resources/lang/en-US/auth.php)",
      "Bash(curl -s -H \"Accept-Language: en-US,en;q=0.9\" -o /tmp/out.html -w \"HTTP %{http_code}\\\\n\" http://hydrogen.dev.com/login)",
      "Bash($PHP -r ':*)",
      "Bash(head -20 echo --- grep -rln \"TwigTranslator\\\\|TwigExtension\\\\|trans\" C:/laragon/www/hydrogen/src/Http/View/)",
      "Bash(/dev/null curl:*)",
      "Bash($PHP -l C:/laragon/www/hydrogen/config/container.php)",
      "Bash($PHP -l C:/laragon/www/hydrogen/$f)",
      "Bash(curl -s http://hydrogen.dev.com/robots.txt)",
      "Bash(curl -s -o /tmp/sitemap.xml -w \"%{http_code}\\\\n\" http://hydrogen.dev.com/sitemap.xml)",
      "Bash(/dev/null echo:*)",
      "Bash($PHP -l C:/laragon/www/hydrogen/bin/sitemap-generate.php)",
      "Bash($PHP -l C:/laragon/www/hydrogen/bin/robots-generate.php)",
      "Bash($PHP -l C:/laragon/www/hydrogen/config/routes.php)",
      "Bash($PHP bin/robots-generate.php)",
      "Bash($PHP bin/sitemap-generate.php)",
      "Bash(head -10 echo --- grep -n \"BackOfficeConnection\\\\|hxa_bo\\\\|BO_DB\" C:/laragon/www/hydrogen/src/Infrastructure/Db/BackOfficeConnection.php)",
      "Bash(head -10 echo \"---\" grep -n \"AdminTokenMiddleware\\\\|/admin\" C:/laragon/www/hydrogen/config/routes.php)",
      "Bash(PHP=/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe cd C:/laragon/www/hydrogen)",
      "Bash(\"$PHP\" -r \"require ''''vendor/autoload.php''''; $builder = new DI\\\\ContainerBuilder\\(\\); $builder->addDefinitions\\(require ''''config/container.php''''\\); $c = $builder->build\\(\\); echo ''''container OK'''', PHP_EOL;\")",
      "Bash(PHP=\"/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe\" for f in src/Domain/Media/Counter/MediaCounterKind.php src/Domain/Media/Counter/MediaCounterEvent.php src/Domain/Media/Counter/MediaCounterEventRepository.php src/Domain/Media/Counter/MediaViewDedupRepository.php src/Domain/Media/Counter/MediaViewDailyRepository.php src/Domain/Media/Counter/MediaStatsCounterRepository.php src/Domain/Media/Counter/MediaCountersBuffer.php src/Domain/Media/Counter/MediaCountersTracker.php src/Domain/Media/Counter/MediaCountersFlushService.php src/Domain/Media/Reaction/MediaStats.php src/Domain/Media/Reaction/MediaStatsRepository.php src/Http/Action/Media/ServeMediaAction.php src/Http/Action/Api/Media/SearchNearbyMediaAction.php src/Http/Action/Api/Media/SearchMediaInBoundsAction.php src/Http/Action/Api/Users/ListUserMediaAction.php bin/media-counters-flush.php config/container.php do \"$PHP\" -l \"C:/laragon/www/hydrogen/$f\")",
      "Bash($PHP -l src/Http/Action/Api/Users/SearchUsersAction.php)",
      "Bash($PHP -l src/Http/Middleware/UserProfileViewMiddleware.php)",
      "Bash($PHP -l src/Domain/User/UserStats.php)",
      "Bash($PHP -l src/Domain/User/UserStatsRepository.php)",
      "Bash($PHP -l src/Domain/User/Counter/UserCountersTracker.php)",
      "Bash($PHP -l src/Http/Serializer/PublicUserSummarySerializer.php)",
      "Bash($PHP -l src/Http/Serializer/MediaResourceSerializer.php)",
      "Bash($PHP -l src/Http/Action/Api/Media/SearchNearbyMediaAction.php)",
      "Bash($PHP -l src/Http/Action/Api/Media/SearchMediaInBoundsAction.php)",
      "Bash($PHP -l src/Http/Action/Api/Users/Reaction/ListUserReactedMediaAction.php)",
      "WebFetch(domain:packagist.org)",
      "Bash(/c/laragon/bin/php/php-8.4.0/php.exe /c/laragon/bin/composer/composer.phar update vectorial1024/open-location-code-php --no-interaction)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/laragon/bin/composer/composer.phar update vectorial1024/open-location-code-php --no-interaction)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l /c/laragon/www/hydrogen/src/Domain/Media/MediaUploadService.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r \"require ''C:/laragon/www/hydrogen/vendor/autoload.php''; echo Vectorial1024\\\\OpenLocationCodePhp\\\\OpenLocationCode::encode\\(48.8566, 2.3522\\), PHP_EOL;\")",
      "Bash(do $PHP -l \"/c/laragon/www/hydrogen/$f\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r \"require ''C:/laragon/www/hydrogen/vendor/autoload.php''; use Hydrogen\\\\Domain\\\\Media\\\\MediaOrientationResolver as R; foreach \\([[1920,1080,''landscape''],[1080,1920,''portrait''],[1000,1000,''square''],[3000,1000,''panorama''],[null,null,''square \\(null\\)''],[16,9,''landscape \\(16:9\\)''],[18,9,''panorama \\(18:9 = 2.0\\)'']] as [$w,$h,$want]\\) { echo sprintf\\(\"\"%5s x %-5s -> %-10s \\(expected: %s\\)\\\\n\"\", var_export\\($w,true\\), var_export\\($h,true\\), R::from\\($w,$h\\)->value, $want\\); }\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/laragon/www/hydrogen/tmp_orientation_test.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l /c/laragon/www/hydrogen/src/Domain/Media/MediaType.php)",
      "Bash(ls /c/laragon/www/hydrogen/database/migrations/2026_06_13_*)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l /c/laragon/www/hydrogen/src/Http/Serializer/MediaResourceSerializer.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/laragon/www/hydrogen/tmp_progress_test.php)",
      "Bash(\"$PHP\" -l /c/laragon/www/hydrogen/src/Domain/User/User.php)",
      "Bash(\"$PHP\" -l /c/laragon/www/hydrogen/src/Domain/User/UserRepository.php)",
      "Bash(\"$PHP\" -l /c/laragon/www/hydrogen/src/Http/Serializer/UserResourceSerializer.php)",
      "Bash(\"$PHP\" -l /c/laragon/www/hydrogen/src/Http/Serializer/PublicUserSummarySerializer.php)",
      "Bash(\"$PHP\" -l /c/laragon/www/hydrogen/src/Http/Action/Admin/User/SetUserVerifiedAction.php)",
      "Bash(\"$PHP\" -l /c/laragon/www/hydrogen/src/Domain/User/Sex.php)",
      "Bash(\"$PHP\" -l /c/laragon/www/hydrogen/resources/lang/fr-FR/users.php)",
      "Bash(\"$PHP\" -l /c/laragon/www/hydrogen/resources/lang/en-US/users.php)",
      "Bash(do /c/laragon/bin/php/php-8.4.5-Win32-vs17-x64/php.exe -l \"$f\")",
      "Bash(do echo:*)",
      "Bash(/c/laragon/bin/php/php-8.4.0/php.exe -l src/Http/Action/Web/Auth/OAuth/WebGoogleOAuthAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.0/php.exe -l src/Http/Action/Web/Auth/OAuth/WebAppleOAuthAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.0/php.exe -l src/Http/Action/Web/Auth/OAuth/WebFacebookOAuthAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.0/php.exe -l src/Http/Action/Web/Auth/ShowLoginAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.0/php.exe -l config/routes.php)",
      "Bash($PHP -l src/Http/Action/Web/Auth/OAuth/WebGoogleOAuthAction.php)",
      "Bash($PHP -l src/Http/Action/Web/Auth/OAuth/WebAppleOAuthAction.php)",
      "Bash($PHP -l src/Http/Action/Web/Auth/OAuth/WebFacebookOAuthAction.php)",
      "Bash($PHP -l src/Http/Action/Web/Auth/ShowLoginAction.php)",
      "Bash($PHP -l resources/lang/fr-FR/pages/login.php)",
      "Bash($PHP -r \"require ''vendor/autoload.php''; var_dump\\(\\\\Hydrogen\\\\Domain\\\\Auth\\\\OAuth\\\\FacebookFlow::cases\\(\\)\\);\")",
      "Bash($PHP -r \"require ''vendor/autoload.php''; var_dump\\(\\\\Hydrogen\\\\Domain\\\\Auth\\\\OAuth\\\\FacebookFlow::Classic->value, \\\\Hydrogen\\\\Domain\\\\Auth\\\\OAuth\\\\FacebookFlow::Limited->value\\);\")",
      "Bash($PHP -l resources/lang/fr-FR/cookies.php)",
      "Bash($PHP -l resources/lang/en-US/cookies.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Media/MediaDescriptionRepository.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Media/MediaErrorCode.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/SetMediaDescriptionAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/DeleteMediaDescriptionAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/ListMyMediaAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/ListUserMediaAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Media/SearchNearbyMediaAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/Reaction/ListUserReactedMediaAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/Reaction/ListMyLikedMediaAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/Reaction/ListMyDislikedMediaAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/Reaction/ListUserLikedMediaAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/Reaction/ListUserDislikedMediaAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/SocialFeed/GetSocialFeedAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/Bookmark/ListMyBookmarksAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/fr-FR/media.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/en-US/media.php)",
      "Bash(/c/php/php.exe -l src/Http/Action/Api/Users/SetMediaDescriptionAction.php src/Http/Action/Api/Users/DeleteMediaDescriptionAction.php src/Http/Action/Api/Users/UploadMediaAction.php src/Domain/Media/MediaDescriptionRepository.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Api/Users/SetMediaDescriptionAction.php src/Http/Action/Api/Users/DeleteMediaDescriptionAction.php src/Http/Action/Api/Users/UploadMediaAction.php src/Domain/Media/MediaDescriptionRepository.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Media/Comment/MediaCommentService.php src/Domain/User/UserStatsRepository.php resources/lang/fr-FR/badges.php resources/lang/en-US/badges.php config/container.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/User/UserStats.php src/Domain/User/UserStatsRepository.php src/Http/Serializer/UserResourceSerializer.php src/Domain/Media/Reaction/MediaReactionService.php resources/lang/fr-FR/badges.php resources/lang/en-US/badges.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Web/ShowExplorerAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/fr-FR/pages/explorer.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/en-US/pages/explorer.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Web/ShowTravelAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/fr-FR/pages/travel.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/en-US/pages/travel.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Web/ShowSustainableTourismAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/fr-FR/pages/sustainable-tourism.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/en-US/pages/sustainable-tourism.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Web/ShowHowItWorksAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/fr-FR/pages/how-it-works.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/en-US/pages/how-it-works.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Web/ShowCommissionsAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/fr-FR/pages/commissions.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l resources/lang/en-US/pages/commissions.php)",
      "Bash(find /c/laragon/www/hydrogen -path */Http/Middleware/*.php -o -path */mails/*.twig -o -path */migrations/*.php)",
      "Bash(echo \"=== $f ===\")",
      "Bash(/c/laragon/bin/php/php-8.4*/php.exe)",
      "Bash(-l src/Domain/Media/Media.php src/Domain/Media/MediaRepository.php src/Domain/Media/GeoLookupService.php src/Domain/Media/GeoLocationResult.php src/Domain/Media/MediaUploadService.php src/Infrastructure/Meilisearch/MeilisearchMediaSync.php)",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes\")",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/regions/settings\")",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/regions/documents?limit=2\")",
      "Bash(-l src/Domain/Region/RegionHitFormatter.php src/Domain/Region/RegionDescriptionLoader.php src/Http/Action/Api/Region/ListRegionsAction.php src/Http/Action/Api/Region/SearchRegionsAction.php src/Http/Action/Api/Region/GetRegionAction.php config/container.php config/routes.php)",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/subregions/settings\")",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/subregions/documents?limit=2\")",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/subregions/stats\")",
      "Bash(-l src/Domain/Subregion/SubregionHitFormatter.php src/Domain/Subregion/SubregionDescriptionLoader.php src/Http/Action/Api/Subregion/ListSubregionsAction.php src/Http/Action/Api/Subregion/SearchSubregionsAction.php src/Http/Action/Api/Subregion/GetSubregionAction.php config/container.php config/routes.php)",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/countries/documents?limit=1\")",
      "Bash(/c/laragon/bin/php/php-8.4.0/php.exe -l src/Domain/Country/CountrySummaryResolver.php src/Http/Action/Api/Region/ListRegionsAction.php src/Http/Action/Api/Region/SearchRegionsAction.php src/Http/Action/Api/Region/GetRegionAction.php config/container.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Country/CountrySummaryResolver.php src/Http/Action/Api/Region/ListRegionsAction.php src/Http/Action/Api/Region/SearchRegionsAction.php src/Http/Action/Api/Region/GetRegionAction.php config/container.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Region/RegionSummary.php src/Domain/Region/RegionSummaryResolver.php src/Http/Action/Api/Subregion/ListSubregionsAction.php src/Http/Action/Api/Subregion/SearchSubregionsAction.php src/Http/Action/Api/Subregion/GetSubregionAction.php config/container.php)",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/establishments_dev/settings\")",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/establishments/settings\")",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/establishments/stats\")",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/establishments/documents?limit=2\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Establishment/EstablishmentHitFormatter.php src/Http/Action/Api/Establishment/ListEstablishmentsAction.php src/Http/Action/Api/Establishment/GetEstablishmentAction.php src/Http/Action/Api/Establishment/SearchEstablishmentsAction.php config/container.php config/routes.php)",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/offers_v2/settings\")",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/offers_v2/stats\")",
      "Bash(curl -s -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" \"http://192.168.1.11:7700/indexes/offers_v2/documents?limit=2\")",
      "Bash(/c/laragon/bin/php/php-8.4.0/php.exe -l src/Domain/Offer/OfferHitFormatter.php src/Http/Action/Api/Offer/ListOffersAction.php src/Http/Action/Api/Offer/SearchOffersAction.php src/Http/Action/Api/Offer/GetOfferAction.php config/routes.php config/container.php)",
      "Bash(PHPBIN=/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe)",
      "Bash($PHPBIN -l src/Domain/Offer/OfferHitFormatter.php)",
      "Bash($PHPBIN -l src/Http/Action/Api/Offer/ListOffersAction.php)",
      "Bash($PHPBIN -l src/Http/Action/Api/Offer/SearchOffersAction.php)",
      "Bash($PHPBIN -l src/Http/Action/Api/Offer/GetOfferAction.php)",
      "Bash(curl -s http://192.168.1.11:7700/indexes)",
      "Bash(KEY=\"DC9D4D8654316832116BF724EF191\")",
      "Bash(curl -s -H \"Authorization: Bearer $KEY\" http://192.168.1.11:7700/indexes)",
      "Bash(curl -s -H \"Authorization: Bearer $KEY\" http://192.168.1.11:7700/indexes/cities/settings)",
      "Bash(curl -s -H \"Authorization: Bearer $KEY\" http://192.168.1.11:7700/indexes/cities/stats)",
      "Bash(curl -s -H \"Authorization: Bearer $KEY\" \"http://192.168.1.11:7700/indexes/cities/documents?limit=2\")",
      "Bash(curl -s -H \"Authorization: Bearer $KEY\" -H \"Content-Type: application/json\" -X POST \"http://192.168.1.11:7700/indexes/cities/search\" -d '{\"\"q\"\":\"\"paris\"\",\"\"limit\"\":3}')",
      "Bash(curl -s -H \"Authorization: Bearer $KEY\" http://192.168.1.11:7700/indexes/subregions/stats)",
      "Bash(curl -s -H \"Authorization: Bearer $KEY\" -H \"Content-Type: application/json\" -X POST \"http://192.168.1.11:7700/indexes/subregions/search\" -d '{\"\"q\"\":\"\"\"\",\"\"filter\"\":\"\"id = \\\\\"\"FR-75C\\\\\"\"\"\",\"\"limit\"\":1}')",
      "Bash($PHPBIN -l src/Domain/Subregion/SubregionSummary.php)",
      "Bash($PHPBIN -l src/Domain/Subregion/SubregionSummaryResolver.php)",
      "Bash($PHPBIN -l src/Domain/City/CityHitFormatter.php)",
      "Bash($PHPBIN -l src/Http/Action/Api/City/ListCitiesAction.php)",
      "Bash($PHPBIN -l src/Http/Action/Api/City/SearchCitiesAction.php)",
      "Bash($PHPBIN -r ':*)",
      "Bash(find /c/laragon/www/hydrogen -maxdepth 3 -name bootstrap*.php -o -name app.php -o -name index.php)",
      "Bash(grep -n \"public function __construct\\\\|private.*$\" /c/laragon/www/hydrogen/src/Domain/Media/Hashtag/HashtagNormalizer.php)",
      "Bash(curl -s \"http://192.168.1.11:7700/indexes/cities/settings/filterable-attributes\" -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\")",
      "Bash(curl -s \"http://192.168.1.11:7700/indexes/cities/documents/32b7134a-7b00-45f7-b5e1-6351b8225396\" -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\")",
      "Bash(curl -s \"http://192.168.1.11:7700/indexes/cities/documents?limit=2\" -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\")",
      "Bash(curl -s -X POST \"http://192.168.1.11:7700/indexes/cities/search\" -H \"Authorization: Bearer DC9D4D8654316832116BF724EF191\" -H \"Content-Type: application/json\" -d '{\"\"\"\"q\"\"\"\":\"\"\"\"\"\"\"\",\"\"\"\"limit\"\"\"\":3,\"\"\"\"filter\"\"\"\":\"\"\"\"_geoRadius\\(48.8643, 2.31891, 2000\\)\"\"\"\"}')",
      "Bash(\"$PHP\" -l src/Http/Admin/AdminErrorHandler.php)",
      "Bash(\"$PHP\" -l src/Http/Kernel.php)",
      "Bash(find /c/laragon/www/hydrogen -type f \\\\\\(-name *.sql -o -name *.php \\\\\\))",
      "Bash(grep -l \"^CREATE TABLE \\\\`media\\\\`\" /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(grep -r \"CREATE TABLE\" /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(find /c/laragon/www/hydrogen/src -type f -name *Media*.php)",
      "Bash(grep -r CALL.*locate /c/laragon/www/hydrogen/src/)",
      "Bash(grep -v \"CREATE TABLE \\\\`\")",
      "Bash(ls -lrt /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(grep -r TRIGGER /c/laragon/www/hydrogen --include=*.sql --include=*.php)",
      "Bash(grep -r locate /c/laragon/www/hydrogen/src --include=*.php)",
      "Bash(/c/laragon/bin/php/php-8.5.0-Win32-vs17-x64/php.exe -l src/Domain/Media/MediaRepository.php src/Http/Action/Admin/Media/BackfillMediaGeoAction.php config/container.php config/routes.php)",
      "Bash($PHP -l src/Http/Action/Admin/Media/BackfillMediaGeoAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Establishment/EstablishmentHitFormatter.php)",
      "Bash($PHP -l src/Domain/Establishment/EstablishmentStaticAssetsLoader.php)",
      "Bash($PHP -l src/Http/Action/Api/Establishment/GetEstablishmentAction.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Domain/Offer/OfferHitFormatter.php)",
      "Bash(mkdir -p public/assets/images/brands/fram)",
      "Bash(touch public/assets/images/brands/fram/icon.webp public/assets/images/brands/fram/logo.webp)",
      "Bash(rm -rf public/assets/images/brands/fram)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l \"C:/laragon/www/hydrogen/src/Http/Action/HomeAction.php\")",
      "Bash(grep -r user_follow /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(grep -l \"CREATE TABLE.*user_follow\\\\|ALTER TABLE.*user_follow\" /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(grep -l \"user_follow\" /c/laragon/www/hydrogen/database/migrations/*)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l \"C:/laragon/www/hydrogen/$f\")",
      "Bash(echo \"FAIL $f\")",
      "Bash(grep -rl \"ContainerBuilder\\\\|buildContainer\\\\|->build\\(\\)\" --include=*.php config public bootstrap src)",
      "Bash(echo \"FAIL: $f\")",
      "Bash(grep -l 'CREATE TABLE \\\\`user\\\\`' /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(ls -la /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(grep -n \"CREATE TABLE.*media\" /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(do grep:*)",
      "Bash(echo \"--- $f\")",
      "Bash(find /c/laragon/www/hydrogen/database/migrations -type f -name \"*.sql\" -exec basename {})",
      "Bash(grep -r \"CREATE TABLE \\\\`user_\" /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(grep -rh \"CREATE TABLE\" /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(\"$PHP\" -l resources/lang/fr-FR/mails.php)",
      "Bash(\"$PHP\" -l resources/lang/en-US/mails.php)",
      "Bash(find src:*)",
      "Bash(cat src/Http/Action/Web/Newsletter/*.php)",
      "Bash(find templates:*)",
      "Bash(grep -rn \"HttpNotFoundException\\\\|errorHandler\\\\|ErrorMiddleware\\\\|404\" public/index.php config/*.php)",
      "Bash(\"$PHP\" -l src/Http/Action/Web/ShowUserProfileAction.php)",
      "Bash(\"$PHP\" -l resources/lang/fr-FR/pages/profile.php)",
      "Bash(\"$PHP\" -l resources/lang/en-US/pages/profile.php)",
      "Bash(echo \"=== any <style> or css link across templates ===\")",
      "Bash(\"$PHP\" -l \"C:/laragon/www/hydrogen/src/Http/Web/WebErrorHandler.php\")",
      "Bash(\"$PHP\" -l \"C:/laragon/www/hydrogen/src/Http/Kernel.php\")",
      "Bash(\"$PHP\" -l \"C:/laragon/www/hydrogen/resources/lang/fr-FR/errors.php\")",
      "Bash(\"$PHP\" -l \"C:/laragon/www/hydrogen/resources/lang/en-US/errors.php\")",
      "Bash(\"$PHP\" \"C:/laragon/www/hydrogen/_di-smoke.php\")",
      "Bash(ls -l /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(xargs -I {} basename {})",
      "Bash(grep -n -i \"dotenv\\\\|loadEnv\\\\|DB_HOST\\\\|getenv\\\\|$_NV\" bin/media-meili-apply-settings.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -l src/Http/Action/Admin/Media/DescribeMediaAction.php)",
      "Bash(/c/laragon/www/hydrogen/fn-smoke.php:*)",
      "Bash(\"$PHP\" /c/laragon/www/hydrogen/fn-smoke.php)",
      "Bash(ls *.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe _tmp_apply_meta_desc.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe _tmp_admin_health_smoke.php)",
      "Bash(echo \"exit=$?\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/tmp/gen_insomnia.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r '$d=json_decode\\(file_get_contents\\(\"\"C:/laragon/www/hydrogen/docs/insomnia.json\"\"\\),true\\); $r=$d[\"\"resources\"\"]; $req=array_filter\\($r,fn\\($x\\)=>$x[\"\"_type\"\"]===\"\"request\"\"\\); $grp=array_filter\\($r,fn\\($x\\)=>$x[\"\"_type\"\"]===\"\"request_group\"\"\\); echo \"\"requests=\"\".count\\($req\\).\"\" folders=\"\".count\\($grp\\).\"\"\\\\n\"\"; echo \"\"format=\"\".$d[\"\"__export_format\"\"].\"\"\\\\n\"\";')",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r '$d=json_decode\\(file_get_contents\\(\"\"C:/laragon/www/hydrogen/docs/insomnia.json\"\"\\),true\\); foreach\\($d[\"\"resources\"\"] as $x\\){ if\\($x[\"\"_type\"\"]===\"\"request\"\" && in_array\\($x[\"\"name\"\"],[\"\"GET /api/users/me/settings\"\",\"\"POST /admin/media/describe\"\",\"\"GET /api/establishments\"\",\"\"POST /api/users/me/media\"\"],true\\)\\){ echo $x[\"\"name\"\"].\"\" | auth=\"\".\\($x[\"\"authentication\"\"][\"\"token\"\"]??\"\"none\"\"\\).\"\" | body=\"\".\\(isset\\($x[\"\"body\"\"]\\)?\"\"yes\"\":\"\"no\"\"\\).\"\"\\\\n\"\"; } }')",
      "Bash(do $PHP -l /c/laragon/www/hydrogen/$f)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/tmp/smoke_maintenance.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/tmp/smoke_maint2.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe -r 'echo \"\"\"\"pdo_sqlite=\"\"\"\".\\(in_array\\(\"\"\"\"sqlite\"\"\"\",PDO::getAvailableDrivers\\(\\),true\\)?\"\"\"\"yes\"\"\"\":\"\"\"\"no\"\"\"\"\\).\"\"\"\"\\\\n\"\"\"\";')",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/tmp/smoke_audit.php)",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/tmp/smoke_flush.php)",
      "Bash(grep -l 'CREATE TABLE.*media' /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash(ls /c/laragon/www/hydrogen/*.sql)",
      "Bash(grep -l \"media\" /c/laragon/www/hydrogen/database/migrations/*.sql)",
      "Bash($PHP -l \"/c/laragon/www/hydrogen/$f\")",
      "Bash(/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe /c/tmp/smoke_media_status.php)",
      "Bash(php_bin=/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe)",
      "Bash(\"$php_bin\" -r ':*)",
      "Bash(\"$php_bin\" C:/tmp/insomnia_insert.php)",
      "Bash(grep -n \"public function setVerified\\\\|public function findById\\\\|public function setStatus\\\\|UPDATE \\\\`user\\\\`\\\\|function set\" src/Domain/User/UserRepository.php)",
      "Bash(do \"$php_bin\" -l \"$f\")",
      "Bash(grep -n \"### \\\\`PUT /admin/users/{hex}/unban\\\\`\\\\|### \\\\`POST /admin/tracking/conversions\\\\`\" docs/admin.md)",
      "Bash(head grep:*)",
      "Bash(PHP=/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe for f in src/Domain/Tracking/TrackingClick.php src/Domain/Tracking/TrackingClickRepository.php src/Domain/Tracking/TrackingClickService.php src/Domain/Tracking/TrackingConversionRepository.php src/Domain/Tracking/TrackingConversionService.php src/Http/Tracking/VisitorCookie.php src/Http/Action/Go/RedirectOfferMediaAction.php src/Http/Action/Admin/Tracking/RecordConversionAction.php src/Http/Action/Admin/Tracking/GetTrackingClickAction.php config/routes.php config/container.php)",
      "Bash(do \"$PHP\" -l \"C:/laragon/www/hydrogen/$f\")",
      "Bash(\"$PHP\" /c/tmp/insomnia_insert_clicks.php)",
      "Bash(PHP=/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe for f in src/Domain/Tracking/SubidLinkBuilder.php src/Http/Action/Go/RedirectOfferMediaAction.php src/Http/Action/Api/Offer/CreateOfferClickAction.php config/routes.php config/container.php)",
      "Bash(\"$PHP\" /c/tmp/insomnia_insert_offerclick.php)",
      "Bash(\"$PHP\" -l src/Http/Action/Admin/Media/FlagMediaAction.php)",
      "Bash(\"$PHP\" -l src/Http/Action/Admin/Media/DeleteMediaAction.php)",
      "Bash(\"$PHP\" -l src/Http/Action/Admin/Jobs/GetDescribeQueueAction.php)",
      "Bash(\"$PHP\" -l src/Http/Action/Admin/Jobs/RequeueDescribeAction.php)",
      "Bash(\"$PHP\" -r 'json_decode\\(file_get_contents\\(\"\"C:/laragon/www/hydrogen/docs/insomnia.json\"\"\\)\\); echo json_last_error_msg\\(\\), \"\"\\\\n\"\";')",
      "Bash(find . -iname *.sql -path *igrat*)",
      "Bash(grep -ril nickname --include=*.sql .)",
      "Bash(find /c/laragon/www/hydrogen -type f \\\\\\(-name *seed* -o -name *fixture* -o -name *data* \\\\\\))",
      "Bash(grep -r \"CREATE TABLE.*\\\\`coupon\\\\`\" /c/laragon/www/hydrogen --include=\"*.sql\" --include=\"*.php\")",
      "Bash(grep -A 5 \"JOIN.*reward\\\\|SELECT.*reward_type\\\\|coupon_reward\\\\|reward\\\\`\" /c/laragon/www/hydrogen/src/Domain/Coupon/CouponRewardRepository.php)",
      "Bash(find /c/laragon/www/hydrogen -name *AdminUserSerializer* -o -name *AdminSerializer*)",
      "Bash(\"$php_bin\" -l \"$f\")",
      "Bash(proj=\"C:/laragon/www/hydrogen\")",
      "Bash(/tmp/verify.php:*)",
      "Bash(\"$php_bin\" /tmp/verify.php)",
      "Bash(find /c/laragon/www/hydrogen -path */Api/Media* -name GetMediaAction.php -o -path */Api/Media* -name ListMediaAction.php)",
      "Bash('/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe' -r ':*)",
      "Bash('/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe' -r 'json_decode\\(file_get_contents\\(\"\"docs/insomnia.json\"\"\\),true,512,JSON_THROW_ON_ERROR\\); echo \"\"insomnia.json valid JSON\"\".PHP_EOL;')",
      "Bash('/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe' bin/media-meili-apply-settings.php)",
      "Bash(grep -n \"TwigGlobalsMiddleware\\\\|WebSessionMiddleware\" /c/laragon/www/hydrogen/src/Http/Middleware/*.php)",
      "Bash(composer require:*)",
      "Bash(php -v)",
      "Read(//c/laragon/bin/php//**)",
      "Read(//c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/**)",
      "Bash(\"$PHP\" -v)",
      "Bash(\"$PHP\" /c/ProgramData/ComposerSetup/bin/composer.phar require league/commonmark:^2.7)",
      "Bash(cd /c/laragon/www/hydrogen for f in src/Domain/Sitemap/RegionsSitemapProvider.php src/Domain/Sitemap/SubregionsSitemapProvider.php src/Domain/Sitemap/CitiesSitemapProvider.php config/container.php)",
      "Bash(\"$PHP\" bin/media-meili-apply-settings.php)",
      "Bash(ls -1 src/Domain/**/EmailConfirmation* src/Domain/EmailConfirmation*)",
      "Bash(ls -1 src/Http/Middleware/Admin* src/Http/Middleware/*Admin* src/Http/Middleware/*Audit*)",
      "Bash(PHP=/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe \"$PHP\" -l config/routes.php)",
      "Bash(PHP=/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe rm -rf var/cache/di 2)",
      "Bash(/dev/null $PHP -r \":*)",
      "Bash(grep -rhoE \"CREATE TABLE \\\\`[a-z_]+\\\\`\" database/migrations)",
      "Bash(\"$PHP\" -l src/Http/Action/Admin/Media/GetAdminMediaStatsAction.php)",
      "Bash(grep -n \"^class Media\" src/Domain/Media/*.php)",
      "Bash(grep -E \"\\\\.\\(php\\)$\")",
      "Bash(grep -E \"\\\\.php$\")",
      "Bash(grep -E \"routes\\\\.\\(php|yaml|json\\)$\")",
      "Bash(\"$PHP\" -l \"C:/laragon/www/hydrogen/src/Http/Action/Admin/Media/GetAdminMediaAction.php\")",
      "Bash(\"$PHP\" -l \"C:/laragon/www/hydrogen/src/Domain/Media/MediaExifRepository.php\")",
      "Bash(\"$PHP\" -l \"C:/laragon/www/hydrogen/src/Domain/Media/MediaMetaRepository.php\")",
      "Bash(\"$PHP\" -l \"C:/laragon/www/hydrogen/src/Domain/Media/MediaPerceptualHashRepository.php\")",
      "Bash(PHP=/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe \"$PHP\" /tmp/smoke_admin_media.php)",
      "Bash(grep -n \"public function\" /c/laragon/www/hydrogen/src/Http/Serializer/*.php)",
      "Bash(grep -n \"REQUEST_ATTRIBUTE\\\\|getAttribute\" /c/laragon/www/hydrogen/src/Http/Action/Admin/Staff/*.php)",
      "Bash(grep -n \"class StaffToken\\\\|class IssuedStaffToken\" /c/laragon/www/hydrogen/src/Domain/Staff/*.php)",
      "Bash(echo \"LINT FAIL: $f\")",
      "Bash(head -5 bin/*.php)",
      "Bash(ls public/index.php bootstrap*)",
      "Bash(PHP=/c/laragon/bin/php/php-8.4.4-nts-Win32-vs17-x64/php.exe grep -n \"Dotenv\\\\|loadEnv\\\\|->load\\\\|safeLoad\\\\|EnvLoader\\\\|putenv\\\\|getContainer\\\\|ContainerBuilder\" C:/laragon/www/hydrogen/public/index.php)",
      "Bash(sed -i 's/Hydrogen\\\\\\\\\\\\\\\\Support\\\\\\\\\\\\\\\\Env/Hydrogen\\\\\\\\\\\\\\\\Config\\\\\\\\\\\\\\\\Env/' /tmp/di_smoke.php)",
      "Bash(\"$PHP\" /tmp/di_smoke.php)",
      "Bash(grep -n \"use Meilisearch\\\\\\\\Client\" C:/laragon/www/hydrogen/config/container.php)",
      "Bash(php -r '$d=json_decode\\(stream_get_contents\\(STDIN\\),true\\); echo json_encode\\($d[\"\"\"\"hits\"\"\"\"]??$d, JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE\\);')",
      "Bash(\"$PHP\" -r '$d=json_decode\\(stream_get_contents\\(STDIN\\),true\\); echo json_encode\\($d[\"\"\"\"hits\"\"\"\"]??$d, JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE\\);')",
      "Bash($PHP -l src/Http/Action/Admin/User/UploadUserAvatarAction.php)",
      "Bash($PHP -l src/Http/Action/Admin/User/DeleteUserAvatarAction.php)",
      "Bash($PHP -l src/Http/Action/Admin/User/UploadUserCoverAction.php)",
      "Bash($PHP -l src/Http/Action/Admin/User/DeleteUserCoverAction.php)",
      "Bash($PHP -l src/Domain/User/Audit/UserActionType.php)",
      "Bash(grep -n \"public.*$\\\\\\(drawCircularModules\\\\|circleRadius\\\\|keepAsSquare\\\\|moduleValues\\\\|addLogoSpace\\\\|logoSpaceWidth\\\\|logoSpaceHeight\\\\|eccLevel\\\\|scale\\\\|outputType\\\\|bgColor\\\\|imageTransparent\\\\|drawLightModules\\\\|outputInterface\\\\|returnResource\\\\|quietzoneSize\\\\\\)\" vendor/chillerlan/php-qrcode/src/QROptionsTrait.php)",
      "Bash($PHP -l src/Domain/User/Qrcode/UserProfileUrlBuilder.php)",
      "Bash($PHP -l src/Domain/User/Qrcode/UserProfileQrcodeRenderer.php)",
      "Bash($PHP -l src/Domain/User/Qrcode/UserProfileQrcodeService.php)",
      "Bash($PHP -l src/Http/Action/Web/ShowUserProfileQrcodeAction.php)",
      "Read(//c/laragon/www/hydrogen/**)",
      "Bash(echo 'no .gitignore' echo '=== deploy files? ===' ls -la deploy* .deploy*)",
      "Bash(grep -A12 '\"\"autoload\"\"' composer.json)",
      "Bash(\"$PHP\" /c/laragon/www/hydrogen/bin/deploy.php --config=/tmp/deploy.test.config.php --dry-run)",
      "Bash(1 echo:*)",
      "Bash(grep -rln \"AdminUserSerializer\" src --include=*.php)",
      "Bash(grep -rln \"MergesRawHit\" src --include=*.php)",
      "Bash(grep -rihoE \"USE \\\\`?[a-z_]+\\\\`?|\\(hxa_bo|hxa|work\\)\\\\.[a-z_]+\" database/migrations/)",
      "Bash(grep -rihoE \"DB_[A-Z_]*NAME|hxa_bo|hxa_work|\\\\bwork\\\\b|WorkConnection|BoConnection\" config src --include=*.php)",
      "Bash(grep -iA3 \"WORK_DB\\\\|work / staging\" .env.example)",
      "Bash(find bin:*)",
      "Bash(\"$PHP\" -l bin/migrations-bundle.php)",
      "Bash(\"$PHP\" bin/migrations-bundle.php)",
      "Bash(grep -n \"use Hydrogen\\\\\\\\Http\\\\\\\\Action\\\\\\\\Admin\\\\\\\\User\\\\\\\\\" config/routes.php)"
    ]
  }
}
