From e2c7cf2f1a21cc4389ccce2ab73c8254df98a564 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 22 Feb 2026 11:12:48 +0000 Subject: [PATCH] test: reclassify doctor command suites out of e2e --- ...es.e2e.test.ts => doctor-auth.deprecated-cli-profiles.test.ts} | 0 ...{doctor-config-flow.e2e.test.ts => doctor-config-flow.test.ts} | 0 ...t.ts => doctor-platform-notes.launchctl-env-overrides.test.ts} | 0 .../{doctor-security.e2e.test.ts => doctor-security.test.ts} | 0 ...ate-migrations.e2e.test.ts => doctor-state-migrations.test.ts} | 0 ...igrates-routing-allowfrom-channels-whatsapp-allowfrom.test.ts} | 0 ...ts => doctor.migrates-slack-discord-dm-policy-aliases.test.ts} | 0 ... doctor.runs-legacy-state-migrations-yes-mode-without.test.ts} | 0 ...> doctor.warns-per-agent-sandbox-docker-browser-prune.test.ts} | 0 ...2e.test.ts => doctor.warns-state-directory-is-missing.test.ts} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename src/commands/{doctor-auth.deprecated-cli-profiles.e2e.test.ts => doctor-auth.deprecated-cli-profiles.test.ts} (100%) rename src/commands/{doctor-config-flow.e2e.test.ts => doctor-config-flow.test.ts} (100%) rename src/commands/{doctor-platform-notes.launchctl-env-overrides.e2e.test.ts => doctor-platform-notes.launchctl-env-overrides.test.ts} (100%) rename src/commands/{doctor-security.e2e.test.ts => doctor-security.test.ts} (100%) rename src/commands/{doctor-state-migrations.e2e.test.ts => doctor-state-migrations.test.ts} (100%) rename src/commands/{doctor.migrates-routing-allowfrom-channels-whatsapp-allowfrom.e2e.test.ts => doctor.migrates-routing-allowfrom-channels-whatsapp-allowfrom.test.ts} (100%) rename src/commands/{doctor.migrates-slack-discord-dm-policy-aliases.e2e.test.ts => doctor.migrates-slack-discord-dm-policy-aliases.test.ts} (100%) rename src/commands/{doctor.runs-legacy-state-migrations-yes-mode-without.e2e.test.ts => doctor.runs-legacy-state-migrations-yes-mode-without.test.ts} (100%) rename src/commands/{doctor.warns-per-agent-sandbox-docker-browser-prune.e2e.test.ts => doctor.warns-per-agent-sandbox-docker-browser-prune.test.ts} (100%) rename src/commands/{doctor.warns-state-directory-is-missing.e2e.test.ts => doctor.warns-state-directory-is-missing.test.ts} (100%) diff --git a/src/commands/doctor-auth.deprecated-cli-profiles.e2e.test.ts b/src/commands/doctor-auth.deprecated-cli-profiles.test.ts similarity index 100% rename from src/commands/doctor-auth.deprecated-cli-profiles.e2e.test.ts rename to src/commands/doctor-auth.deprecated-cli-profiles.test.ts diff --git a/src/commands/doctor-config-flow.e2e.test.ts b/src/commands/doctor-config-flow.test.ts similarity index 100% rename from src/commands/doctor-config-flow.e2e.test.ts rename to src/commands/doctor-config-flow.test.ts diff --git a/src/commands/doctor-platform-notes.launchctl-env-overrides.e2e.test.ts b/src/commands/doctor-platform-notes.launchctl-env-overrides.test.ts similarity index 100% rename from src/commands/doctor-platform-notes.launchctl-env-overrides.e2e.test.ts rename to src/commands/doctor-platform-notes.launchctl-env-overrides.test.ts diff --git a/src/commands/doctor-security.e2e.test.ts b/src/commands/doctor-security.test.ts similarity index 100% rename from src/commands/doctor-security.e2e.test.ts rename to src/commands/doctor-security.test.ts diff --git a/src/commands/doctor-state-migrations.e2e.test.ts b/src/commands/doctor-state-migrations.test.ts similarity index 100% rename from src/commands/doctor-state-migrations.e2e.test.ts rename to src/commands/doctor-state-migrations.test.ts diff --git a/src/commands/doctor.migrates-routing-allowfrom-channels-whatsapp-allowfrom.e2e.test.ts b/src/commands/doctor.migrates-routing-allowfrom-channels-whatsapp-allowfrom.test.ts similarity index 100% rename from src/commands/doctor.migrates-routing-allowfrom-channels-whatsapp-allowfrom.e2e.test.ts rename to src/commands/doctor.migrates-routing-allowfrom-channels-whatsapp-allowfrom.test.ts diff --git a/src/commands/doctor.migrates-slack-discord-dm-policy-aliases.e2e.test.ts b/src/commands/doctor.migrates-slack-discord-dm-policy-aliases.test.ts similarity index 100% rename from src/commands/doctor.migrates-slack-discord-dm-policy-aliases.e2e.test.ts rename to src/commands/doctor.migrates-slack-discord-dm-policy-aliases.test.ts diff --git a/src/commands/doctor.runs-legacy-state-migrations-yes-mode-without.e2e.test.ts b/src/commands/doctor.runs-legacy-state-migrations-yes-mode-without.test.ts similarity index 100% rename from src/commands/doctor.runs-legacy-state-migrations-yes-mode-without.e2e.test.ts rename to src/commands/doctor.runs-legacy-state-migrations-yes-mode-without.test.ts diff --git a/src/commands/doctor.warns-per-agent-sandbox-docker-browser-prune.e2e.test.ts b/src/commands/doctor.warns-per-agent-sandbox-docker-browser-prune.test.ts similarity index 100% rename from src/commands/doctor.warns-per-agent-sandbox-docker-browser-prune.e2e.test.ts rename to src/commands/doctor.warns-per-agent-sandbox-docker-browser-prune.test.ts diff --git a/src/commands/doctor.warns-state-directory-is-missing.e2e.test.ts b/src/commands/doctor.warns-state-directory-is-missing.test.ts similarity index 100% rename from src/commands/doctor.warns-state-directory-is-missing.e2e.test.ts rename to src/commands/doctor.warns-state-directory-is-missing.test.ts