-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuggestion.bundle.json
More file actions
46 lines (46 loc) · 1.39 KB
/
suggestion.bundle.json
File metadata and controls
46 lines (46 loc) · 1.39 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
{
"schema": "mip-suggestion-bundle-draft/v0.1",
"created_at": "2026-03-15T00:00:00Z",
"input_dir": ".mip-suggestions",
"summary": {
"fact": 1,
"observation": 1,
"pending_confirmation": 1
},
"suggestions": [
{
"file": "2026-03-15T00-00-00-000Z-fact.json",
"class": "fact",
"entry": {
"target_path": "facts.current_focus",
"value": "AI systems and infrastructure roles",
"source": "user_statement",
"updated_at": "2026-03-15T00:00:00Z",
"evidence": "User explicitly stated current job-search focus."
}
},
{
"file": "2026-03-15T00-00-00-100Z-observation.json",
"class": "observation",
"entry": {
"target_path": "observations.communication_style",
"value": "direct",
"source": "conversation_pattern",
"updated_at": "2026-03-15T00:00:00Z",
"confidence": 0.78,
"notes": "Observation only."
}
},
{
"file": "2026-03-15T00-00-00-200Z-pending_confirmation.json",
"class": "pending_confirmation",
"entry": {
"target_path": "pending_confirmation.long_term_goal",
"value": "Founding a startup",
"source": "assistant_inference",
"updated_at": "2026-03-15T00:00:00Z",
"reason": "High-impact long-term goal inferred from a small sample and should not be committed automatically."
}
}
]
}