-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbank-template.json
More file actions
37 lines (37 loc) · 1.26 KB
/
bank-template.json
File metadata and controls
37 lines (37 loc) · 1.26 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
{
"version": "1",
"bank": {
"retain_mission": "Extract platform-engineering decisions across visionOS, macOS Metal, and terminal/spatial integrations: rendering, performance budgets, and integration patterns.",
"observations_mission": "Observations are stable facts about target OSes, performance budgets (frame time, thermals), rendering pipelines, and integration boundaries. Ignore transient build issues."
},
"mental_models": [
{
"id": "platform-targets",
"name": "Platform Targets",
"max_tokens": 4096,
"source_query": "Which platforms and OS versions are we shipping to, and what performance budgets apply?",
"trigger": {
"refresh_after_consolidation": true,
"mode": "delta",
"exclude_mental_models": true,
"fact_types": [
"observation"
]
}
},
{
"id": "rendering-and-integration",
"name": "Rendering & Integration",
"max_tokens": 4096,
"source_query": "What rendering approaches and integration patterns have we validated on each platform?",
"trigger": {
"refresh_after_consolidation": true,
"mode": "delta",
"exclude_mental_models": true,
"fact_types": [
"observation"
]
}
}
]
}