forked from maddada/Ghostex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
39 lines (39 loc) · 2.06 KB
/
Copy path.gitmodules
File metadata and controls
39 lines (39 loc) · 2.06 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
# CDXC:ZmxPersistence 2026-05-20-09:57: Keep the Ghostex-managed zmx fork as a pinned submodule because native zmx pane refresh depends on a first-party zmx IPC protocol that older PATH installs do not implement.
[submodule "zmx"]
path = .dependencies/zmx
url = https://github.com/maddada/zmx.git
# CDXC:CrossPlatformExternalCheckout 2026-06-14-12:50: Keep the cross-platform Electron app outside this repository at `~/dev/prev/crossplatform` so the parent repo no longer pins or initializes it as a submodule.
# CDXC:CodeServerSubmodule 2026-06-07-11:20: Keep the embedded legacy code-server checkout under the Ghostex repo as a pinned fork submodule so the native code-server launcher resolves a reviewed Ghostex-specific branch instead of maintainer-local ~/dev/custom/code-server state.
[submodule "code-server"]
path = .dependencies/code-server
url = https://github.com/maddada/code-server.git
branch = ghostex
[submodule "mobile"]
path = apps/mobile/app
url = https://github.com/maddada/ghostex-mobile.git
# CDXC:GPUIDependencies 2026-08-02: Keep external GPUI build inputs inside the
# Ghostex checkout. Gitlinks pin reviewed revisions, and the dependencies with
# Ghostex-owned runtime fixes use first-party fork branches so Actions can
# reproduce the exact source committed here.
[submodule ".dependencies/zed"]
path = .dependencies/zed
url = https://github.com/maddada/zed.git
branch = ghostex
ignore = dirty
[submodule ".dependencies/cef-rs"]
path = .dependencies/cef-rs
url = https://github.com/tauri-apps/cef-rs.git
ignore = dirty
[submodule ".dependencies/gpui-component"]
path = .dependencies/gpui-component
url = https://github.com/maddada/gpui-component.git
branch = ghostex
ignore = dirty
[submodule ".dependencies/codex-swap"]
path = .dependencies/codex-swap
url = https://github.com/maddada/codex-swap.git
# CDXC:Build 2026-09-08 DECISION:
# User: move apps/web into a separate GitHub repository and submodule so its TypeScript no longer contributes to Ghostex's language statistics.
[submodule "web"]
path = apps/web
url = https://github.com/maddada/ghostex-web.git