Skip to content
Open
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
6 changes: 6 additions & 0 deletions biggest-little-fur-con.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
"source": "https://bsky.app/profile/did:plc:zkvyhzkfhmrlb5xgthda35fm/post/3mnv75u6tsv2u",
"asOf": "2026-06-09T22:02:15.085Z",
"confidence": 0.9
},
"closes": {
"date": "2026-10-06",
"source": "https://bsky.app/profile/did:plc:zkvyhzkfhmrlb5xgthda35fm/post/3mvnmm43vjw2q",
"asOf": "2026-09-16T17:03:06.875Z",
"confidence": 1
}
},
"djs": {
Expand Down
6 changes: 6 additions & 0 deletions capital-fur-con.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"source": "https://bsky.app/profile/did:plc:tcogiehhws3chyw7jvqnozda/post/3ms4iiabdgs2u",
"asOf": "2026-08-02T17:18:31.660Z",
"confidence": 0.9
},
"closes": {
"date": "2026-09-12",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Correct the panel deadline date.

The cited post states that panel applications close on Tuesday, September 15. September 12, 2026 was a Saturday. This record reports the deadline three days early. Set date to 2026-09-15. (bsky.app)

Proposed fix
-            "date": "2026-09-12",
+            "date": "2026-09-15",
📝 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
"date": "2026-09-12",
"date": "2026-09-15",

"source": "https://bsky.app/profile/did:plc:tcogiehhws3chyw7jvqnozda/post/3mvbw5cbtbx24",
"asOf": "2026-09-12T01:21:50.593823+00:00",
"confidence": 0.9
}
},
"performances": {
Expand Down
14 changes: 14 additions & 0 deletions furnavia.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@
"source": "https://bsky.app/profile/furnavia.bsky.social/post/3mnajdiupos2e",
"asOf": "2026-06-01T16:38:27.470Z",
"confidence": 0.9
},
"closes": {
"date": "2026-08-31",
"source": "https://bsky.app/profile/did:plc:a7yrdfbzvv4h3h4jdpviljkh/post/3mrzbakqgg22q",
"asOf": "2026-08-01T10:30:58.801Z",
"confidence": 1
}
},
"hotel": {
"closes": {
"date": "2026-09-30",
"source": "https://bsky.app/profile/did:plc:a7yrdfbzvv4h3h4jdpviljkh/post/3mrzbakqgg22q",
"asOf": "2026-08-01T10:30:58.801Z",
"confidence": 1
}
},
"dealers": {
Expand Down
6 changes: 6 additions & 0 deletions las-vegas-fur-con.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"source": "https://bsky.app/profile/lasvegasfurcon.org/post/3mpjiavrk522z",
"asOf": "2026-06-30T17:03:27.475274+00:00",
"confidence": 0.95
},
"closes": {
"date": "2026-10-01",
"source": "https://bsky.app/profile/did:plc:flpymgjkbta3zvshvn4253zu/post/3mvnjaphjcm2c",
"asOf": "2026-09-16T16:03:03.305942+00:00",
"confidence": 0.9
}
}
}
Expand Down
20 changes: 19 additions & 1 deletion vancoufur.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,25 @@
"latLng": [
49.1709306,
-123.1416696
]
],
"keyDates": {
"hotel": {
"opens": {
"date": "2026-06-05",
"source": "https://bsky.app/profile/did:plc:5tccqxugf2h7pocamiydvsth/post/3mnk72fggdd2d",
"asOf": "2026-06-05T13:01:01.631Z",
"confidence": 0.8
}
},
"dealers": {
"opens": {
"date": "2026-09-19",
"source": "https://bsky.app/profile/did:plc:5tccqxugf2h7pocamiydvsth/post/3mvqz6qaolh2l",
"asOf": "2026-09-18T01:26:16.105Z",

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

Store the exact source-post timestamp in asOf.

The linked dealer post has createdAt 2026-09-18T01:26:16.360Z, but this record stores 2026-09-18T01:26:16.105Z. The KeyDate contract requires asOf to contain the source post timestamp. Update this value. (bsky.app)

Source: MCP tools

"confidence": 0.9
}
}
}
},
{
"id": "vancoufur-2026",
Expand Down
Loading