-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
40 lines (36 loc) · 2.03 KB
/
Copy pathCODEOWNERS
File metadata and controls
40 lines (36 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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/index.ts @simstudioai/mothership
/apps/sim/app/workspace/*/home/hooks/use-chat.ts @simstudioai/mothership
/apps/sim/app/workspace/*/home/hooks/preview/ @simstudioai/mothership
/apps/sim/app/workspace/*/home/hooks/stream/ @simstudioai/mothership
/apps/sim/hooks/queries/tasks.ts @simstudioai/mothership
# Dependency manifests and package-manager config. Any change here — adding,
# removing, or bumping a dependency, or altering install/security settings —
# requires review to guard against supply-chain risk. (CODEOWNERS gates file
# changes, the closest proxy GitHub offers for "new dependency added".)
package.json @simstudioai/deps
**/package.json @simstudioai/deps
bun.lock @simstudioai/deps
**/bun.lock @simstudioai/deps
bunfig.toml @simstudioai/deps
.npmrc @simstudioai/deps