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>
31 lines
611 B
JSON
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": []
|
|
}
|