-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmemory.example.json
More file actions
61 lines (61 loc) · 1.78 KB
/
memory.example.json
File metadata and controls
61 lines (61 loc) · 1.78 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"version": 1,
"memories": [
{
"id": "mem_seed_001",
"kind": "invariant",
"text": "Keep durable project memory small, explicit, and tied to decisions, commands, paths, or test outcomes.",
"source": "seed",
"tags": ["memory", "context"],
"pinned": false,
"references": [],
"created_at": "2026-05-09T00:00:00Z",
"updated_at": null,
"deleted_at": null,
"deletion_reason": null,
"superseded_by": null
},
{
"id": "mem_seed_002",
"kind": "decision",
"text": "Mnemo uses only Python standard library code and stores project memory in local JSON files.",
"source": "seed",
"tags": ["mcp", "local", "stdlib"],
"pinned": false,
"references": [],
"created_at": "2026-05-09T00:00:00Z",
"updated_at": null,
"deleted_at": null,
"deletion_reason": null,
"superseded_by": null
},
{
"id": "mem_seed_003",
"kind": "failed_approach",
"text": "Do not treat hidden chat history as durable project memory; record lasting decisions explicitly.",
"source": "seed",
"tags": ["memory", "agent"],
"pinned": false,
"references": [],
"created_at": "2026-05-09T00:00:00Z",
"updated_at": null,
"deleted_at": null,
"deletion_reason": null,
"superseded_by": null
},
{
"id": "mem_seed_004",
"kind": "command",
"text": "Run python smoke_test.py and python -m unittest test_server.py -v after changing this folder.",
"source": "seed",
"tags": ["test", "validation"],
"pinned": false,
"references": [],
"created_at": "2026-05-09T00:00:00Z",
"updated_at": null,
"deleted_at": null,
"deletion_reason": null,
"superseded_by": null
}
]
}