-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
91 lines (74 loc) · 2.63 KB
/
.gitmodules
File metadata and controls
91 lines (74 loc) · 2.63 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
# 量潮科技工作手册系统 — 子模块配置
# 按记忆模型组织
# ── 程序型记忆 ──
# 宪法层:最高约束力
[submodule "docs/bylaw"]
path = docs/bylaw
url = https://github.com/quanttide/quanttide-bylaw-of-business-entity.git
branch = main
[submodule "docs/specification"]
path = docs/specification
url = https://github.com/quanttide/quanttide-specification-of-business-entity.git
branch = main
# .agents/skills 为本地目录,非子模块
# 法律层:中等约束力
[submodule "docs/handbook"]
path = docs/handbook
url = https://github.com/quanttide/quanttide-handbook-of-business-entity.git
[submodule "docs/gallery"]
path = docs/gallery
url = https://github.com/quanttide/quanttide-gallery-of-business-entity.git
[submodule "apps/qtadmin"]
path = apps/qtadmin
url = https://github.com/quanttide/qtadmin.git
[submodule "docs/tutorial"]
path = docs/tutorial
url = https://github.com/quanttide/quanttide-tutorial-of-business-entity.git
[submodule "docs/archive"]
path = docs/archive
url = https://github.com/quanttide/quanttide-archive-of-business-entity.git
branch = main
[submodule "docs/report"]
path = docs/report
url = https://github.com/quanttide/quanttide-report-of-business-entity.git
branch = main
[submodule "docs/story"]
path = docs/story
url = https://github.com/quanttide/quanttide-story-of-business-entity.git
branch = main
# 现在
[submodule "docs/journal"]
path = docs/journal
url = https://github.com/quanttide/quanttide-journal-of-business-entity.git
[submodule "docs/profile"]
path = docs/profile
url = https://github.com/quanttide/quanttide-profile-of-business-entity.git
# 未来
[submodule "docs/context"]
path = docs/context
url = https://github.com/quanttide/quanttide-context-of-business-entity.git
[submodule "docs/roadmap"]
path = docs/roadmap
url = https://github.com/quanttide/quanttide-roadmap-of-business-entity.git
branch = main
[submodule "docs/vision"]
path = docs/vision
url = https://github.com/quanttide/quanttide-vision-of-business-entity.git
branch = main
# ── 静态资源 ──
[submodule "assets/library"]
path = assets/library
url = https://github.com/quanttide/quanttide-library-of-business-entity.git
branch = main
[submodule "docs/brochure"]
path = docs/brochure
url = https://github.com/quanttide/quanttide-brochure-of-business-entity.git
[submodule "docs/essay"]
path = docs/essay
url = https://github.com/quanttide/quanttide-essay-of-business-entity.git
[submodule "apps/qtdata"]
path = apps/qtdata
url = https://github.com/quanttide/qtdata.git
[submodule "apps/qtclass"]
path = apps/qtclass
url = https://github.com/quanttide/qtclass.git