We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17f0a7 commit df4b6e6Copy full SHA for df4b6e6
1 file changed
.github/CODEOWNERS
@@ -1,6 +1,3 @@
1
-# Protect the CODEOWNERS policy itself.
2
-/.github/CODEOWNERS @simstudioai/mothership
3
-
4
# Copilot/Mothership chat streaming entrypoints and replay surfaces.
5
/apps/sim/app/api/copilot/chat/ @simstudioai/mothership
6
/apps/sim/app/api/copilot/confirm/ @simstudioai/mothership
@@ -25,5 +22,7 @@
25
22
/apps/sim/lib/copilot/resources/ @simstudioai/mothership
26
23
27
24
# Client-side stream consumption, hydration, and reconnect.
28
-/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
29
/apps/sim/hooks/queries/tasks.ts @simstudioai/mothership
0 commit comments