Files
kebab/fixtures/markdown/frontmatter-only.snapshot.json
altair823 1fab6b0207 p1-2: address spec review (drop user_id_alias mirror in user map)
Spec §"Behavior contract" line 74 says `id:` is captured into
`metadata.user_id_alias` only. Remove the redundant `user.insert`
that was also writing it into the user map, and update the snapshot
baseline accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 13:02:28 +00:00

31 lines
611 B
JSON

{
"metadata": {
"aliases": [
"fm-only",
"first-fixture"
],
"tags": [
"parse",
"test"
],
"created_at": "2024-01-15T01:00:00Z",
"updated_at": "2024-02-20T08:30:00Z",
"source_type": "note",
"trust_level": "secondary",
"user_id_alias": "my-stable-handle",
"user": {
"custom_field": "hello",
"lang": "en",
"nested_obj": {
"key": "value"
},
"original_timestamps": {
"created_at": "2024-01-15T10:00:00+09:00"
},
"title": "Frontmatter Only"
}
},
"span_present": true,
"warnings": []
}