Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion confuzzled.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@
],
"sources": [
"fancons.com"
]
],
"keyDates": {
"registration": {
"opens": {
"date": "2026-09-07",
"source": "https://bsky.app/profile/did:plc:vkij4nukia5yta6xjaep6esl/post/3mui5douel22d",
"asOf": "2026-09-01T19:21:28.134Z",
"confidence": 1
}
}
}
},
{
"id": "confuzzled-2026",
Expand Down
8 changes: 8 additions & 0 deletions new-anthrodam.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
"confidence": 0.95
}
},
"djs": {
"closes": {
"date": "2026-10-04",
"source": "https://bsky.app/profile/did:plc:7creot4gvsnj3vdiyudqvo6p/post/3muiuqhcqys2z",
"asOf": "2026-09-02T02:20:12.501Z",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win

Use the source post's createdAt for asOf.

The documented contract defines asOf as the source post's creation timestamp. The linked post reports 2026-09-02T02:20:14.498Z, but this entry stores 2026-09-02T02:20:12.501Z. Update the value to preserve provenance. (bsky.app)

Proposed fix
-            "asOf": "2026-09-02T02:20:12.501Z",
+            "asOf": "2026-09-02T02:20:14.498Z",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"asOf": "2026-09-02T02:20:12.501Z",
"asOf": "2026-09-02T02:20:14.498Z",

Source: MCP tools

"confidence": 1.0
}
},
"volunteers": {
"opens": {
"date": "2026-06-24",
Expand Down
16 changes: 16 additions & 0 deletions new-years-furry-ball.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
"confidence": 1
}
},
"hotel": {
"opens": {
"date": "2026-08-02",
"source": "https://bsky.app/profile/did:plc:ha7l7zxbpoqmo7iifjyizdg4/post/3ms4jr7nmuc2u",
"asOf": "2026-08-02T17:41:26.750Z",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win

Use the exact source createdAt for asOf.

The documented contract defines asOf as the source post's creation timestamp. The hotel post was created at 2026-08-02T17:41:23.171Z, but the entry stores 2026-08-02T17:41:26.750Z. The volunteer post was created at 2026-09-01T15:21:14.909Z, but the entry stores 2026-09-01T15:21:25.222Z. (bsky.app)

Update both values to preserve accurate provenance.

Proposed correction
-            "asOf": "2026-08-02T17:41:26.750Z",
+            "asOf": "2026-08-02T17:41:23.171Z",
...
-            "asOf": "2026-09-01T15:21:25.222Z",
+            "asOf": "2026-09-01T15:21:14.909Z",

Also applies to: 90-90

Source: MCP tools

"confidence": 0.95
}
},
"dealers": {
"opens": {
"date": "2026-06-07",
Expand Down Expand Up @@ -74,6 +82,14 @@
"asOf": "2026-08-22T18:02:38Z",
"confidence": 1
}
},
"volunteers": {
"opens": {
"date": "2026-09-01",
"source": "https://bsky.app/profile/did:plc:ha7l7zxbpoqmo7iifjyizdg4/post/3muhpwh5unk2i",
"asOf": "2026-09-01T15:21:25.222Z",
"confidence": 0.9
}
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions wild-furloween-west.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
"asOf": "2026-08-23T07:15:11Z",
"confidence": 1
}
},
"djs": {
"opens": {
"date": "2026-08-08",
"source": "https://bsky.app/profile/did:plc:tsd3ak2uo35gzgd3fxad22jx/post/3msldum37nc2s",
"asOf": "2026-08-08T15:05:54.063Z",
"confidence": 1.0
}
}
}
}
Expand Down