-
Notifications
You must be signed in to change notification settings - Fork 3
Key dates from Bluesky #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win Use the exact source The documented contract defines 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", | ||
|
|
@@ -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 | ||
| } | ||
| } | ||
| } | ||
| }, | ||
|
|
||
There was a problem hiding this comment.
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
createdAtforasOf.The documented contract defines
asOfas the source post's creation timestamp. The linked post reports2026-09-02T02:20:14.498Z, but this entry stores2026-09-02T02:20:12.501Z. Update the value to preserve provenance. (bsky.app)Proposed fix
📝 Committable suggestion
Source: MCP tools