From af47df87f972b65f179cbcdeafc31de7dffe4584 Mon Sep 17 00:00:00 2001 From: Mathias Grimm Date: Mon, 20 Jul 2026 14:10:13 -0300 Subject: [PATCH] Rename the app namespace to MathiasGrimm\GlimpseCli App\ becomes MathiasGrimm\GlimpseCli\ and the SDK imports move to MathiasGrimm\GlimpsePhp\ (glimpse-php v3), aligning the CLI with the MathiasGrimm vendor namespace used across the packages. Internal rename only: the binary, commands, and package name are unchanged. Co-Authored-By: Claude Fable 5 --- app/Commands/AnalyzeCommand.php | 20 +++++++------- app/Commands/AuthCommand.php | 10 +++---- app/Commands/AuthLogoutCommand.php | 4 +-- app/Commands/AuthStatusCommand.php | 8 +++--- app/Commands/CheckCommand.php | 18 ++++++------- app/Commands/Concerns/AnalyzesImages.php | 26 +++++++++---------- app/Commands/Concerns/GuardsApiErrors.php | 14 +++++----- app/Commands/Concerns/UpdatesBaseline.php | 10 +++---- app/Commands/ConvertCommand.php | 10 +++---- app/Commands/GlimpseCommand.php | 10 +++---- app/Commands/InfoCommand.php | 6 ++--- app/Commands/InitCommand.php | 12 ++++----- app/Commands/OptimizeCommand.php | 6 ++--- app/Commands/ResizeCommand.php | 8 +++--- app/Commands/SummaryCommand.php | 6 ++--- app/Commands/ThumbnailCommand.php | 6 ++--- app/Commands/UsageCommand.php | 6 ++--- app/Glimpse/Config.php | 2 +- app/Providers/AppServiceProvider.php | 6 ++--- app/Support/Banner.php | 2 +- app/Support/BannerDescriber.php | 2 +- app/Support/BaselineFile.php | 4 +-- app/Support/IgnoreFile.php | 2 +- app/Support/ImageFinder.php | 4 +-- app/Support/Paths.php | 2 +- app/Support/ScaffoldFile.php | 4 +-- app/Support/Sleeper.php | 2 +- app/Updater/GithubReleasesStrategy.php | 2 +- bootstrap/providers.php | 2 +- composer.json | 2 +- config/app.php | 2 +- config/commands.php | 2 +- config/updater.php | 2 +- tests/Feature/Commands/AuthCommandTest.php | 2 +- .../Commands/AuthLogoutCommandTest.php | 2 +- .../Commands/AuthStatusCommandTest.php | 2 +- tests/Feature/Commands/CheckCommandTest.php | 2 +- tests/Feature/Commands/ConvertCommandTest.php | 2 +- tests/Feature/Commands/InitCommandTest.php | 6 ++--- .../Commands/PublicTokenRejectionTest.php | 2 +- .../Commands/SelfUpdateCommandTest.php | 2 +- tests/Feature/Commands/UsageCommandTest.php | 2 +- tests/Feature/Glimpse/ClientWiringTest.php | 4 +-- tests/Feature/Glimpse/PublicTokenTest.php | 2 +- tests/Pest.php | 4 +-- tests/Unit/BaselineFileTest.php | 4 +-- tests/Unit/ConfigTest.php | 2 +- tests/Unit/IgnoreFileTest.php | 2 +- tests/Unit/ImageFinderTest.php | 2 +- tests/Unit/PathsTest.php | 2 +- tests/Unit/ScaffoldFileTest.php | 4 +-- tests/Unit/UpdaterStrategyTest.php | 2 +- 52 files changed, 136 insertions(+), 136 deletions(-) diff --git a/app/Commands/AnalyzeCommand.php b/app/Commands/AnalyzeCommand.php index 7ad5f99..ce745bc 100644 --- a/app/Commands/AnalyzeCommand.php +++ b/app/Commands/AnalyzeCommand.php @@ -1,16 +1,16 @@ Http::response(['id' => 7, 'name' => 'Mathias', 'email' => 'mathias@example.com', 'created_at' => '2025-11-03T09:30:00.000000Z'])]); diff --git a/tests/Feature/Commands/AuthLogoutCommandTest.php b/tests/Feature/Commands/AuthLogoutCommandTest.php index ade158d..e557a3f 100644 --- a/tests/Feature/Commands/AuthLogoutCommandTest.php +++ b/tests/Feature/Commands/AuthLogoutCommandTest.php @@ -1,6 +1,6 @@ not->toHaveKey('self-update'); diff --git a/tests/Feature/Commands/UsageCommandTest.php b/tests/Feature/Commands/UsageCommandTest.php index 8a0f340..2feec6e 100644 --- a/tests/Feature/Commands/UsageCommandTest.php +++ b/tests/Feature/Commands/UsageCommandTest.php @@ -1,8 +1,8 @@