From a17f0a727089198637625c01e1ae008f8e43e541 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Mon, 13 Apr 2026 18:22:53 -0700 Subject: [PATCH 1/2] chore(copilot): streaming paths reviewer group --- .github/CODEOWNERS | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..d9bf5fe960 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,29 @@ +# Protect the CODEOWNERS policy itself. +/.github/CODEOWNERS @simstudioai/mothership + +# Copilot/Mothership chat streaming entrypoints and replay surfaces. +/apps/sim/app/api/copilot/chat/ @simstudioai/mothership +/apps/sim/app/api/copilot/confirm/ @simstudioai/mothership +/apps/sim/app/api/copilot/chats/ @simstudioai/mothership +/apps/sim/app/api/mothership/chat/ @simstudioai/mothership +/apps/sim/app/api/mothership/chats/ @simstudioai/mothership +/apps/sim/app/api/mothership/execute/ @simstudioai/mothership +/apps/sim/app/api/v1/copilot/chat/ @simstudioai/mothership + +# Server-side stream orchestration, persistence, and protocol. +/apps/sim/lib/copilot/chat/ @simstudioai/mothership +/apps/sim/lib/copilot/async-runs/ @simstudioai/mothership +/apps/sim/lib/copilot/request/ @simstudioai/mothership +/apps/sim/lib/copilot/generated/ @simstudioai/mothership +/apps/sim/lib/copilot/constants.ts @simstudioai/mothership +/apps/sim/lib/core/utils/sse.ts @simstudioai/mothership + +# Stream-time tool execution, confirmations, resource persistence, and handlers. +/apps/sim/lib/copilot/tool-executor/ @simstudioai/mothership +/apps/sim/lib/copilot/tools/ @simstudioai/mothership +/apps/sim/lib/copilot/persistence/ @simstudioai/mothership +/apps/sim/lib/copilot/resources/ @simstudioai/mothership + +# Client-side stream consumption, hydration, and reconnect. +/apps/sim/app/workspace/*/home/hooks/ @simstudioai/mothership +/apps/sim/hooks/queries/tasks.ts @simstudioai/mothership From df4b6e623b44574ff6656a67c1c7b65a0b361c34 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Mon, 13 Apr 2026 18:26:38 -0700 Subject: [PATCH 2/2] narrow scope --- .github/CODEOWNERS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d9bf5fe960..c24e27f9e0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,3 @@ -# Protect the CODEOWNERS policy itself. -/.github/CODEOWNERS @simstudioai/mothership - # Copilot/Mothership chat streaming entrypoints and replay surfaces. /apps/sim/app/api/copilot/chat/ @simstudioai/mothership /apps/sim/app/api/copilot/confirm/ @simstudioai/mothership @@ -25,5 +22,7 @@ /apps/sim/lib/copilot/resources/ @simstudioai/mothership # Client-side stream consumption, hydration, and reconnect. -/apps/sim/app/workspace/*/home/hooks/ @simstudioai/mothership +/apps/sim/app/workspace/*/home/hooks/index.ts @simstudioai/mothership +/apps/sim/app/workspace/*/home/hooks/use-chat.ts @simstudioai/mothership +/apps/sim/app/workspace/*/home/hooks/use-file-preview-sessions.ts @simstudioai/mothership /apps/sim/hooks/queries/tasks.ts @simstudioai/mothership