mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
Union resolutions — dev's changes kept, apps-v1 additions appended: - use_case.ts: dev's meeting_prep + our app_llm_generate/app_copilot_run - ipc.ts: dev's HttpAuthRequestSchema import + our AppSummarySchema - shared/index.ts: dev's channels export + our rowboatApp export - builtin-tools app-navigation: dev's read-view/open-item actions + our open-app - chat-conversation: dev's read-view/open-item labels + our open-app labels - sidebar: dev's nav-workspaces tour id + our Apps entry - App.tsx: dev's open-item handler + our open-app handler
29 lines
573 B
YAML
29 lines
573 B
YAML
packages:
|
|
- apps/*
|
|
- packages/*
|
|
|
|
allowBuilds:
|
|
baileys: set this to true or false
|
|
core-js: true
|
|
electron: true
|
|
electron-winstaller: true
|
|
esbuild: true
|
|
fs-xattr: true
|
|
macos-alias: true
|
|
node-pty: true
|
|
protobufjs: true
|
|
|
|
catalog:
|
|
vitest: 4.1.7
|
|
|
|
onlyBuiltDependencies:
|
|
- core-js
|
|
- electron
|
|
- electron-winstaller
|
|
- esbuild
|
|
- fs-xattr
|
|
- macos-alias
|
|
- protobufjs
|
|
patchedDependencies:
|
|
'@agentclientprotocol/codex-acp@0.0.44': patches/@agentclientprotocol__codex-acp@0.0.44.patch
|
|
'@openai/codex@0.128.0': patches/@openai__codex@0.128.0.patch
|