solsticestudioai commited on
Commit
6a700f4
·
verified ·
1 Parent(s): fc905bb

Publish Mnemosyne Memory Lifecycle Benchmark v0.2.0

Browse files
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Mnemosyne Memory Lifecycle Benchmark Dataset v0.2.0
2
+
3
+ This deterministic synthetic benchmark contains 40 scenarios across eight
4
+ categories and five documented reference strategies. Strategy execution is
5
+ blind to expected labels; execution and evaluation are separate phases.
6
+
7
+ Current results are fixture results, not real-world memory accuracy. Simple
8
+ strategies remain competitive on straightforward current-state questions, while
9
+ typed lineage uniquely reconstructs the historical point in the current
10
+ fixtures. Twenty-five of 40 scenarios are currently non-discriminating and are
11
+ preserved rather than hidden. Metrics are `not_applicable` when no valid
12
+ denominator exists. Logical erasure is not physical deletion, and this
13
+ benchmark does not establish superiority over production memory systems.
14
+
15
+ Public links:
16
+
17
+ - Space: https://huggingface.co/spaces/solsticestudioai/mnemosyne-memory-lab
18
+ - Direct app: https://solsticestudioai-mnemosyne-memory-lab.static.hf.space/
19
+ - Collection: https://huggingface.co/collections/solsticestudioai/solstice-agent-reliability-lab
20
+ - Methodology: docs/METHODOLOGY.md
21
+ - Scenario design: docs/SCENARIO_DESIGN.md
22
+ - Metric validity: docs/METRIC_VALIDITY.md
23
+ - Limitations: docs/LIMITATIONS.md
24
+ - Validity summary: reports/benchmark-validity-summary.md
25
+ - Claim evidence: reports/claim-evidence-matrix.md
docs/LIMITATIONS.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Limitations
2
+
3
+ This is a deterministic synthetic benchmark. It does not represent every
4
+ production memory architecture, prove causal model behavior, provide complete
5
+ environment reconstruction, guarantee erasure, or establish real-world
6
+ performance.
docs/METHODOLOGY.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Methodology
2
+
3
+ Every strategy receives the same ordered synthetic observations and query.
4
+ Expected answers are frozen before execution. Explanations are composed from
5
+ structured rules; no model or network is used. Results are reported by strategy
6
+ and category with explicit denominators.
docs/METRIC_VALIDITY.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Metric validity
2
+
3
+ Metrics are evaluated per scenario and category. Current-belief and authority
4
+ metrics use five scenario rows per category. Historical metrics use only rows
5
+ with an expected historical answer. Promotion, erasure, temporal, and
6
+ evidence-family metrics return `not_applicable` when their applicability
7
+ denominator is zero; they do not award a perfect score for an empty strategy.
8
+ Rates are never inferred from prose. Privacy leakage counts a violation only
9
+ when a record is promoted outside its permitted scope. Abstention is evaluated
10
+ against an explicitly expected ambiguity decision.
docs/SCENARIO_DESIGN.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Scenario design
2
+
3
+ Eight categories contain five scenarios each: belief revision, duplicate
4
+ evidence, stale procedures, privacy and promotion, historical reconstruction,
5
+ temporal validity, erasure and revocation, and conflicting authority. IDs and
6
+ timestamps are frozen synthetic fixtures.
expected_decisions.jsonl ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"expected_current_answer": "Hybrid work is now preferred.", "expected_decision": "answer_current", "scenario_id": "mnemo-belief_revision-01"}
2
+ {"expected_current_answer": "Changed preference updated observation 2.", "expected_decision": "answer_current", "scenario_id": "mnemo-belief_revision-02"}
3
+ {"expected_current_answer": "Changed preference updated observation 3.", "expected_decision": "answer_current", "scenario_id": "mnemo-belief_revision-03"}
4
+ {"expected_current_answer": "Changed preference updated observation 4.", "expected_decision": "answer_current", "scenario_id": "mnemo-belief_revision-04"}
5
+ {"expected_current_answer": "Changed preference updated observation 5.", "expected_decision": "answer_current", "scenario_id": "mnemo-belief_revision-05"}
6
+ {"expected_current_answer": "Copied evidence updated observation 1.", "expected_decision": "answer_current", "scenario_id": "mnemo-duplicate_evidence-01"}
7
+ {"expected_current_answer": "Copied evidence updated observation 2.", "expected_decision": "answer_current", "scenario_id": "mnemo-duplicate_evidence-02"}
8
+ {"expected_current_answer": "Copied evidence updated observation 3.", "expected_decision": "answer_current", "scenario_id": "mnemo-duplicate_evidence-03"}
9
+ {"expected_current_answer": "Copied evidence updated observation 4.", "expected_decision": "answer_current", "scenario_id": "mnemo-duplicate_evidence-04"}
10
+ {"expected_current_answer": "Copied evidence updated observation 5.", "expected_decision": "answer_current", "scenario_id": "mnemo-duplicate_evidence-05"}
11
+ {"expected_current_answer": "Stale procedure updated observation 1.", "expected_decision": "answer_current", "scenario_id": "mnemo-stale_procedures-01"}
12
+ {"expected_current_answer": "Stale procedure updated observation 2.", "expected_decision": "answer_current", "scenario_id": "mnemo-stale_procedures-02"}
13
+ {"expected_current_answer": "Stale procedure updated observation 3.", "expected_decision": "answer_current", "scenario_id": "mnemo-stale_procedures-03"}
14
+ {"expected_current_answer": "Stale procedure updated observation 4.", "expected_decision": "answer_current", "scenario_id": "mnemo-stale_procedures-04"}
15
+ {"expected_current_answer": "Stale procedure updated observation 5.", "expected_decision": "answer_current", "scenario_id": "mnemo-stale_procedures-05"}
16
+ {"expected_current_answer": "Privacy promotion updated observation 1.", "expected_decision": "answer_current", "scenario_id": "mnemo-privacy_and_promotion-01"}
17
+ {"expected_current_answer": "Privacy promotion updated observation 2.", "expected_decision": "answer_current", "scenario_id": "mnemo-privacy_and_promotion-02"}
18
+ {"expected_current_answer": "Privacy promotion updated observation 3.", "expected_decision": "answer_current", "scenario_id": "mnemo-privacy_and_promotion-03"}
19
+ {"expected_current_answer": "Privacy promotion updated observation 4.", "expected_decision": "answer_current", "scenario_id": "mnemo-privacy_and_promotion-04"}
20
+ {"expected_current_answer": "Privacy promotion updated observation 5.", "expected_decision": "answer_current", "scenario_id": "mnemo-privacy_and_promotion-05"}
21
+ {"expected_current_answer": "Historical state updated observation 1.", "expected_decision": "answer_current", "scenario_id": "mnemo-historical_reconstruction-01"}
22
+ {"expected_current_answer": "Historical state updated observation 2.", "expected_decision": "answer_current", "scenario_id": "mnemo-historical_reconstruction-02"}
23
+ {"expected_current_answer": "Historical state updated observation 3.", "expected_decision": "answer_current", "scenario_id": "mnemo-historical_reconstruction-03"}
24
+ {"expected_current_answer": "Historical state updated observation 4.", "expected_decision": "answer_current", "scenario_id": "mnemo-historical_reconstruction-04"}
25
+ {"expected_current_answer": "Historical state updated observation 5.", "expected_decision": "answer_current", "scenario_id": "mnemo-historical_reconstruction-05"}
26
+ {"expected_current_answer": "Temporal interval updated observation 1.", "expected_decision": "answer_current", "scenario_id": "mnemo-temporal_validity-01"}
27
+ {"expected_current_answer": "Temporal interval updated observation 2.", "expected_decision": "answer_current", "scenario_id": "mnemo-temporal_validity-02"}
28
+ {"expected_current_answer": "Temporal interval updated observation 3.", "expected_decision": "answer_current", "scenario_id": "mnemo-temporal_validity-03"}
29
+ {"expected_current_answer": "Temporal interval updated observation 4.", "expected_decision": "answer_current", "scenario_id": "mnemo-temporal_validity-04"}
30
+ {"expected_current_answer": "Temporal interval updated observation 5.", "expected_decision": "answer_current", "scenario_id": "mnemo-temporal_validity-05"}
31
+ {"expected_current_answer": "Logical erasure updated observation 1.", "expected_decision": "answer_current", "scenario_id": "mnemo-erasure_and_revocation-01"}
32
+ {"expected_current_answer": "Logical erasure updated observation 2.", "expected_decision": "answer_current", "scenario_id": "mnemo-erasure_and_revocation-02"}
33
+ {"expected_current_answer": "Logical erasure updated observation 3.", "expected_decision": "answer_current", "scenario_id": "mnemo-erasure_and_revocation-03"}
34
+ {"expected_current_answer": "Logical erasure updated observation 4.", "expected_decision": "answer_current", "scenario_id": "mnemo-erasure_and_revocation-04"}
35
+ {"expected_current_answer": "Logical erasure updated observation 5.", "expected_decision": "answer_current", "scenario_id": "mnemo-erasure_and_revocation-05"}
36
+ {"expected_current_answer": "Authority conflict baseline observation 1.", "expected_decision": "abstain_ambiguous", "scenario_id": "mnemo-conflicting_authority-01"}
37
+ {"expected_current_answer": "Authority conflict baseline observation 2.", "expected_decision": "abstain_ambiguous", "scenario_id": "mnemo-conflicting_authority-02"}
38
+ {"expected_current_answer": "Authority conflict baseline observation 3.", "expected_decision": "abstain_ambiguous", "scenario_id": "mnemo-conflicting_authority-03"}
39
+ {"expected_current_answer": "Authority conflict baseline observation 4.", "expected_decision": "abstain_ambiguous", "scenario_id": "mnemo-conflicting_authority-04"}
40
+ {"expected_current_answer": "Authority conflict baseline observation 5.", "expected_decision": "abstain_ambiguous", "scenario_id": "mnemo-conflicting_authority-05"}
expected_results.jsonl ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"expected_current_answer": "Hybrid work is now preferred.", "expected_decision": "answer_current", "expected_historical_answer": "Remote work is preferred.", "scenario_id": "mnemo-belief_revision-01"}
2
+ {"expected_current_answer": "Changed preference updated observation 2.", "expected_decision": "answer_current", "expected_historical_answer": "Changed preference baseline observation 2.", "scenario_id": "mnemo-belief_revision-02"}
3
+ {"expected_current_answer": "Changed preference updated observation 3.", "expected_decision": "answer_current", "expected_historical_answer": "Changed preference baseline observation 3.", "scenario_id": "mnemo-belief_revision-03"}
4
+ {"expected_current_answer": "Changed preference updated observation 4.", "expected_decision": "answer_current", "expected_historical_answer": "Changed preference baseline observation 4.", "scenario_id": "mnemo-belief_revision-04"}
5
+ {"expected_current_answer": "Changed preference updated observation 5.", "expected_decision": "answer_current", "expected_historical_answer": "Changed preference baseline observation 5.", "scenario_id": "mnemo-belief_revision-05"}
6
+ {"expected_current_answer": "Copied evidence updated observation 1.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-duplicate_evidence-01"}
7
+ {"expected_current_answer": "Copied evidence updated observation 2.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-duplicate_evidence-02"}
8
+ {"expected_current_answer": "Copied evidence updated observation 3.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-duplicate_evidence-03"}
9
+ {"expected_current_answer": "Copied evidence updated observation 4.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-duplicate_evidence-04"}
10
+ {"expected_current_answer": "Copied evidence updated observation 5.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-duplicate_evidence-05"}
11
+ {"expected_current_answer": "Stale procedure updated observation 1.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-stale_procedures-01"}
12
+ {"expected_current_answer": "Stale procedure updated observation 2.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-stale_procedures-02"}
13
+ {"expected_current_answer": "Stale procedure updated observation 3.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-stale_procedures-03"}
14
+ {"expected_current_answer": "Stale procedure updated observation 4.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-stale_procedures-04"}
15
+ {"expected_current_answer": "Stale procedure updated observation 5.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-stale_procedures-05"}
16
+ {"expected_current_answer": "Privacy promotion updated observation 1.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-privacy_and_promotion-01"}
17
+ {"expected_current_answer": "Privacy promotion updated observation 2.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-privacy_and_promotion-02"}
18
+ {"expected_current_answer": "Privacy promotion updated observation 3.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-privacy_and_promotion-03"}
19
+ {"expected_current_answer": "Privacy promotion updated observation 4.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-privacy_and_promotion-04"}
20
+ {"expected_current_answer": "Privacy promotion updated observation 5.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-privacy_and_promotion-05"}
21
+ {"expected_current_answer": "Historical state updated observation 1.", "expected_decision": "answer_current", "expected_historical_answer": "Historical state baseline observation 1.", "scenario_id": "mnemo-historical_reconstruction-01"}
22
+ {"expected_current_answer": "Historical state updated observation 2.", "expected_decision": "answer_current", "expected_historical_answer": "Historical state baseline observation 2.", "scenario_id": "mnemo-historical_reconstruction-02"}
23
+ {"expected_current_answer": "Historical state updated observation 3.", "expected_decision": "answer_current", "expected_historical_answer": "Historical state baseline observation 3.", "scenario_id": "mnemo-historical_reconstruction-03"}
24
+ {"expected_current_answer": "Historical state updated observation 4.", "expected_decision": "answer_current", "expected_historical_answer": "Historical state baseline observation 4.", "scenario_id": "mnemo-historical_reconstruction-04"}
25
+ {"expected_current_answer": "Historical state updated observation 5.", "expected_decision": "answer_current", "expected_historical_answer": "Historical state baseline observation 5.", "scenario_id": "mnemo-historical_reconstruction-05"}
26
+ {"expected_current_answer": "Temporal interval updated observation 1.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-temporal_validity-01"}
27
+ {"expected_current_answer": "Temporal interval updated observation 2.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-temporal_validity-02"}
28
+ {"expected_current_answer": "Temporal interval updated observation 3.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-temporal_validity-03"}
29
+ {"expected_current_answer": "Temporal interval updated observation 4.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-temporal_validity-04"}
30
+ {"expected_current_answer": "Temporal interval updated observation 5.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-temporal_validity-05"}
31
+ {"expected_current_answer": "Logical erasure updated observation 1.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-erasure_and_revocation-01"}
32
+ {"expected_current_answer": "Logical erasure updated observation 2.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-erasure_and_revocation-02"}
33
+ {"expected_current_answer": "Logical erasure updated observation 3.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-erasure_and_revocation-03"}
34
+ {"expected_current_answer": "Logical erasure updated observation 4.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-erasure_and_revocation-04"}
35
+ {"expected_current_answer": "Logical erasure updated observation 5.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-erasure_and_revocation-05"}
36
+ {"expected_current_answer": "Authority conflict updated observation 1.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-conflicting_authority-01"}
37
+ {"expected_current_answer": "Authority conflict updated observation 2.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-conflicting_authority-02"}
38
+ {"expected_current_answer": "Authority conflict updated observation 3.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-conflicting_authority-03"}
39
+ {"expected_current_answer": "Authority conflict updated observation 4.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-conflicting_authority-04"}
40
+ {"expected_current_answer": "Authority conflict updated observation 5.", "expected_decision": "answer_current", "expected_historical_answer": null, "scenario_id": "mnemo-conflicting_authority-05"}
metrics.json ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "by_category": {
3
+ "belief_revision": {
4
+ "conversation_history": {
5
+ "current_belief_accuracy": 0.8,
6
+ "scenario_count": 5,
7
+ "stale_memory_use_rate": 0.0
8
+ },
9
+ "extracted_profile": {
10
+ "current_belief_accuracy": 1.0,
11
+ "scenario_count": 5,
12
+ "stale_memory_use_rate": 0.0
13
+ },
14
+ "flat_similarity": {
15
+ "current_belief_accuracy": 0.8,
16
+ "scenario_count": 5,
17
+ "stale_memory_use_rate": 0.0
18
+ },
19
+ "typed_lifecycle": {
20
+ "current_belief_accuracy": 1.0,
21
+ "scenario_count": 5,
22
+ "stale_memory_use_rate": 1.0
23
+ },
24
+ "typed_lifecycle_lineage": {
25
+ "current_belief_accuracy": 1.0,
26
+ "scenario_count": 5,
27
+ "stale_memory_use_rate": 1.0
28
+ }
29
+ },
30
+ "conflicting_authority": {
31
+ "conversation_history": {
32
+ "current_belief_accuracy": 0.0,
33
+ "scenario_count": 5,
34
+ "stale_memory_use_rate": 0.0
35
+ },
36
+ "extracted_profile": {
37
+ "current_belief_accuracy": 1.0,
38
+ "scenario_count": 5,
39
+ "stale_memory_use_rate": 0.0
40
+ },
41
+ "flat_similarity": {
42
+ "current_belief_accuracy": 0.0,
43
+ "scenario_count": 5,
44
+ "stale_memory_use_rate": 0.0
45
+ },
46
+ "typed_lifecycle": {
47
+ "current_belief_accuracy": 1.0,
48
+ "scenario_count": 5,
49
+ "stale_memory_use_rate": 0.0
50
+ },
51
+ "typed_lifecycle_lineage": {
52
+ "current_belief_accuracy": 1.0,
53
+ "scenario_count": 5,
54
+ "stale_memory_use_rate": 0.0
55
+ }
56
+ },
57
+ "duplicate_evidence": {
58
+ "conversation_history": {
59
+ "current_belief_accuracy": 1.0,
60
+ "scenario_count": 5,
61
+ "stale_memory_use_rate": 0.0
62
+ },
63
+ "extracted_profile": {
64
+ "current_belief_accuracy": 1.0,
65
+ "scenario_count": 5,
66
+ "stale_memory_use_rate": 0.0
67
+ },
68
+ "flat_similarity": {
69
+ "current_belief_accuracy": 1.0,
70
+ "scenario_count": 5,
71
+ "stale_memory_use_rate": 0.0
72
+ },
73
+ "typed_lifecycle": {
74
+ "current_belief_accuracy": 1.0,
75
+ "scenario_count": 5,
76
+ "stale_memory_use_rate": 0.0
77
+ },
78
+ "typed_lifecycle_lineage": {
79
+ "current_belief_accuracy": 1.0,
80
+ "scenario_count": 5,
81
+ "stale_memory_use_rate": 0.0
82
+ }
83
+ },
84
+ "erasure_and_revocation": {
85
+ "conversation_history": {
86
+ "current_belief_accuracy": 1.0,
87
+ "scenario_count": 5,
88
+ "stale_memory_use_rate": 0.0
89
+ },
90
+ "extracted_profile": {
91
+ "current_belief_accuracy": 1.0,
92
+ "scenario_count": 5,
93
+ "stale_memory_use_rate": 0.0
94
+ },
95
+ "flat_similarity": {
96
+ "current_belief_accuracy": 1.0,
97
+ "scenario_count": 5,
98
+ "stale_memory_use_rate": 0.0
99
+ },
100
+ "typed_lifecycle": {
101
+ "current_belief_accuracy": 1.0,
102
+ "scenario_count": 5,
103
+ "stale_memory_use_rate": 0.0
104
+ },
105
+ "typed_lifecycle_lineage": {
106
+ "current_belief_accuracy": 1.0,
107
+ "scenario_count": 5,
108
+ "stale_memory_use_rate": 0.0
109
+ }
110
+ },
111
+ "historical_reconstruction": {
112
+ "conversation_history": {
113
+ "current_belief_accuracy": 1.0,
114
+ "scenario_count": 5,
115
+ "stale_memory_use_rate": 0.0
116
+ },
117
+ "extracted_profile": {
118
+ "current_belief_accuracy": 1.0,
119
+ "scenario_count": 5,
120
+ "stale_memory_use_rate": 0.0
121
+ },
122
+ "flat_similarity": {
123
+ "current_belief_accuracy": 1.0,
124
+ "scenario_count": 5,
125
+ "stale_memory_use_rate": 0.0
126
+ },
127
+ "typed_lifecycle": {
128
+ "current_belief_accuracy": 1.0,
129
+ "scenario_count": 5,
130
+ "stale_memory_use_rate": 0.0
131
+ },
132
+ "typed_lifecycle_lineage": {
133
+ "current_belief_accuracy": 1.0,
134
+ "scenario_count": 5,
135
+ "stale_memory_use_rate": 0.0
136
+ }
137
+ },
138
+ "privacy_and_promotion": {
139
+ "conversation_history": {
140
+ "current_belief_accuracy": 1.0,
141
+ "scenario_count": 5,
142
+ "stale_memory_use_rate": 0.0
143
+ },
144
+ "extracted_profile": {
145
+ "current_belief_accuracy": 1.0,
146
+ "scenario_count": 5,
147
+ "stale_memory_use_rate": 0.0
148
+ },
149
+ "flat_similarity": {
150
+ "current_belief_accuracy": 1.0,
151
+ "scenario_count": 5,
152
+ "stale_memory_use_rate": 0.0
153
+ },
154
+ "typed_lifecycle": {
155
+ "current_belief_accuracy": 1.0,
156
+ "scenario_count": 5,
157
+ "stale_memory_use_rate": 0.0
158
+ },
159
+ "typed_lifecycle_lineage": {
160
+ "current_belief_accuracy": 1.0,
161
+ "scenario_count": 5,
162
+ "stale_memory_use_rate": 0.0
163
+ }
164
+ },
165
+ "stale_procedures": {
166
+ "conversation_history": {
167
+ "current_belief_accuracy": 1.0,
168
+ "scenario_count": 5,
169
+ "stale_memory_use_rate": 0.0
170
+ },
171
+ "extracted_profile": {
172
+ "current_belief_accuracy": 1.0,
173
+ "scenario_count": 5,
174
+ "stale_memory_use_rate": 0.0
175
+ },
176
+ "flat_similarity": {
177
+ "current_belief_accuracy": 1.0,
178
+ "scenario_count": 5,
179
+ "stale_memory_use_rate": 0.0
180
+ },
181
+ "typed_lifecycle": {
182
+ "current_belief_accuracy": 1.0,
183
+ "scenario_count": 5,
184
+ "stale_memory_use_rate": 1.0
185
+ },
186
+ "typed_lifecycle_lineage": {
187
+ "current_belief_accuracy": 1.0,
188
+ "scenario_count": 5,
189
+ "stale_memory_use_rate": 1.0
190
+ }
191
+ },
192
+ "temporal_validity": {
193
+ "conversation_history": {
194
+ "current_belief_accuracy": 1.0,
195
+ "scenario_count": 5,
196
+ "stale_memory_use_rate": 0.0
197
+ },
198
+ "extracted_profile": {
199
+ "current_belief_accuracy": 1.0,
200
+ "scenario_count": 5,
201
+ "stale_memory_use_rate": 0.0
202
+ },
203
+ "flat_similarity": {
204
+ "current_belief_accuracy": 1.0,
205
+ "scenario_count": 5,
206
+ "stale_memory_use_rate": 0.0
207
+ },
208
+ "typed_lifecycle": {
209
+ "current_belief_accuracy": 1.0,
210
+ "scenario_count": 5,
211
+ "stale_memory_use_rate": 0.0
212
+ },
213
+ "typed_lifecycle_lineage": {
214
+ "current_belief_accuracy": 1.0,
215
+ "scenario_count": 5,
216
+ "stale_memory_use_rate": 0.0
217
+ }
218
+ }
219
+ },
220
+ "overall": {
221
+ "conversation_history": {
222
+ "ambiguity_handling_accuracy": 0.375,
223
+ "authority_resolution_accuracy": 0.375,
224
+ "current_belief_accuracy": 0.85,
225
+ "duplicate_memory_retrieval_rate": "not_applicable",
226
+ "false_corroboration_rate": "not_applicable",
227
+ "historical_belief_accuracy": 0.0,
228
+ "historical_reconstruction_accuracy": 0.0,
229
+ "logical_erasure_compliance": "not_applicable",
230
+ "privacy_memory_leakage_rate": 0.1,
231
+ "promotion_precision": "not_applicable",
232
+ "promotion_recall": "not_applicable",
233
+ "residual_copy_detection_rate": "not_applicable",
234
+ "stale_memory_use_rate": 0.0,
235
+ "supersession_precision": 0.85,
236
+ "supersession_recall": 0.85,
237
+ "temporal_validity_accuracy": "not_applicable",
238
+ "unsafe_procedural_promotion_rate": "not_applicable",
239
+ "unsupported_answer_abstention_correctness": "not_applicable"
240
+ },
241
+ "extracted_profile": {
242
+ "ambiguity_handling_accuracy": 0.375,
243
+ "authority_resolution_accuracy": 0.375,
244
+ "current_belief_accuracy": 1.0,
245
+ "duplicate_memory_retrieval_rate": "not_applicable",
246
+ "false_corroboration_rate": "not_applicable",
247
+ "historical_belief_accuracy": 0.0,
248
+ "historical_reconstruction_accuracy": 0.0,
249
+ "logical_erasure_compliance": "not_applicable",
250
+ "privacy_memory_leakage_rate": 0.1,
251
+ "promotion_precision": "not_applicable",
252
+ "promotion_recall": "not_applicable",
253
+ "residual_copy_detection_rate": "not_applicable",
254
+ "stale_memory_use_rate": 0.0,
255
+ "supersession_precision": 0.85,
256
+ "supersession_recall": 0.85,
257
+ "temporal_validity_accuracy": "not_applicable",
258
+ "unsafe_procedural_promotion_rate": "not_applicable",
259
+ "unsupported_answer_abstention_correctness": "not_applicable"
260
+ },
261
+ "flat_similarity": {
262
+ "ambiguity_handling_accuracy": 0.375,
263
+ "authority_resolution_accuracy": 0.375,
264
+ "current_belief_accuracy": 0.85,
265
+ "duplicate_memory_retrieval_rate": "not_applicable",
266
+ "false_corroboration_rate": "not_applicable",
267
+ "historical_belief_accuracy": 0.0,
268
+ "historical_reconstruction_accuracy": 0.0,
269
+ "logical_erasure_compliance": "not_applicable",
270
+ "privacy_memory_leakage_rate": 0.1,
271
+ "promotion_precision": "not_applicable",
272
+ "promotion_recall": "not_applicable",
273
+ "residual_copy_detection_rate": "not_applicable",
274
+ "stale_memory_use_rate": 0.0,
275
+ "supersession_precision": 0.85,
276
+ "supersession_recall": 0.85,
277
+ "temporal_validity_accuracy": "not_applicable",
278
+ "unsafe_procedural_promotion_rate": "not_applicable",
279
+ "unsupported_answer_abstention_correctness": "not_applicable"
280
+ },
281
+ "typed_lifecycle": {
282
+ "ambiguity_handling_accuracy": 0.375,
283
+ "authority_resolution_accuracy": 0.375,
284
+ "current_belief_accuracy": 1.0,
285
+ "duplicate_memory_retrieval_rate": "not_applicable",
286
+ "false_corroboration_rate": "not_applicable",
287
+ "historical_belief_accuracy": 0.0,
288
+ "historical_reconstruction_accuracy": 0.0,
289
+ "logical_erasure_compliance": "not_applicable",
290
+ "privacy_memory_leakage_rate": 0.1,
291
+ "promotion_precision": "not_applicable",
292
+ "promotion_recall": "not_applicable",
293
+ "residual_copy_detection_rate": "not_applicable",
294
+ "stale_memory_use_rate": 0.0,
295
+ "supersession_precision": 0.9,
296
+ "supersession_recall": 0.9,
297
+ "temporal_validity_accuracy": "not_applicable",
298
+ "unsafe_procedural_promotion_rate": "not_applicable",
299
+ "unsupported_answer_abstention_correctness": "not_applicable"
300
+ },
301
+ "typed_lifecycle_lineage": {
302
+ "ambiguity_handling_accuracy": 0.375,
303
+ "authority_resolution_accuracy": 0.375,
304
+ "current_belief_accuracy": 1.0,
305
+ "duplicate_memory_retrieval_rate": "not_applicable",
306
+ "false_corroboration_rate": "not_applicable",
307
+ "historical_belief_accuracy": 1.0,
308
+ "historical_reconstruction_accuracy": 1.0,
309
+ "logical_erasure_compliance": "not_applicable",
310
+ "privacy_memory_leakage_rate": 0.1,
311
+ "promotion_precision": "not_applicable",
312
+ "promotion_recall": "not_applicable",
313
+ "residual_copy_detection_rate": "not_applicable",
314
+ "stale_memory_use_rate": 0.0,
315
+ "supersession_precision": 0.9,
316
+ "supersession_recall": 0.9,
317
+ "temporal_validity_accuracy": "not_applicable",
318
+ "unsafe_procedural_promotion_rate": "not_applicable",
319
+ "unsupported_answer_abstention_correctness": "not_applicable"
320
+ }
321
+ }
322
+ }
metrics_by_category.json ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "belief_revision": {
3
+ "conversation_history": {
4
+ "current_belief_accuracy": 0.8,
5
+ "scenario_count": 5,
6
+ "stale_memory_use_rate": 0.0
7
+ },
8
+ "extracted_profile": {
9
+ "current_belief_accuracy": 1.0,
10
+ "scenario_count": 5,
11
+ "stale_memory_use_rate": 0.0
12
+ },
13
+ "flat_similarity": {
14
+ "current_belief_accuracy": 0.8,
15
+ "scenario_count": 5,
16
+ "stale_memory_use_rate": 0.0
17
+ },
18
+ "typed_lifecycle": {
19
+ "current_belief_accuracy": 1.0,
20
+ "scenario_count": 5,
21
+ "stale_memory_use_rate": 1.0
22
+ },
23
+ "typed_lifecycle_lineage": {
24
+ "current_belief_accuracy": 1.0,
25
+ "scenario_count": 5,
26
+ "stale_memory_use_rate": 1.0
27
+ }
28
+ },
29
+ "conflicting_authority": {
30
+ "conversation_history": {
31
+ "current_belief_accuracy": 0.0,
32
+ "scenario_count": 5,
33
+ "stale_memory_use_rate": 0.0
34
+ },
35
+ "extracted_profile": {
36
+ "current_belief_accuracy": 1.0,
37
+ "scenario_count": 5,
38
+ "stale_memory_use_rate": 0.0
39
+ },
40
+ "flat_similarity": {
41
+ "current_belief_accuracy": 0.0,
42
+ "scenario_count": 5,
43
+ "stale_memory_use_rate": 0.0
44
+ },
45
+ "typed_lifecycle": {
46
+ "current_belief_accuracy": 1.0,
47
+ "scenario_count": 5,
48
+ "stale_memory_use_rate": 0.0
49
+ },
50
+ "typed_lifecycle_lineage": {
51
+ "current_belief_accuracy": 1.0,
52
+ "scenario_count": 5,
53
+ "stale_memory_use_rate": 0.0
54
+ }
55
+ },
56
+ "duplicate_evidence": {
57
+ "conversation_history": {
58
+ "current_belief_accuracy": 1.0,
59
+ "scenario_count": 5,
60
+ "stale_memory_use_rate": 0.0
61
+ },
62
+ "extracted_profile": {
63
+ "current_belief_accuracy": 1.0,
64
+ "scenario_count": 5,
65
+ "stale_memory_use_rate": 0.0
66
+ },
67
+ "flat_similarity": {
68
+ "current_belief_accuracy": 1.0,
69
+ "scenario_count": 5,
70
+ "stale_memory_use_rate": 0.0
71
+ },
72
+ "typed_lifecycle": {
73
+ "current_belief_accuracy": 1.0,
74
+ "scenario_count": 5,
75
+ "stale_memory_use_rate": 0.0
76
+ },
77
+ "typed_lifecycle_lineage": {
78
+ "current_belief_accuracy": 1.0,
79
+ "scenario_count": 5,
80
+ "stale_memory_use_rate": 0.0
81
+ }
82
+ },
83
+ "erasure_and_revocation": {
84
+ "conversation_history": {
85
+ "current_belief_accuracy": 1.0,
86
+ "scenario_count": 5,
87
+ "stale_memory_use_rate": 0.0
88
+ },
89
+ "extracted_profile": {
90
+ "current_belief_accuracy": 1.0,
91
+ "scenario_count": 5,
92
+ "stale_memory_use_rate": 0.0
93
+ },
94
+ "flat_similarity": {
95
+ "current_belief_accuracy": 1.0,
96
+ "scenario_count": 5,
97
+ "stale_memory_use_rate": 0.0
98
+ },
99
+ "typed_lifecycle": {
100
+ "current_belief_accuracy": 1.0,
101
+ "scenario_count": 5,
102
+ "stale_memory_use_rate": 0.0
103
+ },
104
+ "typed_lifecycle_lineage": {
105
+ "current_belief_accuracy": 1.0,
106
+ "scenario_count": 5,
107
+ "stale_memory_use_rate": 0.0
108
+ }
109
+ },
110
+ "historical_reconstruction": {
111
+ "conversation_history": {
112
+ "current_belief_accuracy": 1.0,
113
+ "scenario_count": 5,
114
+ "stale_memory_use_rate": 0.0
115
+ },
116
+ "extracted_profile": {
117
+ "current_belief_accuracy": 1.0,
118
+ "scenario_count": 5,
119
+ "stale_memory_use_rate": 0.0
120
+ },
121
+ "flat_similarity": {
122
+ "current_belief_accuracy": 1.0,
123
+ "scenario_count": 5,
124
+ "stale_memory_use_rate": 0.0
125
+ },
126
+ "typed_lifecycle": {
127
+ "current_belief_accuracy": 1.0,
128
+ "scenario_count": 5,
129
+ "stale_memory_use_rate": 0.0
130
+ },
131
+ "typed_lifecycle_lineage": {
132
+ "current_belief_accuracy": 1.0,
133
+ "scenario_count": 5,
134
+ "stale_memory_use_rate": 0.0
135
+ }
136
+ },
137
+ "privacy_and_promotion": {
138
+ "conversation_history": {
139
+ "current_belief_accuracy": 1.0,
140
+ "scenario_count": 5,
141
+ "stale_memory_use_rate": 0.0
142
+ },
143
+ "extracted_profile": {
144
+ "current_belief_accuracy": 1.0,
145
+ "scenario_count": 5,
146
+ "stale_memory_use_rate": 0.0
147
+ },
148
+ "flat_similarity": {
149
+ "current_belief_accuracy": 1.0,
150
+ "scenario_count": 5,
151
+ "stale_memory_use_rate": 0.0
152
+ },
153
+ "typed_lifecycle": {
154
+ "current_belief_accuracy": 1.0,
155
+ "scenario_count": 5,
156
+ "stale_memory_use_rate": 0.0
157
+ },
158
+ "typed_lifecycle_lineage": {
159
+ "current_belief_accuracy": 1.0,
160
+ "scenario_count": 5,
161
+ "stale_memory_use_rate": 0.0
162
+ }
163
+ },
164
+ "stale_procedures": {
165
+ "conversation_history": {
166
+ "current_belief_accuracy": 1.0,
167
+ "scenario_count": 5,
168
+ "stale_memory_use_rate": 0.0
169
+ },
170
+ "extracted_profile": {
171
+ "current_belief_accuracy": 1.0,
172
+ "scenario_count": 5,
173
+ "stale_memory_use_rate": 0.0
174
+ },
175
+ "flat_similarity": {
176
+ "current_belief_accuracy": 1.0,
177
+ "scenario_count": 5,
178
+ "stale_memory_use_rate": 0.0
179
+ },
180
+ "typed_lifecycle": {
181
+ "current_belief_accuracy": 1.0,
182
+ "scenario_count": 5,
183
+ "stale_memory_use_rate": 1.0
184
+ },
185
+ "typed_lifecycle_lineage": {
186
+ "current_belief_accuracy": 1.0,
187
+ "scenario_count": 5,
188
+ "stale_memory_use_rate": 1.0
189
+ }
190
+ },
191
+ "temporal_validity": {
192
+ "conversation_history": {
193
+ "current_belief_accuracy": 1.0,
194
+ "scenario_count": 5,
195
+ "stale_memory_use_rate": 0.0
196
+ },
197
+ "extracted_profile": {
198
+ "current_belief_accuracy": 1.0,
199
+ "scenario_count": 5,
200
+ "stale_memory_use_rate": 0.0
201
+ },
202
+ "flat_similarity": {
203
+ "current_belief_accuracy": 1.0,
204
+ "scenario_count": 5,
205
+ "stale_memory_use_rate": 0.0
206
+ },
207
+ "typed_lifecycle": {
208
+ "current_belief_accuracy": 1.0,
209
+ "scenario_count": 5,
210
+ "stale_memory_use_rate": 0.0
211
+ },
212
+ "typed_lifecycle_lineage": {
213
+ "current_belief_accuracy": 1.0,
214
+ "scenario_count": 5,
215
+ "stale_memory_use_rate": 0.0
216
+ }
217
+ }
218
+ }
observations.jsonl ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"observation": {"authority": "direct_user_statement", "content": "Remote work is preferred.", "evidence_family_id": "fam-pref-1", "memory_type": "preference", "observation_id": "day01", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": false, "source_id": "day01", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-belief_revision-01"}
2
+ {"observation": {"authority": "direct_user_statement", "content": "Hybrid work is now preferred.", "evidence_family_id": "fam-pref-2", "memory_type": "preference", "observation_id": "day10", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": false, "source_id": "day10", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-belief_revision-01"}
3
+ {"observation": {"authority": "summarized", "content": "Remote work is preferred.", "evidence_family_id": "fam-pref-1", "memory_type": "preference", "observation_id": "day20a", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": false, "source_id": "day20a", "timestamp": "2025-01-21T00:00:00Z", "valid_from": "2025-01-21T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-belief_revision-01"}
4
+ {"observation": {"authority": "copied", "content": "Remote work is preferred.", "evidence_family_id": "fam-pref-1", "memory_type": "preference", "observation_id": "day20b", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": false, "source_id": "day20b", "timestamp": "2025-01-21T00:00:00Z", "valid_from": "2025-01-21T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-belief_revision-01"}
5
+ {"observation": {"authority": "direct_observation", "content": "Changed preference baseline observation 2.", "evidence_family_id": "fam-belief_revision-2", "memory_type": "preference", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-belief_revision-02"}
6
+ {"observation": {"authority": "approved_record", "content": "Changed preference updated observation 2.", "evidence_family_id": "fam-belief_revision-2-new", "memory_type": "preference", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-belief_revision-02"}
7
+ {"observation": {"authority": "direct_observation", "content": "Changed preference baseline observation 3.", "evidence_family_id": "fam-belief_revision-3", "memory_type": "preference", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-belief_revision-03"}
8
+ {"observation": {"authority": "approved_record", "content": "Changed preference updated observation 3.", "evidence_family_id": "fam-belief_revision-3-new", "memory_type": "preference", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-belief_revision-03"}
9
+ {"observation": {"authority": "direct_observation", "content": "Changed preference baseline observation 4.", "evidence_family_id": "fam-belief_revision-4", "memory_type": "preference", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-belief_revision-04"}
10
+ {"observation": {"authority": "approved_record", "content": "Changed preference updated observation 4.", "evidence_family_id": "fam-belief_revision-4-new", "memory_type": "preference", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-belief_revision-04"}
11
+ {"observation": {"authority": "direct_observation", "content": "Changed preference baseline observation 5.", "evidence_family_id": "fam-belief_revision-5", "memory_type": "preference", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-belief_revision-05"}
12
+ {"observation": {"authority": "approved_record", "content": "Changed preference updated observation 5.", "evidence_family_id": "fam-belief_revision-5-new", "memory_type": "preference", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-belief_revision-05"}
13
+ {"observation": {"authority": "direct_observation", "content": "Copied evidence baseline observation 1.", "evidence_family_id": "fam-duplicate_evidence-1", "memory_type": "semantic", "observation_id": "obs1a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-01"}
14
+ {"observation": {"authority": "approved_record", "content": "Copied evidence updated observation 1.", "evidence_family_id": "fam-duplicate_evidence-1-new", "memory_type": "semantic", "observation_id": "obs1b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-01"}
15
+ {"observation": {"authority": "copied", "content": "Copied evidence updated observation 1.", "evidence_family_id": "fam-duplicate_evidence-1-new", "memory_type": "semantic", "observation_id": "obs1c", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1c", "timestamp": "2025-01-12T00:00:00Z", "valid_from": "2025-01-12T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-01"}
16
+ {"observation": {"authority": "direct_observation", "content": "Copied evidence baseline observation 2.", "evidence_family_id": "fam-duplicate_evidence-2", "memory_type": "semantic", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-02"}
17
+ {"observation": {"authority": "approved_record", "content": "Copied evidence updated observation 2.", "evidence_family_id": "fam-duplicate_evidence-2-new", "memory_type": "semantic", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-02"}
18
+ {"observation": {"authority": "copied", "content": "Copied evidence updated observation 2.", "evidence_family_id": "fam-duplicate_evidence-2-new", "memory_type": "semantic", "observation_id": "obs2c", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2c", "timestamp": "2025-01-12T00:00:00Z", "valid_from": "2025-01-12T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-02"}
19
+ {"observation": {"authority": "direct_observation", "content": "Copied evidence baseline observation 3.", "evidence_family_id": "fam-duplicate_evidence-3", "memory_type": "semantic", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-03"}
20
+ {"observation": {"authority": "approved_record", "content": "Copied evidence updated observation 3.", "evidence_family_id": "fam-duplicate_evidence-3-new", "memory_type": "semantic", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-03"}
21
+ {"observation": {"authority": "copied", "content": "Copied evidence updated observation 3.", "evidence_family_id": "fam-duplicate_evidence-3-new", "memory_type": "semantic", "observation_id": "obs3c", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3c", "timestamp": "2025-01-12T00:00:00Z", "valid_from": "2025-01-12T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-03"}
22
+ {"observation": {"authority": "direct_observation", "content": "Copied evidence baseline observation 4.", "evidence_family_id": "fam-duplicate_evidence-4", "memory_type": "semantic", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-04"}
23
+ {"observation": {"authority": "approved_record", "content": "Copied evidence updated observation 4.", "evidence_family_id": "fam-duplicate_evidence-4-new", "memory_type": "semantic", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-04"}
24
+ {"observation": {"authority": "copied", "content": "Copied evidence updated observation 4.", "evidence_family_id": "fam-duplicate_evidence-4-new", "memory_type": "semantic", "observation_id": "obs4c", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4c", "timestamp": "2025-01-12T00:00:00Z", "valid_from": "2025-01-12T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-04"}
25
+ {"observation": {"authority": "direct_observation", "content": "Copied evidence baseline observation 5.", "evidence_family_id": "fam-duplicate_evidence-5", "memory_type": "semantic", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-05"}
26
+ {"observation": {"authority": "approved_record", "content": "Copied evidence updated observation 5.", "evidence_family_id": "fam-duplicate_evidence-5-new", "memory_type": "semantic", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-05"}
27
+ {"observation": {"authority": "copied", "content": "Copied evidence updated observation 5.", "evidence_family_id": "fam-duplicate_evidence-5-new", "memory_type": "semantic", "observation_id": "obs5c", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5c", "timestamp": "2025-01-12T00:00:00Z", "valid_from": "2025-01-12T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-duplicate_evidence-05"}
28
+ {"observation": {"authority": "direct_observation", "content": "Stale procedure baseline observation 1.", "evidence_family_id": "fam-stale_procedures-1", "memory_type": "procedural", "observation_id": "obs1a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-stale_procedures-01"}
29
+ {"observation": {"authority": "approved_record", "content": "Stale procedure updated observation 1.", "evidence_family_id": "fam-stale_procedures-1-new", "memory_type": "procedural", "observation_id": "obs1b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-stale_procedures-01"}
30
+ {"observation": {"authority": "direct_observation", "content": "Stale procedure baseline observation 2.", "evidence_family_id": "fam-stale_procedures-2", "memory_type": "procedural", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-stale_procedures-02"}
31
+ {"observation": {"authority": "approved_record", "content": "Stale procedure updated observation 2.", "evidence_family_id": "fam-stale_procedures-2-new", "memory_type": "procedural", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-stale_procedures-02"}
32
+ {"observation": {"authority": "direct_observation", "content": "Stale procedure baseline observation 3.", "evidence_family_id": "fam-stale_procedures-3", "memory_type": "procedural", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-stale_procedures-03"}
33
+ {"observation": {"authority": "approved_record", "content": "Stale procedure updated observation 3.", "evidence_family_id": "fam-stale_procedures-3-new", "memory_type": "procedural", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-stale_procedures-03"}
34
+ {"observation": {"authority": "direct_observation", "content": "Stale procedure baseline observation 4.", "evidence_family_id": "fam-stale_procedures-4", "memory_type": "procedural", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-stale_procedures-04"}
35
+ {"observation": {"authority": "approved_record", "content": "Stale procedure updated observation 4.", "evidence_family_id": "fam-stale_procedures-4-new", "memory_type": "procedural", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-stale_procedures-04"}
36
+ {"observation": {"authority": "direct_observation", "content": "Stale procedure baseline observation 5.", "evidence_family_id": "fam-stale_procedures-5", "memory_type": "procedural", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-stale_procedures-05"}
37
+ {"observation": {"authority": "approved_record", "content": "Stale procedure updated observation 5.", "evidence_family_id": "fam-stale_procedures-5-new", "memory_type": "procedural", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-stale_procedures-05"}
38
+ {"observation": {"authority": "direct_observation", "content": "Privacy promotion baseline observation 1.", "evidence_family_id": "fam-privacy_and_promotion-1", "memory_type": "semantic", "observation_id": "obs1a", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-privacy_and_promotion-01"}
39
+ {"observation": {"authority": "approved_record", "content": "Privacy promotion updated observation 1.", "evidence_family_id": "fam-privacy_and_promotion-1-new", "memory_type": "semantic", "observation_id": "obs1b", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-privacy_and_promotion-01"}
40
+ {"observation": {"authority": "direct_observation", "content": "Privacy promotion baseline observation 2.", "evidence_family_id": "fam-privacy_and_promotion-2", "memory_type": "semantic", "observation_id": "obs2a", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-privacy_and_promotion-02"}
41
+ {"observation": {"authority": "approved_record", "content": "Privacy promotion updated observation 2.", "evidence_family_id": "fam-privacy_and_promotion-2-new", "memory_type": "semantic", "observation_id": "obs2b", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-privacy_and_promotion-02"}
42
+ {"observation": {"authority": "direct_observation", "content": "Privacy promotion baseline observation 3.", "evidence_family_id": "fam-privacy_and_promotion-3", "memory_type": "semantic", "observation_id": "obs3a", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-privacy_and_promotion-03"}
43
+ {"observation": {"authority": "approved_record", "content": "Privacy promotion updated observation 3.", "evidence_family_id": "fam-privacy_and_promotion-3-new", "memory_type": "semantic", "observation_id": "obs3b", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-privacy_and_promotion-03"}
44
+ {"observation": {"authority": "direct_observation", "content": "Privacy promotion baseline observation 4.", "evidence_family_id": "fam-privacy_and_promotion-4", "memory_type": "semantic", "observation_id": "obs4a", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-privacy_and_promotion-04"}
45
+ {"observation": {"authority": "approved_record", "content": "Privacy promotion updated observation 4.", "evidence_family_id": "fam-privacy_and_promotion-4-new", "memory_type": "semantic", "observation_id": "obs4b", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-privacy_and_promotion-04"}
46
+ {"observation": {"authority": "direct_observation", "content": "Privacy promotion baseline observation 5.", "evidence_family_id": "fam-privacy_and_promotion-5", "memory_type": "semantic", "observation_id": "obs5a", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-privacy_and_promotion-05"}
47
+ {"observation": {"authority": "approved_record", "content": "Privacy promotion updated observation 5.", "evidence_family_id": "fam-privacy_and_promotion-5-new", "memory_type": "semantic", "observation_id": "obs5b", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-privacy_and_promotion-05"}
48
+ {"observation": {"authority": "direct_observation", "content": "Historical state baseline observation 1.", "evidence_family_id": "fam-historical_reconstruction-1", "memory_type": "semantic", "observation_id": "obs1a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-historical_reconstruction-01"}
49
+ {"observation": {"authority": "approved_record", "content": "Historical state updated observation 1.", "evidence_family_id": "fam-historical_reconstruction-1-new", "memory_type": "semantic", "observation_id": "obs1b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-historical_reconstruction-01"}
50
+ {"observation": {"authority": "direct_observation", "content": "Historical state baseline observation 2.", "evidence_family_id": "fam-historical_reconstruction-2", "memory_type": "semantic", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-historical_reconstruction-02"}
51
+ {"observation": {"authority": "approved_record", "content": "Historical state updated observation 2.", "evidence_family_id": "fam-historical_reconstruction-2-new", "memory_type": "semantic", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-historical_reconstruction-02"}
52
+ {"observation": {"authority": "direct_observation", "content": "Historical state baseline observation 3.", "evidence_family_id": "fam-historical_reconstruction-3", "memory_type": "semantic", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-historical_reconstruction-03"}
53
+ {"observation": {"authority": "approved_record", "content": "Historical state updated observation 3.", "evidence_family_id": "fam-historical_reconstruction-3-new", "memory_type": "semantic", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-historical_reconstruction-03"}
54
+ {"observation": {"authority": "direct_observation", "content": "Historical state baseline observation 4.", "evidence_family_id": "fam-historical_reconstruction-4", "memory_type": "semantic", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-historical_reconstruction-04"}
55
+ {"observation": {"authority": "approved_record", "content": "Historical state updated observation 4.", "evidence_family_id": "fam-historical_reconstruction-4-new", "memory_type": "semantic", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-historical_reconstruction-04"}
56
+ {"observation": {"authority": "direct_observation", "content": "Historical state baseline observation 5.", "evidence_family_id": "fam-historical_reconstruction-5", "memory_type": "semantic", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-historical_reconstruction-05"}
57
+ {"observation": {"authority": "approved_record", "content": "Historical state updated observation 5.", "evidence_family_id": "fam-historical_reconstruction-5-new", "memory_type": "semantic", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-historical_reconstruction-05"}
58
+ {"observation": {"authority": "direct_observation", "content": "Temporal interval baseline observation 1.", "evidence_family_id": "fam-temporal_validity-1", "memory_type": "semantic", "observation_id": "obs1a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-temporal_validity-01"}
59
+ {"observation": {"authority": "approved_record", "content": "Temporal interval updated observation 1.", "evidence_family_id": "fam-temporal_validity-1-new", "memory_type": "semantic", "observation_id": "obs1b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-temporal_validity-01"}
60
+ {"observation": {"authority": "direct_observation", "content": "Temporal interval baseline observation 2.", "evidence_family_id": "fam-temporal_validity-2", "memory_type": "semantic", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-temporal_validity-02"}
61
+ {"observation": {"authority": "approved_record", "content": "Temporal interval updated observation 2.", "evidence_family_id": "fam-temporal_validity-2-new", "memory_type": "semantic", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-temporal_validity-02"}
62
+ {"observation": {"authority": "direct_observation", "content": "Temporal interval baseline observation 3.", "evidence_family_id": "fam-temporal_validity-3", "memory_type": "semantic", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-temporal_validity-03"}
63
+ {"observation": {"authority": "approved_record", "content": "Temporal interval updated observation 3.", "evidence_family_id": "fam-temporal_validity-3-new", "memory_type": "semantic", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-temporal_validity-03"}
64
+ {"observation": {"authority": "direct_observation", "content": "Temporal interval baseline observation 4.", "evidence_family_id": "fam-temporal_validity-4", "memory_type": "semantic", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-temporal_validity-04"}
65
+ {"observation": {"authority": "approved_record", "content": "Temporal interval updated observation 4.", "evidence_family_id": "fam-temporal_validity-4-new", "memory_type": "semantic", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-temporal_validity-04"}
66
+ {"observation": {"authority": "direct_observation", "content": "Temporal interval baseline observation 5.", "evidence_family_id": "fam-temporal_validity-5", "memory_type": "semantic", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-temporal_validity-05"}
67
+ {"observation": {"authority": "approved_record", "content": "Temporal interval updated observation 5.", "evidence_family_id": "fam-temporal_validity-5-new", "memory_type": "semantic", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-temporal_validity-05"}
68
+ {"observation": {"authority": "direct_observation", "content": "Logical erasure baseline observation 1.", "evidence_family_id": "fam-erasure_and_revocation-1", "memory_type": "semantic", "observation_id": "obs1a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-erasure_and_revocation-01"}
69
+ {"observation": {"authority": "approved_record", "content": "Logical erasure updated observation 1.", "evidence_family_id": "fam-erasure_and_revocation-1-new", "memory_type": "semantic", "observation_id": "obs1b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-erasure_and_revocation-01"}
70
+ {"observation": {"authority": "direct_observation", "content": "Logical erasure baseline observation 2.", "evidence_family_id": "fam-erasure_and_revocation-2", "memory_type": "semantic", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-erasure_and_revocation-02"}
71
+ {"observation": {"authority": "approved_record", "content": "Logical erasure updated observation 2.", "evidence_family_id": "fam-erasure_and_revocation-2-new", "memory_type": "semantic", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-erasure_and_revocation-02"}
72
+ {"observation": {"authority": "direct_observation", "content": "Logical erasure baseline observation 3.", "evidence_family_id": "fam-erasure_and_revocation-3", "memory_type": "semantic", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-erasure_and_revocation-03"}
73
+ {"observation": {"authority": "approved_record", "content": "Logical erasure updated observation 3.", "evidence_family_id": "fam-erasure_and_revocation-3-new", "memory_type": "semantic", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-erasure_and_revocation-03"}
74
+ {"observation": {"authority": "direct_observation", "content": "Logical erasure baseline observation 4.", "evidence_family_id": "fam-erasure_and_revocation-4", "memory_type": "semantic", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-erasure_and_revocation-04"}
75
+ {"observation": {"authority": "approved_record", "content": "Logical erasure updated observation 4.", "evidence_family_id": "fam-erasure_and_revocation-4-new", "memory_type": "semantic", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-erasure_and_revocation-04"}
76
+ {"observation": {"authority": "direct_observation", "content": "Logical erasure baseline observation 5.", "evidence_family_id": "fam-erasure_and_revocation-5", "memory_type": "semantic", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-erasure_and_revocation-05"}
77
+ {"observation": {"authority": "approved_record", "content": "Logical erasure updated observation 5.", "evidence_family_id": "fam-erasure_and_revocation-5-new", "memory_type": "semantic", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-erasure_and_revocation-05"}
78
+ {"observation": {"authority": "direct_observation", "content": "Authority conflict baseline observation 1.", "evidence_family_id": "fam-conflicting_authority-1", "memory_type": "semantic", "observation_id": "obs1a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-conflicting_authority-01"}
79
+ {"observation": {"authority": "inferred", "content": "Authority conflict updated observation 1.", "evidence_family_id": "fam-conflicting_authority-1-new", "memory_type": "semantic", "observation_id": "obs1b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-conflicting_authority-01"}
80
+ {"observation": {"authority": "direct_observation", "content": "Authority conflict baseline observation 2.", "evidence_family_id": "fam-conflicting_authority-2", "memory_type": "semantic", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-conflicting_authority-02"}
81
+ {"observation": {"authority": "inferred", "content": "Authority conflict updated observation 2.", "evidence_family_id": "fam-conflicting_authority-2-new", "memory_type": "semantic", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-conflicting_authority-02"}
82
+ {"observation": {"authority": "direct_observation", "content": "Authority conflict baseline observation 3.", "evidence_family_id": "fam-conflicting_authority-3", "memory_type": "semantic", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-conflicting_authority-03"}
83
+ {"observation": {"authority": "inferred", "content": "Authority conflict updated observation 3.", "evidence_family_id": "fam-conflicting_authority-3-new", "memory_type": "semantic", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-conflicting_authority-03"}
84
+ {"observation": {"authority": "direct_observation", "content": "Authority conflict baseline observation 4.", "evidence_family_id": "fam-conflicting_authority-4", "memory_type": "semantic", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-conflicting_authority-04"}
85
+ {"observation": {"authority": "inferred", "content": "Authority conflict updated observation 4.", "evidence_family_id": "fam-conflicting_authority-4-new", "memory_type": "semantic", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-conflicting_authority-04"}
86
+ {"observation": {"authority": "direct_observation", "content": "Authority conflict baseline observation 5.", "evidence_family_id": "fam-conflicting_authority-5", "memory_type": "semantic", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-conflicting_authority-05"}
87
+ {"observation": {"authority": "inferred", "content": "Authority conflict updated observation 5.", "evidence_family_id": "fam-conflicting_authority-5-new", "memory_type": "semantic", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, "scenario_id": "mnemo-conflicting_authority-05"}
reports/benchmark-validity-summary.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Benchmark validity summary
2
+
3
+ ## Findings
4
+
5
+ 1. The benchmark measures distinct capabilities, but discrimination is uneven:
6
+ 25 of 40 scenarios are tied under the current scored outcomes.
7
+ 2. Belief revision and historical reconstruction meaningfully separate typed
8
+ lineage from simpler baselines. Many straightforward categories remain tied.
9
+ 3. No expected-answer fields are available during blind strategy execution.
10
+ 4. The baseline audit found the prior full-Scenario input contract was too
11
+ permissive; it is now replaced with `StrategyInput`.
12
+ 5. The shared v0.1.0 0.975 score was one fixture/evaluator alignment defect,
13
+ not evidence of universal strategy equivalence.
14
+ 6. Several metrics remain `not_applicable` because the current fixtures do not
15
+ instantiate their denominators. This is reported, not converted to success.
16
+ 7. The conflicting-authority fixtures now expect explicit abstention where
17
+ authority remains unresolved.
18
+
19
+ ## Version decision
20
+
21
+ Scenario labels and strategy semantics changed to correct documented validity
22
+ defects, so this audit is benchmark v0.2.0. v0.1.0 fixtures and reports remain
23
+ available unchanged under the frozen directories.
24
+
25
+ ## Supported claims
26
+
27
+ Within these synthetic fixtures, typed lineage supports point-in-time
28
+ reconstruction and authority-aware supersession. Simpler strategies remain
29
+ competitive on ordinary current-state questions.
30
+
31
+ ## Unsupported claims
32
+
33
+ No claim of real-world memory accuracy, production privacy, complete erasure,
34
+ human-like memory, universal belief revision, or superiority over other memory
35
+ systems is supported.
reports/claim-evidence-matrix.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Claim-evidence matrix
2
+
3
+ | Claim | Evidence | Limitation | Allowed wording |
4
+ |---|---|---|---|
5
+ | Typed records support lifecycle transitions | `src/mnemosyne_benchmark/lifecycle.py` | Reference implementation only | supports explicit transitions in fixtures |
6
+ | Lineage deduplicates copied evidence | `lineage.py`, duplicate scenarios | Synthetic evidence families | controlled evidence-family deduplication |
7
+ | Browser processing is local | `space/memory-core.js` and static tests | Browser validation scope | browser-local visualization |
8
+
9
+ Prohibited: state-of-the-art, human-like memory, complete erasure, real-world
10
+ superiority, or external validation.
11
+
12
+ | Audit claim | Evidence | Allowed wording |
13
+ |---|---|---|
14
+ | Blind execution separates labels | `benchmark.py`, `reports/blind-run-integrity.json` | strategies execute before evaluator labels are loaded |
15
+ | Typed lineage reconstructs a fixture point in time | `lineage.py`, historical matrix cells | supports reconstruction over these synthetic fixtures |
16
+ | Simpler baselines remain competitive | strategy-category matrix | ordinary current-state questions show ties |
scenarios.jsonl ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"ambiguity": "none", "category": "belief_revision", "description": "Synthetic belief_revision case 1 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["day10-m"], "expected_current_answer": "Hybrid work is now preferred.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-pref-1", "fam-pref-2"], "expected_historical_answer": "Remote work is preferred.", "expected_lifecycle_operations": ["supersession"], "expected_privacy_scope": "private", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": ["day01-m"], "initial_state": {"benchmark": "synthetic", "category": "belief_revision"}, "observations": [{"authority": "direct_user_statement", "content": "Remote work is preferred.", "evidence_family_id": "fam-pref-1", "memory_type": "preference", "observation_id": "day01", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": false, "source_id": "day01", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "direct_user_statement", "content": "Hybrid work is now preferred.", "evidence_family_id": "fam-pref-2", "memory_type": "preference", "observation_id": "day10", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": false, "source_id": "day10", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, {"authority": "summarized", "content": "Remote work is preferred.", "evidence_family_id": "fam-pref-1", "memory_type": "preference", "observation_id": "day20a", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": false, "source_id": "day20a", "timestamp": "2025-01-21T00:00:00Z", "valid_from": "2025-01-21T00:00:00Z", "valid_to": null}, {"authority": "copied", "content": "Remote work is preferred.", "evidence_family_id": "fam-pref-1", "memory_type": "preference", "observation_id": "day20b", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": false, "source_id": "day20b", "timestamp": "2025-01-21T00:00:00Z", "valid_from": "2025-01-21T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-belief_revision-01", "synthetic": true, "title": "Changed preference 1"}
2
+ {"ambiguity": "none", "category": "belief_revision", "description": "Synthetic belief_revision case 2 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs2b-m"], "expected_current_answer": "Changed preference updated observation 2.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-belief_revision-2", "fam-belief_revision-2-new"], "expected_historical_answer": "Changed preference baseline observation 2.", "expected_lifecycle_operations": ["supersession"], "expected_privacy_scope": "private", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "belief_revision"}, "observations": [{"authority": "direct_observation", "content": "Changed preference baseline observation 2.", "evidence_family_id": "fam-belief_revision-2", "memory_type": "preference", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Changed preference updated observation 2.", "evidence_family_id": "fam-belief_revision-2-new", "memory_type": "preference", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-belief_revision-02", "synthetic": true, "title": "Changed preference 2"}
3
+ {"ambiguity": "none", "category": "belief_revision", "description": "Synthetic belief_revision case 3 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs3b-m"], "expected_current_answer": "Changed preference updated observation 3.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-belief_revision-3", "fam-belief_revision-3-new"], "expected_historical_answer": "Changed preference baseline observation 3.", "expected_lifecycle_operations": ["supersession"], "expected_privacy_scope": "private", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "belief_revision"}, "observations": [{"authority": "direct_observation", "content": "Changed preference baseline observation 3.", "evidence_family_id": "fam-belief_revision-3", "memory_type": "preference", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Changed preference updated observation 3.", "evidence_family_id": "fam-belief_revision-3-new", "memory_type": "preference", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-belief_revision-03", "synthetic": true, "title": "Changed preference 3"}
4
+ {"ambiguity": "none", "category": "belief_revision", "description": "Synthetic belief_revision case 4 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs4b-m"], "expected_current_answer": "Changed preference updated observation 4.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-belief_revision-4", "fam-belief_revision-4-new"], "expected_historical_answer": "Changed preference baseline observation 4.", "expected_lifecycle_operations": ["supersession"], "expected_privacy_scope": "private", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "belief_revision"}, "observations": [{"authority": "direct_observation", "content": "Changed preference baseline observation 4.", "evidence_family_id": "fam-belief_revision-4", "memory_type": "preference", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Changed preference updated observation 4.", "evidence_family_id": "fam-belief_revision-4-new", "memory_type": "preference", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-belief_revision-04", "synthetic": true, "title": "Changed preference 4"}
5
+ {"ambiguity": "none", "category": "belief_revision", "description": "Synthetic belief_revision case 5 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs5b-m"], "expected_current_answer": "Changed preference updated observation 5.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-belief_revision-5", "fam-belief_revision-5-new"], "expected_historical_answer": "Changed preference baseline observation 5.", "expected_lifecycle_operations": ["supersession"], "expected_privacy_scope": "private", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "belief_revision"}, "observations": [{"authority": "direct_observation", "content": "Changed preference baseline observation 5.", "evidence_family_id": "fam-belief_revision-5", "memory_type": "preference", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Changed preference updated observation 5.", "evidence_family_id": "fam-belief_revision-5-new", "memory_type": "preference", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "private", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-belief_revision-05", "synthetic": true, "title": "Changed preference 5"}
6
+ {"ambiguity": "none", "category": "duplicate_evidence", "description": "Synthetic duplicate_evidence case 1 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs1c-m"], "expected_current_answer": "Copied evidence updated observation 1.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-duplicate_evidence-1", "fam-duplicate_evidence-1-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "duplicate_evidence"}, "observations": [{"authority": "direct_observation", "content": "Copied evidence baseline observation 1.", "evidence_family_id": "fam-duplicate_evidence-1", "memory_type": "semantic", "observation_id": "obs1a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Copied evidence updated observation 1.", "evidence_family_id": "fam-duplicate_evidence-1-new", "memory_type": "semantic", "observation_id": "obs1b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, {"authority": "copied", "content": "Copied evidence updated observation 1.", "evidence_family_id": "fam-duplicate_evidence-1-new", "memory_type": "semantic", "observation_id": "obs1c", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1c", "timestamp": "2025-01-12T00:00:00Z", "valid_from": "2025-01-12T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-duplicate_evidence-01", "synthetic": true, "title": "Copied evidence 1"}
7
+ {"ambiguity": "none", "category": "duplicate_evidence", "description": "Synthetic duplicate_evidence case 2 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs2c-m"], "expected_current_answer": "Copied evidence updated observation 2.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-duplicate_evidence-2", "fam-duplicate_evidence-2-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "duplicate_evidence"}, "observations": [{"authority": "direct_observation", "content": "Copied evidence baseline observation 2.", "evidence_family_id": "fam-duplicate_evidence-2", "memory_type": "semantic", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Copied evidence updated observation 2.", "evidence_family_id": "fam-duplicate_evidence-2-new", "memory_type": "semantic", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, {"authority": "copied", "content": "Copied evidence updated observation 2.", "evidence_family_id": "fam-duplicate_evidence-2-new", "memory_type": "semantic", "observation_id": "obs2c", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2c", "timestamp": "2025-01-12T00:00:00Z", "valid_from": "2025-01-12T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-duplicate_evidence-02", "synthetic": true, "title": "Copied evidence 2"}
8
+ {"ambiguity": "none", "category": "duplicate_evidence", "description": "Synthetic duplicate_evidence case 3 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs3c-m"], "expected_current_answer": "Copied evidence updated observation 3.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-duplicate_evidence-3", "fam-duplicate_evidence-3-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "duplicate_evidence"}, "observations": [{"authority": "direct_observation", "content": "Copied evidence baseline observation 3.", "evidence_family_id": "fam-duplicate_evidence-3", "memory_type": "semantic", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Copied evidence updated observation 3.", "evidence_family_id": "fam-duplicate_evidence-3-new", "memory_type": "semantic", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, {"authority": "copied", "content": "Copied evidence updated observation 3.", "evidence_family_id": "fam-duplicate_evidence-3-new", "memory_type": "semantic", "observation_id": "obs3c", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3c", "timestamp": "2025-01-12T00:00:00Z", "valid_from": "2025-01-12T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-duplicate_evidence-03", "synthetic": true, "title": "Copied evidence 3"}
9
+ {"ambiguity": "none", "category": "duplicate_evidence", "description": "Synthetic duplicate_evidence case 4 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs4c-m"], "expected_current_answer": "Copied evidence updated observation 4.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-duplicate_evidence-4", "fam-duplicate_evidence-4-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "duplicate_evidence"}, "observations": [{"authority": "direct_observation", "content": "Copied evidence baseline observation 4.", "evidence_family_id": "fam-duplicate_evidence-4", "memory_type": "semantic", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Copied evidence updated observation 4.", "evidence_family_id": "fam-duplicate_evidence-4-new", "memory_type": "semantic", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, {"authority": "copied", "content": "Copied evidence updated observation 4.", "evidence_family_id": "fam-duplicate_evidence-4-new", "memory_type": "semantic", "observation_id": "obs4c", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4c", "timestamp": "2025-01-12T00:00:00Z", "valid_from": "2025-01-12T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-duplicate_evidence-04", "synthetic": true, "title": "Copied evidence 4"}
10
+ {"ambiguity": "none", "category": "duplicate_evidence", "description": "Synthetic duplicate_evidence case 5 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs5c-m"], "expected_current_answer": "Copied evidence updated observation 5.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-duplicate_evidence-5", "fam-duplicate_evidence-5-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "duplicate_evidence"}, "observations": [{"authority": "direct_observation", "content": "Copied evidence baseline observation 5.", "evidence_family_id": "fam-duplicate_evidence-5", "memory_type": "semantic", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Copied evidence updated observation 5.", "evidence_family_id": "fam-duplicate_evidence-5-new", "memory_type": "semantic", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}, {"authority": "copied", "content": "Copied evidence updated observation 5.", "evidence_family_id": "fam-duplicate_evidence-5-new", "memory_type": "semantic", "observation_id": "obs5c", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5c", "timestamp": "2025-01-12T00:00:00Z", "valid_from": "2025-01-12T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-duplicate_evidence-05", "synthetic": true, "title": "Copied evidence 5"}
11
+ {"ambiguity": "none", "category": "stale_procedures", "description": "Synthetic stale_procedures case 1 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs1b-m"], "expected_current_answer": "Stale procedure updated observation 1.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-stale_procedures-1", "fam-stale_procedures-1-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["supersession"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": ["obs1a-m"], "initial_state": {"benchmark": "synthetic", "category": "stale_procedures"}, "observations": [{"authority": "direct_observation", "content": "Stale procedure baseline observation 1.", "evidence_family_id": "fam-stale_procedures-1", "memory_type": "procedural", "observation_id": "obs1a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Stale procedure updated observation 1.", "evidence_family_id": "fam-stale_procedures-1-new", "memory_type": "procedural", "observation_id": "obs1b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-stale_procedures-01", "synthetic": true, "title": "Stale procedure 1"}
12
+ {"ambiguity": "none", "category": "stale_procedures", "description": "Synthetic stale_procedures case 2 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs2b-m"], "expected_current_answer": "Stale procedure updated observation 2.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-stale_procedures-2", "fam-stale_procedures-2-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["supersession"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": ["obs2a-m"], "initial_state": {"benchmark": "synthetic", "category": "stale_procedures"}, "observations": [{"authority": "direct_observation", "content": "Stale procedure baseline observation 2.", "evidence_family_id": "fam-stale_procedures-2", "memory_type": "procedural", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Stale procedure updated observation 2.", "evidence_family_id": "fam-stale_procedures-2-new", "memory_type": "procedural", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-stale_procedures-02", "synthetic": true, "title": "Stale procedure 2"}
13
+ {"ambiguity": "none", "category": "stale_procedures", "description": "Synthetic stale_procedures case 3 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs3b-m"], "expected_current_answer": "Stale procedure updated observation 3.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-stale_procedures-3", "fam-stale_procedures-3-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["supersession"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": ["obs3a-m"], "initial_state": {"benchmark": "synthetic", "category": "stale_procedures"}, "observations": [{"authority": "direct_observation", "content": "Stale procedure baseline observation 3.", "evidence_family_id": "fam-stale_procedures-3", "memory_type": "procedural", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Stale procedure updated observation 3.", "evidence_family_id": "fam-stale_procedures-3-new", "memory_type": "procedural", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-stale_procedures-03", "synthetic": true, "title": "Stale procedure 3"}
14
+ {"ambiguity": "none", "category": "stale_procedures", "description": "Synthetic stale_procedures case 4 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs4b-m"], "expected_current_answer": "Stale procedure updated observation 4.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-stale_procedures-4", "fam-stale_procedures-4-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["supersession"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": ["obs4a-m"], "initial_state": {"benchmark": "synthetic", "category": "stale_procedures"}, "observations": [{"authority": "direct_observation", "content": "Stale procedure baseline observation 4.", "evidence_family_id": "fam-stale_procedures-4", "memory_type": "procedural", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Stale procedure updated observation 4.", "evidence_family_id": "fam-stale_procedures-4-new", "memory_type": "procedural", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-stale_procedures-04", "synthetic": true, "title": "Stale procedure 4"}
15
+ {"ambiguity": "none", "category": "stale_procedures", "description": "Synthetic stale_procedures case 5 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs5b-m"], "expected_current_answer": "Stale procedure updated observation 5.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-stale_procedures-5", "fam-stale_procedures-5-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["supersession"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": ["obs5a-m"], "initial_state": {"benchmark": "synthetic", "category": "stale_procedures"}, "observations": [{"authority": "direct_observation", "content": "Stale procedure baseline observation 5.", "evidence_family_id": "fam-stale_procedures-5", "memory_type": "procedural", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Stale procedure updated observation 5.", "evidence_family_id": "fam-stale_procedures-5-new", "memory_type": "procedural", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-stale_procedures-05", "synthetic": true, "title": "Stale procedure 5"}
16
+ {"ambiguity": "none", "category": "privacy_and_promotion", "description": "Synthetic privacy_and_promotion case 1 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs1b-m"], "expected_current_answer": "Privacy promotion updated observation 1.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-privacy_and_promotion-1", "fam-privacy_and_promotion-1-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "private", "expected_promotion_behavior": "blocked_private", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "privacy_and_promotion"}, "observations": [{"authority": "direct_observation", "content": "Privacy promotion baseline observation 1.", "evidence_family_id": "fam-privacy_and_promotion-1", "memory_type": "semantic", "observation_id": "obs1a", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Privacy promotion updated observation 1.", "evidence_family_id": "fam-privacy_and_promotion-1-new", "memory_type": "semantic", "observation_id": "obs1b", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-privacy_and_promotion-01", "synthetic": true, "title": "Privacy promotion 1"}
17
+ {"ambiguity": "none", "category": "privacy_and_promotion", "description": "Synthetic privacy_and_promotion case 2 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs2b-m"], "expected_current_answer": "Privacy promotion updated observation 2.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-privacy_and_promotion-2", "fam-privacy_and_promotion-2-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "private", "expected_promotion_behavior": "blocked_private", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "privacy_and_promotion"}, "observations": [{"authority": "direct_observation", "content": "Privacy promotion baseline observation 2.", "evidence_family_id": "fam-privacy_and_promotion-2", "memory_type": "semantic", "observation_id": "obs2a", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Privacy promotion updated observation 2.", "evidence_family_id": "fam-privacy_and_promotion-2-new", "memory_type": "semantic", "observation_id": "obs2b", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-privacy_and_promotion-02", "synthetic": true, "title": "Privacy promotion 2"}
18
+ {"ambiguity": "none", "category": "privacy_and_promotion", "description": "Synthetic privacy_and_promotion case 3 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs3b-m"], "expected_current_answer": "Privacy promotion updated observation 3.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-privacy_and_promotion-3", "fam-privacy_and_promotion-3-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "private", "expected_promotion_behavior": "blocked_private", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "privacy_and_promotion"}, "observations": [{"authority": "direct_observation", "content": "Privacy promotion baseline observation 3.", "evidence_family_id": "fam-privacy_and_promotion-3", "memory_type": "semantic", "observation_id": "obs3a", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Privacy promotion updated observation 3.", "evidence_family_id": "fam-privacy_and_promotion-3-new", "memory_type": "semantic", "observation_id": "obs3b", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-privacy_and_promotion-03", "synthetic": true, "title": "Privacy promotion 3"}
19
+ {"ambiguity": "none", "category": "privacy_and_promotion", "description": "Synthetic privacy_and_promotion case 4 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs4b-m"], "expected_current_answer": "Privacy promotion updated observation 4.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-privacy_and_promotion-4", "fam-privacy_and_promotion-4-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "private", "expected_promotion_behavior": "blocked_private", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "privacy_and_promotion"}, "observations": [{"authority": "direct_observation", "content": "Privacy promotion baseline observation 4.", "evidence_family_id": "fam-privacy_and_promotion-4", "memory_type": "semantic", "observation_id": "obs4a", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Privacy promotion updated observation 4.", "evidence_family_id": "fam-privacy_and_promotion-4-new", "memory_type": "semantic", "observation_id": "obs4b", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-privacy_and_promotion-04", "synthetic": true, "title": "Privacy promotion 4"}
20
+ {"ambiguity": "none", "category": "privacy_and_promotion", "description": "Synthetic privacy_and_promotion case 5 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs5b-m"], "expected_current_answer": "Privacy promotion updated observation 5.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-privacy_and_promotion-5", "fam-privacy_and_promotion-5-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "private", "expected_promotion_behavior": "blocked_private", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "privacy_and_promotion"}, "observations": [{"authority": "direct_observation", "content": "Privacy promotion baseline observation 5.", "evidence_family_id": "fam-privacy_and_promotion-5", "memory_type": "semantic", "observation_id": "obs5a", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Privacy promotion updated observation 5.", "evidence_family_id": "fam-privacy_and_promotion-5-new", "memory_type": "semantic", "observation_id": "obs5b", "owner_scope": "user", "privacy_classification": "private", "promotion_requested": true, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-privacy_and_promotion-05", "synthetic": true, "title": "Privacy promotion 5"}
21
+ {"ambiguity": "none", "category": "historical_reconstruction", "description": "Synthetic historical_reconstruction case 1 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs1b-m"], "expected_current_answer": "Historical state updated observation 1.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-historical_reconstruction-1", "fam-historical_reconstruction-1-new"], "expected_historical_answer": "Historical state baseline observation 1.", "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "historical_reconstruction"}, "observations": [{"authority": "direct_observation", "content": "Historical state baseline observation 1.", "evidence_family_id": "fam-historical_reconstruction-1", "memory_type": "semantic", "observation_id": "obs1a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Historical state updated observation 1.", "evidence_family_id": "fam-historical_reconstruction-1-new", "memory_type": "semantic", "observation_id": "obs1b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-historical_reconstruction-01", "synthetic": true, "title": "Historical state 1"}
22
+ {"ambiguity": "none", "category": "historical_reconstruction", "description": "Synthetic historical_reconstruction case 2 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs2b-m"], "expected_current_answer": "Historical state updated observation 2.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-historical_reconstruction-2", "fam-historical_reconstruction-2-new"], "expected_historical_answer": "Historical state baseline observation 2.", "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "historical_reconstruction"}, "observations": [{"authority": "direct_observation", "content": "Historical state baseline observation 2.", "evidence_family_id": "fam-historical_reconstruction-2", "memory_type": "semantic", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Historical state updated observation 2.", "evidence_family_id": "fam-historical_reconstruction-2-new", "memory_type": "semantic", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-historical_reconstruction-02", "synthetic": true, "title": "Historical state 2"}
23
+ {"ambiguity": "none", "category": "historical_reconstruction", "description": "Synthetic historical_reconstruction case 3 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs3b-m"], "expected_current_answer": "Historical state updated observation 3.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-historical_reconstruction-3", "fam-historical_reconstruction-3-new"], "expected_historical_answer": "Historical state baseline observation 3.", "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "historical_reconstruction"}, "observations": [{"authority": "direct_observation", "content": "Historical state baseline observation 3.", "evidence_family_id": "fam-historical_reconstruction-3", "memory_type": "semantic", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Historical state updated observation 3.", "evidence_family_id": "fam-historical_reconstruction-3-new", "memory_type": "semantic", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-historical_reconstruction-03", "synthetic": true, "title": "Historical state 3"}
24
+ {"ambiguity": "none", "category": "historical_reconstruction", "description": "Synthetic historical_reconstruction case 4 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs4b-m"], "expected_current_answer": "Historical state updated observation 4.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-historical_reconstruction-4", "fam-historical_reconstruction-4-new"], "expected_historical_answer": "Historical state baseline observation 4.", "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "historical_reconstruction"}, "observations": [{"authority": "direct_observation", "content": "Historical state baseline observation 4.", "evidence_family_id": "fam-historical_reconstruction-4", "memory_type": "semantic", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Historical state updated observation 4.", "evidence_family_id": "fam-historical_reconstruction-4-new", "memory_type": "semantic", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-historical_reconstruction-04", "synthetic": true, "title": "Historical state 4"}
25
+ {"ambiguity": "none", "category": "historical_reconstruction", "description": "Synthetic historical_reconstruction case 5 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs5b-m"], "expected_current_answer": "Historical state updated observation 5.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-historical_reconstruction-5", "fam-historical_reconstruction-5-new"], "expected_historical_answer": "Historical state baseline observation 5.", "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "historical_reconstruction"}, "observations": [{"authority": "direct_observation", "content": "Historical state baseline observation 5.", "evidence_family_id": "fam-historical_reconstruction-5", "memory_type": "semantic", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Historical state updated observation 5.", "evidence_family_id": "fam-historical_reconstruction-5-new", "memory_type": "semantic", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-historical_reconstruction-05", "synthetic": true, "title": "Historical state 5"}
26
+ {"ambiguity": "none", "category": "temporal_validity", "description": "Synthetic temporal_validity case 1 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs1b-m"], "expected_current_answer": "Temporal interval updated observation 1.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-temporal_validity-1", "fam-temporal_validity-1-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "temporal_validity"}, "observations": [{"authority": "direct_observation", "content": "Temporal interval baseline observation 1.", "evidence_family_id": "fam-temporal_validity-1", "memory_type": "semantic", "observation_id": "obs1a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Temporal interval updated observation 1.", "evidence_family_id": "fam-temporal_validity-1-new", "memory_type": "semantic", "observation_id": "obs1b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-temporal_validity-01", "synthetic": true, "title": "Temporal interval 1"}
27
+ {"ambiguity": "none", "category": "temporal_validity", "description": "Synthetic temporal_validity case 2 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs2b-m"], "expected_current_answer": "Temporal interval updated observation 2.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-temporal_validity-2", "fam-temporal_validity-2-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "temporal_validity"}, "observations": [{"authority": "direct_observation", "content": "Temporal interval baseline observation 2.", "evidence_family_id": "fam-temporal_validity-2", "memory_type": "semantic", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Temporal interval updated observation 2.", "evidence_family_id": "fam-temporal_validity-2-new", "memory_type": "semantic", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-temporal_validity-02", "synthetic": true, "title": "Temporal interval 2"}
28
+ {"ambiguity": "none", "category": "temporal_validity", "description": "Synthetic temporal_validity case 3 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs3b-m"], "expected_current_answer": "Temporal interval updated observation 3.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-temporal_validity-3", "fam-temporal_validity-3-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "temporal_validity"}, "observations": [{"authority": "direct_observation", "content": "Temporal interval baseline observation 3.", "evidence_family_id": "fam-temporal_validity-3", "memory_type": "semantic", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Temporal interval updated observation 3.", "evidence_family_id": "fam-temporal_validity-3-new", "memory_type": "semantic", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-temporal_validity-03", "synthetic": true, "title": "Temporal interval 3"}
29
+ {"ambiguity": "none", "category": "temporal_validity", "description": "Synthetic temporal_validity case 4 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs4b-m"], "expected_current_answer": "Temporal interval updated observation 4.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-temporal_validity-4", "fam-temporal_validity-4-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "temporal_validity"}, "observations": [{"authority": "direct_observation", "content": "Temporal interval baseline observation 4.", "evidence_family_id": "fam-temporal_validity-4", "memory_type": "semantic", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Temporal interval updated observation 4.", "evidence_family_id": "fam-temporal_validity-4-new", "memory_type": "semantic", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-temporal_validity-04", "synthetic": true, "title": "Temporal interval 4"}
30
+ {"ambiguity": "none", "category": "temporal_validity", "description": "Synthetic temporal_validity case 5 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs5b-m"], "expected_current_answer": "Temporal interval updated observation 5.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-temporal_validity-5", "fam-temporal_validity-5-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "temporal_validity"}, "observations": [{"authority": "direct_observation", "content": "Temporal interval baseline observation 5.", "evidence_family_id": "fam-temporal_validity-5", "memory_type": "semantic", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Temporal interval updated observation 5.", "evidence_family_id": "fam-temporal_validity-5-new", "memory_type": "semantic", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-temporal_validity-05", "synthetic": true, "title": "Temporal interval 5"}
31
+ {"ambiguity": "none", "category": "erasure_and_revocation", "description": "Synthetic erasure_and_revocation case 1 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs1b-m"], "expected_current_answer": "Logical erasure updated observation 1.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-erasure_and_revocation-1", "fam-erasure_and_revocation-1-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "erasure_and_revocation"}, "observations": [{"authority": "direct_observation", "content": "Logical erasure baseline observation 1.", "evidence_family_id": "fam-erasure_and_revocation-1", "memory_type": "semantic", "observation_id": "obs1a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Logical erasure updated observation 1.", "evidence_family_id": "fam-erasure_and_revocation-1-new", "memory_type": "semantic", "observation_id": "obs1b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-erasure_and_revocation-01", "synthetic": true, "title": "Logical erasure 1"}
32
+ {"ambiguity": "none", "category": "erasure_and_revocation", "description": "Synthetic erasure_and_revocation case 2 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs2b-m"], "expected_current_answer": "Logical erasure updated observation 2.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-erasure_and_revocation-2", "fam-erasure_and_revocation-2-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "erasure_and_revocation"}, "observations": [{"authority": "direct_observation", "content": "Logical erasure baseline observation 2.", "evidence_family_id": "fam-erasure_and_revocation-2", "memory_type": "semantic", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Logical erasure updated observation 2.", "evidence_family_id": "fam-erasure_and_revocation-2-new", "memory_type": "semantic", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-erasure_and_revocation-02", "synthetic": true, "title": "Logical erasure 2"}
33
+ {"ambiguity": "none", "category": "erasure_and_revocation", "description": "Synthetic erasure_and_revocation case 3 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs3b-m"], "expected_current_answer": "Logical erasure updated observation 3.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-erasure_and_revocation-3", "fam-erasure_and_revocation-3-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "erasure_and_revocation"}, "observations": [{"authority": "direct_observation", "content": "Logical erasure baseline observation 3.", "evidence_family_id": "fam-erasure_and_revocation-3", "memory_type": "semantic", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Logical erasure updated observation 3.", "evidence_family_id": "fam-erasure_and_revocation-3-new", "memory_type": "semantic", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-erasure_and_revocation-03", "synthetic": true, "title": "Logical erasure 3"}
34
+ {"ambiguity": "none", "category": "erasure_and_revocation", "description": "Synthetic erasure_and_revocation case 4 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs4b-m"], "expected_current_answer": "Logical erasure updated observation 4.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-erasure_and_revocation-4", "fam-erasure_and_revocation-4-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "erasure_and_revocation"}, "observations": [{"authority": "direct_observation", "content": "Logical erasure baseline observation 4.", "evidence_family_id": "fam-erasure_and_revocation-4", "memory_type": "semantic", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Logical erasure updated observation 4.", "evidence_family_id": "fam-erasure_and_revocation-4-new", "memory_type": "semantic", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-erasure_and_revocation-04", "synthetic": true, "title": "Logical erasure 4"}
35
+ {"ambiguity": "none", "category": "erasure_and_revocation", "description": "Synthetic erasure_and_revocation case 5 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs5b-m"], "expected_current_answer": "Logical erasure updated observation 5.", "expected_decision": "answer_current", "expected_evidence_families": ["fam-erasure_and_revocation-5", "fam-erasure_and_revocation-5-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "erasure_and_revocation"}, "observations": [{"authority": "direct_observation", "content": "Logical erasure baseline observation 5.", "evidence_family_id": "fam-erasure_and_revocation-5", "memory_type": "semantic", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "approved_record", "content": "Logical erasure updated observation 5.", "evidence_family_id": "fam-erasure_and_revocation-5-new", "memory_type": "semantic", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-erasure_and_revocation-05", "synthetic": true, "title": "Logical erasure 5"}
36
+ {"ambiguity": "unresolved", "category": "conflicting_authority", "description": "Synthetic conflicting_authority case 1 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs1a-m"], "expected_current_answer": "Authority conflict baseline observation 1.", "expected_decision": "abstain_ambiguous", "expected_evidence_families": ["fam-conflicting_authority-1", "fam-conflicting_authority-1-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "conflicting_authority"}, "observations": [{"authority": "direct_observation", "content": "Authority conflict baseline observation 1.", "evidence_family_id": "fam-conflicting_authority-1", "memory_type": "semantic", "observation_id": "obs1a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "inferred", "content": "Authority conflict updated observation 1.", "evidence_family_id": "fam-conflicting_authority-1-new", "memory_type": "semantic", "observation_id": "obs1b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs1b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-conflicting_authority-01", "synthetic": true, "title": "Authority conflict 1"}
37
+ {"ambiguity": "unresolved", "category": "conflicting_authority", "description": "Synthetic conflicting_authority case 2 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs2a-m"], "expected_current_answer": "Authority conflict baseline observation 2.", "expected_decision": "abstain_ambiguous", "expected_evidence_families": ["fam-conflicting_authority-2", "fam-conflicting_authority-2-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "conflicting_authority"}, "observations": [{"authority": "direct_observation", "content": "Authority conflict baseline observation 2.", "evidence_family_id": "fam-conflicting_authority-2", "memory_type": "semantic", "observation_id": "obs2a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "inferred", "content": "Authority conflict updated observation 2.", "evidence_family_id": "fam-conflicting_authority-2-new", "memory_type": "semantic", "observation_id": "obs2b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs2b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-conflicting_authority-02", "synthetic": true, "title": "Authority conflict 2"}
38
+ {"ambiguity": "unresolved", "category": "conflicting_authority", "description": "Synthetic conflicting_authority case 3 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs3a-m"], "expected_current_answer": "Authority conflict baseline observation 3.", "expected_decision": "abstain_ambiguous", "expected_evidence_families": ["fam-conflicting_authority-3", "fam-conflicting_authority-3-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "conflicting_authority"}, "observations": [{"authority": "direct_observation", "content": "Authority conflict baseline observation 3.", "evidence_family_id": "fam-conflicting_authority-3", "memory_type": "semantic", "observation_id": "obs3a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "inferred", "content": "Authority conflict updated observation 3.", "evidence_family_id": "fam-conflicting_authority-3-new", "memory_type": "semantic", "observation_id": "obs3b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs3b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-conflicting_authority-03", "synthetic": true, "title": "Authority conflict 3"}
39
+ {"ambiguity": "unresolved", "category": "conflicting_authority", "description": "Synthetic conflicting_authority case 4 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs4a-m"], "expected_current_answer": "Authority conflict baseline observation 4.", "expected_decision": "abstain_ambiguous", "expected_evidence_families": ["fam-conflicting_authority-4", "fam-conflicting_authority-4-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "conflicting_authority"}, "observations": [{"authority": "direct_observation", "content": "Authority conflict baseline observation 4.", "evidence_family_id": "fam-conflicting_authority-4", "memory_type": "semantic", "observation_id": "obs4a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "inferred", "content": "Authority conflict updated observation 4.", "evidence_family_id": "fam-conflicting_authority-4-new", "memory_type": "semantic", "observation_id": "obs4b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs4b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-conflicting_authority-04", "synthetic": true, "title": "Authority conflict 4"}
40
+ {"ambiguity": "unresolved", "category": "conflicting_authority", "description": "Synthetic conflicting_authority case 5 tests typed memory lifecycle behavior.", "expected_active_memory_ids": ["obs5a-m"], "expected_current_answer": "Authority conflict baseline observation 5.", "expected_decision": "abstain_ambiguous", "expected_evidence_families": ["fam-conflicting_authority-5", "fam-conflicting_authority-5-new"], "expected_historical_answer": null, "expected_lifecycle_operations": ["observation"], "expected_privacy_scope": "internal", "expected_promotion_behavior": "no_promotion", "expected_superseded_memory_ids": [], "initial_state": {"benchmark": "synthetic", "category": "conflicting_authority"}, "observations": [{"authority": "direct_observation", "content": "Authority conflict baseline observation 5.", "evidence_family_id": "fam-conflicting_authority-5", "memory_type": "semantic", "observation_id": "obs5a", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5a", "timestamp": "2025-01-02T00:00:00Z", "valid_from": "2025-01-02T00:00:00Z", "valid_to": null}, {"authority": "inferred", "content": "Authority conflict updated observation 5.", "evidence_family_id": "fam-conflicting_authority-5-new", "memory_type": "semantic", "observation_id": "obs5b", "owner_scope": "team", "privacy_classification": "internal", "promotion_requested": false, "source_id": "obs5b", "timestamp": "2025-01-11T00:00:00Z", "valid_from": "2025-01-11T00:00:00Z", "valid_to": null}], "query": "What is the current relevant state?", "query_time": "2025-01-31T00:00:00Z", "rubric": {"current_answer": 1, "lineage": 1, "privacy": 1}, "scenario_id": "mnemo-conflicting_authority-05", "synthetic": true, "title": "Authority conflict 5"}
schemas/benchmark-result-v1.schema.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"mnemosyne-benchmark-result/v1","type":"object","required":["benchmark_version","scenario_count","strategy_count","results"],"properties":{"benchmark_version":{"type":"string"},"scenario_count":{"type":"integer"},"strategy_count":{"type":"integer"},"results":{"type":"array"}}}
schemas/benchmark-scenario-v1.schema.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"mnemosyne-benchmark-scenario/v1","type":"object","required":["scenario_id","category","observations","expected_current_answer","synthetic"],"properties":{"scenario_id":{"type":"string"},"category":{"type":"string"},"observations":{"type":"array"},"synthetic":{"const":true}}}
schemas/evaluation-report-v1.schema.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"mnemosyne-evaluation-report/v1","type":"object","required":["overall","by_category"],"properties":{"overall":{"type":"object"},"by_category":{"type":"object"}}}
schemas/memory-record-v1.schema.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"mnemosyne-memory-record/v1","type":"object","required":["memory_id","memory_type","content","owner_scope","authority","status","evidence_family_id","observed_at","valid_from"],"properties":{"memory_id":{"type":"string","maxLength":128},"memory_type":{"enum":["episodic","semantic","procedural","preference","goal","relationship","temporal","audit"]},"content":{"type":"string","maxLength":4096},"owner_scope":{"enum":["user","agent","team","organization","public"]},"authority":{"type":"string"},"status":{"type":"string"},"evidence_family_id":{"type":"string"}}}
strategy_results.json ADDED
The diff for this file is too large to render. See raw diff