-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlevel-3-full.memory.json
More file actions
162 lines (152 loc) · 5.14 KB
/
level-3-full.memory.json
File metadata and controls
162 lines (152 loc) · 5.14 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"@context": [
"https://mif-spec.dev/schema/context.jsonld",
{
"prov": "http://www.w3.org/ns/prov#",
"dc": "http://purl.org/dc/terms/",
"subcog": "https://github.com/zircote/subcog/ns/"
}
],
"@type": ["Memory", "prov:Entity"],
"@id": "urn:mif:7f3a8b2c-1d4e-5f6a-9b0c-2d3e4f5a6b7c",
"memoryType": "semantic",
"title": "Dark Mode UI Preference",
"content": "# Dark Mode UI Preference\n\nUser strongly prefers dark mode for all applications.\n\n## Details\n\nThis preference applies to:\n\n- **IDE/Editor**: VS Code, JetBrains IDEs\n- **Terminal**: iTerm2, built-in terminal\n- **Web applications**: GitHub, documentation sites\n- **Mobile apps**: When available\n\n## Context\n\nUser mentioned eye strain with light themes during extended coding sessions. Dark mode reduces eye fatigue and is preferred for:\n\n- Late-night coding sessions\n- Low-light environments\n- General aesthetic preference\n\n## Reinforcement History\n\nThis preference has been confirmed multiple times:\n\n1. 2026-01-15: Initial statement during onboarding\n2. 2026-01-16: Confirmed when setting up VS Code\n3. 2026-01-18: Applied to terminal configuration\n4. 2026-01-20: Extended to web application preferences",
"created": "2026-01-15T10:30:00Z",
"modified": "2026-01-20T14:22:00Z",
"namespace": "_semantic/preferences",
"tags": ["preference", "ui", "accessibility"],
"aliases": ["Dark Mode Preference", "UI Theme Choice"],
"blocks": {
"main-preference": "User strongly prefers dark mode for all applications.",
"details": "This preference applies to: IDE/Editor, Terminal, Web applications, Mobile apps"
},
"entities": [
{
"@type": "EntityReference",
"entity": { "@id": "urn:mif:entity:person:jane-doe" },
"entityType": "Person",
"name": "Jane Doe",
"role": "subject"
},
{
"@type": "EntityReference",
"entity": { "@id": "urn:mif:entity:technology:vscode" },
"entityType": "Technology",
"name": "VS Code",
"role": "applies-to"
},
{
"@type": "EntityReference",
"entity": { "@id": "urn:mif:entity:concept:dark-mode" },
"entityType": "Concept",
"name": "Dark Mode",
"role": "topic"
},
{
"@type": "EntityReference",
"entity": { "@id": "urn:mif:entity:concept:accessibility" },
"entityType": "Concept",
"name": "Accessibility",
"role": "category"
}
],
"relationships": [
{
"@type": "Relationship",
"relationshipType": "RelatesTo",
"target": { "@id": "urn:mif:ide-configuration-preferences" },
"strength": 0.9
},
{
"@type": "Relationship",
"relationshipType": "RelatesTo",
"target": { "@id": "urn:mif:terminal-setup" },
"strength": 0.85
},
{
"@type": "Relationship",
"relationshipType": "PartOf",
"target": { "@id": "urn:mif:user-jane-doe-profile" },
"strength": 1.0
}
],
"temporal": {
"@type": "TemporalMetadata",
"validFrom": "2026-01-15T00:00:00Z",
"validUntil": null,
"recordedAt": "2026-01-15T10:30:00Z",
"ttl": "P365D",
"decay": {
"model": "exponential",
"halfLife": "P30D",
"currentStrength": 0.92,
"lastReinforced": "2026-01-20T14:22:00Z"
},
"accessCount": 8,
"lastAccessed": "2026-01-20T14:22:00Z",
"reinforcementHistory": [
{
"timestamp": "2026-01-15T10:30:00Z",
"event": "initial_capture",
"strengthDelta": 1.0
},
{
"timestamp": "2026-01-16T11:00:00Z",
"event": "confirmation",
"strengthDelta": 0.1,
"context": "VS Code setup"
},
{
"timestamp": "2026-01-18T09:30:00Z",
"event": "confirmation",
"strengthDelta": 0.1,
"context": "Terminal configuration"
},
{
"timestamp": "2026-01-20T14:22:00Z",
"event": "extension",
"strengthDelta": 0.15,
"context": "Web application preferences"
}
]
},
"provenance": {
"@type": "prov:Entity",
"sourceType": "user_explicit",
"prov:wasGeneratedBy": {
"@type": "prov:Activity",
"@id": "urn:mif:activity:capture-2026-01-15",
"prov:startedAtTime": "2026-01-15T10:30:00Z",
"prov:wasAssociatedWith": {
"@id": "urn:mif:agent:claude-3-opus",
"@type": "prov:SoftwareAgent",
"prov:label": "Claude 3 Opus",
"version": "20240229"
}
},
"prov:wasDerivedFrom": {
"@id": "urn:mif:conversation:conv-2026-01-15-001",
"@type": "prov:Entity"
},
"prov:wasAttributedTo": {
"@id": "urn:mif:entity:person:jane-doe",
"@type": "prov:Person"
},
"confidence": 0.98,
"trustLevel": "user_stated"
},
"embedding": {
"@type": "EmbeddingReference",
"model": "text-embedding-3-small",
"modelVersion": "2024-01",
"dimensions": 1536,
"sourceText": "User prefers dark mode for all applications including IDE, terminal, and web apps",
"normalized": true,
"vectorUri": "urn:mif:vector:7f3a8b2c-1d4e-5f6a-9b0c-2d3e4f5a6b7c"
},
"extensions": {
"subcog:domain": "user",
"subcog:hash": "sha256:4c04b32ddc2053b5a8f9e2d1c0b7a6e5d4c3b2a1"
}
}