-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmemory.writeback-extension.json
More file actions
44 lines (44 loc) · 1.21 KB
/
memory.writeback-extension.json
File metadata and controls
44 lines (44 loc) · 1.21 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
{
"$schema": "https://mip-protocol.org/v0.1/schema.json",
"version": "0.1.0",
"identity": {
"name": "Jane",
"language": "en-US",
"role": "AI Application Engineer"
},
"preferences": {
"response_style": "concise",
"formality": "casual"
},
"custom": {
"editor": "VS Code"
},
"facts": [
{
"target_path": "facts.current_focus",
"value": "AI systems and infrastructure roles",
"source": "user_statement",
"evidence": "User explicitly stated current job-search focus.",
"updated_at": "2026-03-15T00:00:00Z"
}
],
"observations": [
{
"target_path": "observations.communication_style",
"value": "direct",
"source": "conversation_pattern",
"confidence": 0.78,
"updated_at": "2026-03-15T00:00:00Z",
"notes": "Observation only. Does not overwrite explicit preference fields."
}
],
"pending_confirmation": [
{
"target_path": "pending_confirmation.long_term_goal",
"value": "Founding a startup",
"source": "assistant_inference",
"reason": "High-impact long-term goal inferred from a small sample and should not be committed automatically.",
"updated_at": "2026-03-15T00:00:00Z"
}
]
}