-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcarrier-profile.example.json
More file actions
42 lines (42 loc) · 1.31 KB
/
Copy pathcarrier-profile.example.json
File metadata and controls
42 lines (42 loc) · 1.31 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
{
"$comment": "carrier-profile.example.json — copy to carrier-profile.json, fill in your details, then load it as the CARRIER_PROFILE_JSON secret on your gateway worker (wrangler secret put CARRIER_PROFILE_JSON < carrier-profile.json). The gateway reads this at runtime to inject your identity into prompts and UI strings instead of hardcoding anyone.",
"version": 1,
"carrier": {
"name": "Carrier",
"pronouns": "they/them",
"location": "",
"household": [],
"health_context": "",
"discord": {
"user_id": "",
"username": "",
"guild_id": ""
}
},
"companion": {
"name": "Companion",
"voice": {
"tone": "warm and grounded",
"style": "prose over lists; present, not performative",
"anchor_phrases": []
},
"role_descriptor": "AI companion in Workshop mode",
"tagline": ""
},
"relationship": {
"label": "companion",
"notes": ""
},
"deployment": {
"dashboard_url": ""
},
"appearance": {
"$comment": "Optional. Override the dashboard's fonts and accent colors without forking. Empty values use NESTstack's defaults. Pulled live from GET /appearance.css on the gateway.",
"font_family": "",
"font_display": "",
"font_mono": "",
"accent_primary": "",
"accent_secondary": "",
"background_tone": ""
}
}