-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmemory.template.json
More file actions
41 lines (41 loc) · 1.08 KB
/
memory.template.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"$schema": "https://mip-protocol.org/v0.1/schema.json",
"version": "0.1.0",
"identity": {
"name": "Your Name",
"language": "zh-CN",
"timezone": "Asia/Shanghai",
"role": "Frontend Engineer",
"industry": "Software",
"tech_stack": ["React", "TypeScript", "Next.js"]
},
"preferences": {
"response_style": "concise",
"formality": "casual",
"code_comments_language": "zh-CN",
"variable_names_language": "en",
"explanation_depth": "intermediate"
},
"custom": {
"editor": "VS Code",
"primary_tools": ["Codex", "Antigravity"],
"work_style": "Plan first, then execute",
"mip_read_policy": {
"always_on_preferences": [
"response_style",
"formality",
"code_comments_language",
"variable_names_language",
"explanation_depth"
],
"always_on_custom": [
"work_style",
"self_corrections"
]
},
"self_corrections": [
"Do not infer my stable identity from hypothetical examples.",
"If prior memory conflicts with this file, prefer this file."
]
}
}