-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayers.json
More file actions
44 lines (44 loc) · 1.4 KB
/
Copy pathlayers.json
File metadata and controls
44 lines (44 loc) · 1.4 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
{
"$schema": "https://raw.githubusercontent.com/nitra/mt-rust/main/layers/schemas/layers.schema.json",
"version": 1,
"tier": "min",
"maxTokens": 4096,
"i18n": { "baseLang": "uk", "langs": ["en"] },
"docs": {
"overview/direction.md": {
"layer": "L2",
"title": "Мета і шлях",
"sources": ["vision.md", "roadmap.md"]
},
"overview/core.md": {
"layer": "L2",
"title": "Ядро: граф задач і координація через git",
"sources": ["architecture/overview.md", "architecture/graph.md", "architecture/git.md"]
},
"overview/runtime.md": {
"layer": "L2",
"title": "Виконання: хости, сесії, поверхні",
"sources": ["architecture/runtime.md", "architecture/surfaces.md", "architecture/stack.md"]
},
"overview/people.md": {
"layer": "L2",
"title": "Люди, доступ, супровід",
"sources": [
"architecture/access.md",
"architecture/i18n.md",
"architecture/retro.md",
"architecture/operations.md"
]
},
"overview/index.md": {
"layer": "L1",
"title": "Як це працює",
"sources": ["overview/direction.md", "overview/core.md", "overview/runtime.md", "overview/people.md"]
},
"index.md": {
"layer": "L0",
"mode": "fragment",
"sources": ["overview/index.md"]
}
}
}