-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrand.json
More file actions
55 lines (55 loc) · 1.49 KB
/
Copy pathbrand.json
File metadata and controls
55 lines (55 loc) · 1.49 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
{
"brand": "Forge",
"cli": "forge",
"pkg": "forgekit",
"tagline": "One brain for every AI coding agent.",
"home": "~/.forge",
"layers": {
"tools": "skills (model-invoked capabilities)",
"crew": "agents (isolated-context sub-agents)",
"guards": "hooks (deterministic, enforced)",
"atlas": "code-graph (symbol/call index)",
"lean": "minimalism discipline",
"recall": "cross-session memory"
},
"site": {
"url": "https://codewithjuber.github.io/forgekit/",
"repo": "https://github.com/CodeWithJuber/forgekit"
},
"fonts": {
"sans": "system-ui, -apple-system, \"Segoe UI\", Roboto, sans-serif",
"mono": "ui-monospace, \"SF Mono\", SFMono-Regular, Menlo, Consolas, monospace"
},
"colors": {
"dark": {
"bg": "#171310",
"bg-2": "#201a15",
"panel": "#201a15",
"panel-2": "#272019",
"text": "#f2ede7",
"muted": "#a99e90",
"faint": "#8a7d6d",
"line": "#372c22",
"line-strong": "#4a3b2e",
"brand": "#f26430",
"brand-2": "#f7a072",
"ok": "#67e8a5",
"shadow": "0 24px 64px rgba(23, 19, 16, 0.56)"
},
"light": {
"bg": "#f7f3ed",
"bg-2": "#fffdf9",
"panel": "#fffdf9",
"panel-2": "#efe7db",
"text": "#201a15",
"muted": "#6b5f50",
"faint": "#7e7161",
"line": "#e2d6c4",
"line-strong": "#cbbba3",
"brand": "#ba4b1e",
"brand-2": "#b8481c",
"ok": "#1b7e48",
"shadow": "0 24px 64px rgba(32, 26, 21, 0.12)"
}
}
}