-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
102 lines (98 loc) · 2.6 KB
/
.gitmodules
File metadata and controls
102 lines (98 loc) · 2.6 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Apps
[submodule "apps/chat"]
path = apps/chat
url = https://github.com/RubricLab/chat.git
branch = main
[submodule "apps/rOS"]
path = apps/rOS
url = https://github.com/RubricLab/rOS
branch = main
[submodule "apps/website"]
path = apps/website
url = https://github.com/RubricLab/website
branch = main
[submodule "apps/x"]
path = apps/x
url = https://github.com/RubricLab/x
branch = main
[submodule "apps/fabric"]
path = apps/fabric
url = https://github.com/RubricLab/fabric
branch = main
[submodule "apps/radio"]
path = apps/radio
url = https://github.com/RubricLab/radio
branch = main
[submodule "apps/warehouse"]
path = apps/warehouse
url = https://github.com/RubricLab/warehouse
branch = main
# Packages
[submodule "packages/.github"]
path = packages/.github
url = https://github.com/RubricLab/.github
branch = main
[submodule "packages/actions"]
path = packages/actions
url = https://github.com/RubricLab/actions
branch = main
[submodule "packages/agents"]
path = packages/agents
url = https://github.com/RubricLab/agents.git
branch = main
[submodule "packages/auth"]
path = packages/auth
url = https://github.com/RubricLab/auth
branch = main
[submodule "packages/blocks"]
path = packages/blocks
url = https://github.com/RubricLab/blocks
branch = main
[submodule "packages/cli"]
path = packages/cli
url = https://github.com/RubricLab/cli
branch = main
[submodule "packages/chains"]
path = packages/chains
url = https://github.com/RubricLab/chains
branch = main
[submodule "packages/codegen"]
path = packages/codegen
url = https://github.com/RubricLab/codegen
branch = main
[submodule "packages/config"]
path = packages/config
url = https://github.com/RubricLab/config
branch = main
[submodule "packages/create-rubric-app"]
path = packages/create-rubric-app
url = https://github.com/RubricLab/create-rubric-app
branch = rewrite
[submodule "packages/events"]
path = packages/events
url = https://github.com/RubricLab/events
branch = main
[submodule "packages/memory"]
path = packages/memory
url = https://github.com/RubricLab/memory
branch = main
[submodule "packages/package"]
path = packages/package
url = https://github.com/RubricLab/package
branch = main
[submodule "packages/ui"]
path = packages/ui
url = https://github.com/RubricLab/ui
branch = main
[submodule "packages/webhooks"]
path = packages/webhooks
url = https://github.com/RubricLab/webhooks
branch = main
[submodule "packages/state"]
path = packages/state
url = https://github.com/RubricLab/state
branch = main
[submodule "packages/shapes"]
path = packages/shapes
url = https://github.com/RubricLab/shapes
branch = main