From 7c33b806a1a4ad25e97ad719ad59f95d5eaca08e Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Wed, 5 Aug 2026 10:12:31 -0600 Subject: [PATCH] chore: fix import order, map contributor email - perfectionist/sort-imports in store/wake-word.ts - contributors/emails mapping for drew@kainotomic.com -> appletechie --- apps/desktop/src/store/wake-word.ts | 6 +++--- contributors/emails/drew@kainotomic.com | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 contributors/emails/drew@kainotomic.com diff --git a/apps/desktop/src/store/wake-word.ts b/apps/desktop/src/store/wake-word.ts index 2f2fef981ee2b..744ff85f7e53b 100644 --- a/apps/desktop/src/store/wake-word.ts +++ b/apps/desktop/src/store/wake-word.ts @@ -1,10 +1,10 @@ import { atom } from 'nanostores' -import { $gateway } from '@/store/gateway' import { - startClientWakeCapture, - type ClientWakeCaptureHandle + type ClientWakeCaptureHandle, + startClientWakeCapture } from '@/lib/wake-client-capture' +import { $gateway } from '@/store/gateway' // "Hey Hermes" wake-word listener state for the composer toggle. The gateway is // the single source of truth (the listener lives in the backend and is shared diff --git a/contributors/emails/drew@kainotomic.com b/contributors/emails/drew@kainotomic.com new file mode 100644 index 0000000000000..269781067993e --- /dev/null +++ b/contributors/emails/drew@kainotomic.com @@ -0,0 +1,2 @@ +appletechie +# PR #75298 salvage (#79491)