-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmentra.app.json
More file actions
27 lines (27 loc) · 981 Bytes
/
mentra.app.json
File metadata and controls
27 lines (27 loc) · 981 Bytes
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
{
"package_name": "com.neuroverse.startalk",
"name": "StarTalk",
"version": "1.0.0",
"description": "Astrological translator for smart glasses. Set your signs. Tap. Get cosmic perspective.",
"author": {
"name": "NeuroverseOS",
"email": "team@neuroverseos.com",
"website": "https://github.com/NeuroverseOS/startalk"
},
"permissions": {
"microphone": "Voice input for 'star' trigger and ambient speech processing.",
"display": "Display astrological insights on the glasses HUD."
},
"hardware": {
"display": "required"
},
"ai_declaration": {
"uses_ai": true,
"ai_can_act": "opt_in_only",
"key_model": "user_provided",
"data_retention": "none",
"governance": "Apps uses @neuroverseos/governance with evaluateGuard() content checking, simulateWorld() rule evaluation, and gate-based behavioral adjustment."
},
"categories": ["Social", "Learning"],
"tags": ["astrology", "zodiac", "translator", "ai", "governed"]
}