birdclaw 0.8.2 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +10 -8
- package/bin/birdclaw.mjs +4 -66
- package/dist/cli/birdclaw.js +28165 -0
- package/dist/client/assets/AvatarChip-DLoqM5xD.js +1 -0
- package/dist/client/assets/ProfilePreview-BejAuYsJ.js +1 -0
- package/dist/client/assets/SavedTimelineView-BIS7HKpp.js +1 -0
- package/dist/client/assets/SmartTimestamp-BR0-9se2.js +1 -0
- package/dist/client/assets/TimelineRouteFrame-CyGPj0eM.js +1 -0
- package/dist/client/assets/blocks-7UDKQp8H.js +1 -0
- package/dist/client/assets/bookmarks-CbBkMvXk.js +1 -0
- package/dist/client/assets/chunk-C0phanGV.js +1 -0
- package/dist/client/assets/circle-check-C_Vq3ElD.js +1 -0
- package/dist/client/assets/client-stream-contracts-ys3XhWG4.js +5 -0
- package/dist/client/assets/createLucideIcon-JV8isFFR.js +1 -0
- package/dist/client/assets/data-sources-Cm2bpNvg.js +1 -0
- package/dist/client/assets/discuss-DTjaOugw.js +1 -0
- package/dist/client/assets/dms-CGd6Eogq.js +1 -0
- package/dist/client/assets/inbox-BHlGuOy2.js +1 -0
- package/dist/client/assets/index-CEIG7S6s.js +31 -0
- package/dist/client/assets/index-bpFrQ5yG.css +1 -0
- package/dist/client/assets/likes-cLrcAQem.js +1 -0
- package/dist/client/assets/links-CM9QO1LC.js +1 -0
- package/dist/client/assets/mapbox-BxTlqXt9.js +2 -0
- package/dist/client/assets/mapbox-gl-dgf_hX3a.js +3215 -0
- package/dist/client/assets/mentions-CxKCgzIf.js +1 -0
- package/dist/client/assets/network-map-B5a3whqj.js +2 -0
- package/dist/client/assets/profile-analyze-CRtNEwlb.js +1 -0
- package/dist/client/assets/profile-hydration-client-YEtJsNTv.js +1 -0
- package/dist/client/assets/profiles._handle-C82_HoKX.js +1 -0
- package/dist/client/assets/query-client-fYu2rzRC.js +17 -0
- package/dist/client/assets/rate-limits-ScaEwdVK.js +1 -0
- package/dist/client/assets/react-dom-DHl6Ug7F.js +1 -0
- package/dist/client/assets/react-nBylq1U5.js +1 -0
- package/dist/client/assets/repeat-2-xCwHM9hD.js +1 -0
- package/dist/client/assets/routes-q7ZaW4En.js +1 -0
- package/dist/client/assets/schemas-I9r6F6ya.js +64 -0
- package/dist/client/assets/search-Dq5kYsxA.js +1 -0
- package/dist/client/assets/sparkles-CQVlvHsZ.js +1 -0
- package/dist/client/assets/styles-B8s3tt3r.css +2 -0
- package/dist/client/assets/today-CeG1O7Py.js +1 -0
- package/dist/client/assets/triangle-alert-CBL7s2pf.js +1 -0
- package/dist/client/assets/useTimelineRouteData-1HsqgvUi.js +1 -0
- package/dist/client/assets/users-CHbKlqUr.js +1 -0
- package/dist/server/assets/AvatarChip-zUDAEmjL.js +105 -0
- package/dist/server/assets/FeedState-ntW0Q2GB.js +214 -0
- package/dist/server/assets/ProfileAnalysisStream-BFvhVdhn.js +198 -0
- package/dist/server/assets/ProfilePreview-C6gAor_j.js +752 -0
- package/dist/server/assets/SavedTimelineView-BG1jnBp1.js +64 -0
- package/dist/server/assets/SmartTimestamp-DfwE1NGf.js +45 -0
- package/dist/server/assets/SyncNowButton-BOn_IBXS.js +76 -0
- package/dist/server/assets/TimelineRouteFrame-CU7ilM7U.js +85 -0
- package/dist/server/assets/TweetRichText-DhCVv1-6.js +74 -0
- package/dist/server/assets/_tanstack-start-manifest_v-C-ZRnG_n.js +148 -0
- package/dist/server/assets/account-selection-CTdFGWRk.js +44 -0
- package/dist/server/assets/blocks-C1mgGTB3.js +299 -0
- package/dist/server/assets/blocks-DSgQghqP.js +17 -0
- package/dist/server/assets/bookmarks-BJN8tykY.js +14 -0
- package/dist/server/assets/client-stream-contracts-C2xbWVjm.js +769 -0
- package/dist/server/assets/data-sources-BnA1Q94p.js +180 -0
- package/dist/server/assets/discuss-CJ1dau1j.js +15 -0
- package/dist/server/assets/discuss-QTo08NCN.js +338 -0
- package/dist/server/assets/dms-BuLj4bp8.js +368 -0
- package/dist/server/assets/dms-DAyQrVM2.js +240 -0
- package/dist/server/assets/empty-plugin-adapters-DzrEkdBF.js +5 -0
- package/dist/server/assets/inbox-CkGOaW1q.js +214 -0
- package/dist/server/assets/inbox-DpWd1EzC.js +146 -0
- package/dist/server/assets/likes-DBOAtsJU.js +14 -0
- package/dist/server/assets/links-DAhSjynu.js +240 -0
- package/dist/server/assets/links-DmH5lxHO.js +468 -0
- package/dist/server/assets/mentions-BH2MzKtB.js +26 -0
- package/dist/server/assets/network-map-D3CzRcC4.js +224 -0
- package/dist/server/assets/network-map-D5DoLOwR.js +582 -0
- package/dist/server/assets/profile-analyze-BP65PED0.js +90 -0
- package/dist/server/assets/profile-analyze-C1NoM0tV.js +9 -0
- package/dist/server/assets/profile-hydration-client-GJ4kwJS8.js +133 -0
- package/dist/server/assets/profiles._handle-DjwlN_ac.js +184 -0
- package/dist/server/assets/profiles._handle-DsLNj2Ca.js +12 -0
- package/dist/server/assets/query-client-BdauHBgd.js +923 -0
- package/dist/server/assets/rate-limits-VAr2qzYD.js +262 -0
- package/dist/server/assets/route-search-BUlQ5lGM.js +117 -0
- package/dist/server/assets/router-DqkwSPiM.js +17026 -0
- package/dist/server/assets/routes-A9c9ZhwN.js +26 -0
- package/dist/server/assets/start-FaDOTmto.js +4 -0
- package/dist/server/assets/today-B5hVM57Z.js +17 -0
- package/dist/server/assets/today-fvGiZ7ud.js +303 -0
- package/dist/server/assets/ui-qbmcMSSX.js +137 -0
- package/{src/components/useDebouncedValue.ts → dist/server/assets/useDebouncedValue-DOnA6Xcy.js} +4 -4
- package/dist/server/assets/useTimelineRouteData-27cxynxa.js +1101 -0
- package/dist/server/server.js +5520 -0
- package/package.json +27 -34
- package/playwright.config.ts +0 -35
- package/scripts/browser-perf.mjs +0 -427
- package/scripts/build-docs-site.mjs +0 -967
- package/scripts/docs-site-assets.mjs +0 -311
- package/scripts/run-vitest.mjs +0 -21
- package/scripts/sanitize-node-options.mjs +0 -23
- package/scripts/start-test-server.mjs +0 -42
- package/src/cli-moderation.ts +0 -210
- package/src/cli.ts +0 -2336
- package/src/components/AccountSwitcher.tsx +0 -186
- package/src/components/AppNav.tsx +0 -118
- package/src/components/AvatarChip.tsx +0 -58
- package/src/components/BrandMark.tsx +0 -67
- package/src/components/ConversationThread.tsx +0 -131
- package/src/components/DmWorkspace.tsx +0 -286
- package/src/components/EmbeddedTweetCard.tsx +0 -55
- package/src/components/FeedState.tsx +0 -147
- package/src/components/FloatingPreview.tsx +0 -382
- package/src/components/InboxCard.tsx +0 -152
- package/src/components/LinkPreviewCard.tsx +0 -292
- package/src/components/MarkdownViewer.tsx +0 -777
- package/src/components/ProfileAnalysisStream.tsx +0 -428
- package/src/components/ProfilePreview.tsx +0 -129
- package/src/components/SavedTimelineView.tsx +0 -155
- package/src/components/SmartTimestamp.tsx +0 -72
- package/src/components/SyncNowButton.tsx +0 -140
- package/src/components/ThemeSlider.tsx +0 -80
- package/src/components/TimelineCard.tsx +0 -533
- package/src/components/TimelineRouteFrame.tsx +0 -186
- package/src/components/TweetArticleCard.tsx +0 -66
- package/src/components/TweetMediaGrid.tsx +0 -185
- package/src/components/TweetRichText.tsx +0 -159
- package/src/components/account-selection.ts +0 -64
- package/src/components/useTimelineRouteData.ts +0 -323
- package/src/lib/account-sync-job.ts +0 -666
- package/src/lib/actions-transport.ts +0 -300
- package/src/lib/api-client.ts +0 -419
- package/src/lib/archive-finder.ts +0 -185
- package/src/lib/archive-import.ts +0 -2764
- package/src/lib/authored-live.ts +0 -1072
- package/src/lib/avatar-cache.ts +0 -349
- package/src/lib/backup.ts +0 -2741
- package/src/lib/bird-actions.ts +0 -294
- package/src/lib/bird-command.ts +0 -130
- package/src/lib/bird.ts +0 -1140
- package/src/lib/blocklist.ts +0 -136
- package/src/lib/blocks-write.ts +0 -167
- package/src/lib/blocks.ts +0 -389
- package/src/lib/bookmark-sync-job.ts +0 -536
- package/src/lib/client-cache.ts +0 -109
- package/src/lib/config.ts +0 -224
- package/src/lib/conversation-surface.ts +0 -205
- package/src/lib/data-sources.ts +0 -219
- package/src/lib/db.ts +0 -1135
- package/src/lib/dms-live.ts +0 -933
- package/src/lib/effect-runtime.ts +0 -45
- package/src/lib/follow-graph.ts +0 -1097
- package/src/lib/geocoding.ts +0 -296
- package/src/lib/http-effect.ts +0 -222
- package/src/lib/identity-search-index.ts +0 -369
- package/src/lib/inbox.ts +0 -241
- package/src/lib/link-index.ts +0 -641
- package/src/lib/link-insights.ts +0 -860
- package/src/lib/link-preview-metadata.ts +0 -754
- package/src/lib/location.ts +0 -137
- package/src/lib/media-fetch.ts +0 -860
- package/src/lib/media-includes.ts +0 -165
- package/src/lib/mention-threads-live.ts +0 -917
- package/src/lib/mentions-export.ts +0 -147
- package/src/lib/mentions-live.ts +0 -1238
- package/src/lib/moderation-target.ts +0 -216
- package/src/lib/moderation-write.ts +0 -131
- package/src/lib/mutes-write.ts +0 -167
- package/src/lib/mutes.ts +0 -84
- package/src/lib/ndjson-stream.ts +0 -106
- package/src/lib/network-map.ts +0 -382
- package/src/lib/openai.ts +0 -117
- package/src/lib/period-digest.ts +0 -1552
- package/src/lib/present.ts +0 -118
- package/src/lib/profile-affiliation-hydration.ts +0 -228
- package/src/lib/profile-affiliations.ts +0 -262
- package/src/lib/profile-analysis.ts +0 -1272
- package/src/lib/profile-bio-entities.ts +0 -318
- package/src/lib/profile-history.ts +0 -164
- package/src/lib/profile-hydration.ts +0 -180
- package/src/lib/profile-replies.ts +0 -77
- package/src/lib/profile-resolver.ts +0 -650
- package/src/lib/queries.ts +0 -2381
- package/src/lib/research.ts +0 -652
- package/src/lib/search-discussion.ts +0 -1016
- package/src/lib/seed.ts +0 -613
- package/src/lib/sqlite.ts +0 -147
- package/src/lib/sync-cache.ts +0 -65
- package/src/lib/theme-transition.ts +0 -113
- package/src/lib/theme.tsx +0 -165
- package/src/lib/timeline-collections-live.ts +0 -581
- package/src/lib/timeline-live.ts +0 -452
- package/src/lib/tweet-account-edges.ts +0 -48
- package/src/lib/tweet-lookup.ts +0 -46
- package/src/lib/tweet-render.ts +0 -430
- package/src/lib/tweet-search-live.ts +0 -566
- package/src/lib/types.ts +0 -723
- package/src/lib/ui.ts +0 -529
- package/src/lib/url-expansion-store.ts +0 -110
- package/src/lib/url-expansion.ts +0 -343
- package/src/lib/url-safety.ts +0 -220
- package/src/lib/web-sync.ts +0 -516
- package/src/lib/whois.ts +0 -1079
- package/src/lib/x-profile.ts +0 -365
- package/src/lib/x-web.ts +0 -199
- package/src/lib/xurl-rate-limits.ts +0 -267
- package/src/lib/xurl.ts +0 -1677
- package/src/routeTree.gen.ts +0 -723
- package/src/router.tsx +0 -20
- package/src/routes/__root.tsx +0 -79
- package/src/routes/api/action.tsx +0 -147
- package/src/routes/api/avatar.tsx +0 -50
- package/src/routes/api/blocks.tsx +0 -35
- package/src/routes/api/conversation.tsx +0 -45
- package/src/routes/api/data-sources.tsx +0 -24
- package/src/routes/api/inbox.tsx +0 -43
- package/src/routes/api/link-insights.tsx +0 -85
- package/src/routes/api/link-preview.tsx +0 -47
- package/src/routes/api/network-map.tsx +0 -55
- package/src/routes/api/period-digest.tsx +0 -101
- package/src/routes/api/profile-analysis.tsx +0 -97
- package/src/routes/api/profile-hydrate.tsx +0 -54
- package/src/routes/api/query.tsx +0 -115
- package/src/routes/api/search-discussion.tsx +0 -113
- package/src/routes/api/status.tsx +0 -28
- package/src/routes/api/sync.tsx +0 -105
- package/src/routes/api/xurl-rate-limits.tsx +0 -24
- package/src/routes/blocks.tsx +0 -377
- package/src/routes/bookmarks.tsx +0 -18
- package/src/routes/data-sources.tsx +0 -257
- package/src/routes/discuss.tsx +0 -419
- package/src/routes/dms.tsx +0 -432
- package/src/routes/inbox.tsx +0 -226
- package/src/routes/index.tsx +0 -32
- package/src/routes/likes.tsx +0 -18
- package/src/routes/links.tsx +0 -994
- package/src/routes/mentions.tsx +0 -32
- package/src/routes/network-map.tsx +0 -1035
- package/src/routes/profile-analyze.tsx +0 -112
- package/src/routes/profiles.$handle.tsx +0 -228
- package/src/routes/rate-limits.tsx +0 -309
- package/src/routes/today.tsx +0 -511
- package/src/styles.css +0 -257
- package/tsconfig.json +0 -29
- package/vite.config.ts +0 -29
- /package/{public → dist/client}/birdclaw-mark.png +0 -0
- /package/{public → dist/client}/favicon.ico +0 -0
- /package/{public → dist/client}/logo192.png +0 -0
- /package/{public → dist/client}/logo512.png +0 -0
- /package/{public → dist/client}/manifest.json +0 -0
- /package/{public → dist/client}/robots.txt +0 -0
package/src/lib/seed.ts
DELETED
|
@@ -1,613 +0,0 @@
|
|
|
1
|
-
import type { Database } from "./sqlite";
|
|
2
|
-
|
|
3
|
-
const now = new Date("2026-03-08T12:00:00.000Z");
|
|
4
|
-
|
|
5
|
-
function isoMinutesAgo(minutes: number) {
|
|
6
|
-
return new Date(now.getTime() - minutes * 60_000).toISOString();
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
function svgImageDataUrl(label: string, hue: number) {
|
|
10
|
-
const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect width="1200" height="800" fill="hsl(${String(
|
|
11
|
-
hue,
|
|
12
|
-
)} 48% 42%)"/><rect x="56" y="56" width="1088" height="688" rx="42" fill="hsl(${String(
|
|
13
|
-
hue + 18,
|
|
14
|
-
)} 34% 18%)" opacity="0.34"/><text x="70" y="420" fill="white" font-family="Instrument Sans, sans-serif" font-size="78" font-weight="700">${label}</text></svg>`;
|
|
15
|
-
return `data:image/svg+xml;utf8,${encodeURIComponent(svg)}`;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
function svgAvatarDataUrl(label: string, hue: number) {
|
|
19
|
-
const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 160"><rect width="160" height="160" rx="42" fill="hsl(${String(
|
|
20
|
-
hue,
|
|
21
|
-
)} 54% 44%)"/><circle cx="80" cy="62" r="28" fill="rgba(255,255,255,0.22)"/><path d="M34 138c9-28 31-42 46-42s37 14 46 42" fill="rgba(255,255,255,0.22)"/><text x="80" y="98" text-anchor="middle" fill="white" font-family="Instrument Sans, sans-serif" font-size="44" font-weight="700">${label}</text></svg>`;
|
|
22
|
-
return `data:image/svg+xml;utf8,${encodeURIComponent(svg)}`;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export function seedDemoData(db: Database) {
|
|
26
|
-
const accountCount = db
|
|
27
|
-
.prepare("select count(*) as count from accounts")
|
|
28
|
-
.get() as {
|
|
29
|
-
count: number;
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
if (accountCount.count > 0) {
|
|
33
|
-
return;
|
|
34
|
-
}
|
|
35
|
-
const linkNow = new Date();
|
|
36
|
-
const linkMinutesAgo = (minutes: number) =>
|
|
37
|
-
new Date(linkNow.getTime() - minutes * 60_000).toISOString();
|
|
38
|
-
|
|
39
|
-
const insertAccount = db.prepare(`
|
|
40
|
-
insert into accounts (id, name, handle, external_user_id, transport, is_default, created_at)
|
|
41
|
-
values (@id, @name, @handle, @externalUserId, @transport, @isDefault, @createdAt)
|
|
42
|
-
`);
|
|
43
|
-
|
|
44
|
-
const insertProfile = db.prepare(`
|
|
45
|
-
insert into profiles (id, handle, display_name, bio, followers_count, following_count, avatar_hue, avatar_url, created_at)
|
|
46
|
-
values (@id, @handle, @displayName, @bio, @followersCount, @followingCount, @avatarHue, @avatarUrl, @createdAt)
|
|
47
|
-
`);
|
|
48
|
-
|
|
49
|
-
const insertTweet = db.prepare(`
|
|
50
|
-
insert into tweets (
|
|
51
|
-
id, account_id, author_profile_id, kind, text, created_at, is_replied,
|
|
52
|
-
reply_to_id, like_count, media_count, bookmarked, liked, entities_json, media_json, quoted_tweet_id
|
|
53
|
-
) values (
|
|
54
|
-
@id, @accountId, @authorProfileId, @kind, @text, @createdAt, @isReplied,
|
|
55
|
-
@replyToId, @likeCount, @mediaCount, @bookmarked, @liked, @entitiesJson, @mediaJson, @quotedTweetId
|
|
56
|
-
)
|
|
57
|
-
`);
|
|
58
|
-
|
|
59
|
-
const insertConversation = db.prepare(`
|
|
60
|
-
insert into dm_conversations (
|
|
61
|
-
id, account_id, participant_profile_id, title, last_message_at, unread_count, needs_reply
|
|
62
|
-
) values (
|
|
63
|
-
@id, @accountId, @participantProfileId, @title, @lastMessageAt, @unreadCount, @needsReply
|
|
64
|
-
)
|
|
65
|
-
`);
|
|
66
|
-
|
|
67
|
-
const insertMessage = db.prepare(`
|
|
68
|
-
insert into dm_messages (
|
|
69
|
-
id, conversation_id, sender_profile_id, text, created_at, direction, is_replied, media_count
|
|
70
|
-
) values (
|
|
71
|
-
@id, @conversationId, @senderProfileId, @text, @createdAt, @direction, @isReplied, @mediaCount
|
|
72
|
-
)
|
|
73
|
-
`);
|
|
74
|
-
|
|
75
|
-
const insertTweetsFts = db.prepare(
|
|
76
|
-
"insert into tweets_fts (tweet_id, text) values (?, ?)",
|
|
77
|
-
);
|
|
78
|
-
const insertDmFts = db.prepare(
|
|
79
|
-
"insert into dm_fts (message_id, text) values (?, ?)",
|
|
80
|
-
);
|
|
81
|
-
const insertUrlExpansion = db.prepare(`
|
|
82
|
-
insert into url_expansions (
|
|
83
|
-
short_url, expanded_url, final_url, status, expanded_tweet_id,
|
|
84
|
-
expanded_handle, title, description, image_url, site_name, error, source, updated_at
|
|
85
|
-
) values (
|
|
86
|
-
@shortUrl, @expandedUrl, @finalUrl, @status, @expandedTweetId,
|
|
87
|
-
@expandedHandle, @title, @description, @imageUrl, @siteName, @error, @source, @updatedAt
|
|
88
|
-
)
|
|
89
|
-
`);
|
|
90
|
-
const insertLinkOccurrence = db.prepare(`
|
|
91
|
-
insert into link_occurrences (
|
|
92
|
-
source_kind, source_id, source_position, short_url, account_id,
|
|
93
|
-
conversation_id, direction, created_at
|
|
94
|
-
) values (
|
|
95
|
-
@sourceKind, @sourceId, @sourcePosition, @shortUrl, @accountId,
|
|
96
|
-
@conversationId, @direction, @createdAt
|
|
97
|
-
)
|
|
98
|
-
`);
|
|
99
|
-
|
|
100
|
-
const accounts = [
|
|
101
|
-
{
|
|
102
|
-
id: "acct_primary",
|
|
103
|
-
name: "Peter",
|
|
104
|
-
handle: "@steipete",
|
|
105
|
-
externalUserId: "25401953",
|
|
106
|
-
transport: "xurl",
|
|
107
|
-
isDefault: 1,
|
|
108
|
-
createdAt: now.toISOString(),
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
id: "acct_studio",
|
|
112
|
-
name: "Studio",
|
|
113
|
-
handle: "@birdclaw_lab",
|
|
114
|
-
externalUserId: null,
|
|
115
|
-
transport: "xurl",
|
|
116
|
-
isDefault: 0,
|
|
117
|
-
createdAt: now.toISOString(),
|
|
118
|
-
},
|
|
119
|
-
];
|
|
120
|
-
|
|
121
|
-
const profiles = [
|
|
122
|
-
{
|
|
123
|
-
id: "profile_me",
|
|
124
|
-
handle: "steipete",
|
|
125
|
-
displayName: "Peter Steinberger",
|
|
126
|
-
bio: "Builds native software, tooling, and sharp little systems.",
|
|
127
|
-
followersCount: 21450,
|
|
128
|
-
followingCount: 0,
|
|
129
|
-
avatarHue: 18,
|
|
130
|
-
avatarUrl: svgAvatarDataUrl("PS", 18),
|
|
131
|
-
createdAt: now.toISOString(),
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
id: "profile_sam",
|
|
135
|
-
handle: "sam",
|
|
136
|
-
displayName: "Sam Altman",
|
|
137
|
-
bio: "Working on AGI, energy, chips, and shipping the hard parts.",
|
|
138
|
-
followersCount: 3180000,
|
|
139
|
-
followingCount: 0,
|
|
140
|
-
avatarHue: 210,
|
|
141
|
-
avatarUrl: svgAvatarDataUrl("SA", 210),
|
|
142
|
-
createdAt: now.toISOString(),
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
id: "profile_des",
|
|
146
|
-
handle: "destraynor",
|
|
147
|
-
displayName: "Des Traynor",
|
|
148
|
-
bio: "Intercom co-founder. Product, writing, and oddly specific opinions.",
|
|
149
|
-
followersCount: 178000,
|
|
150
|
-
followingCount: 0,
|
|
151
|
-
avatarHue: 144,
|
|
152
|
-
avatarUrl: svgAvatarDataUrl("DT", 144),
|
|
153
|
-
createdAt: now.toISOString(),
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
id: "profile_amelia",
|
|
157
|
-
handle: "amelia",
|
|
158
|
-
displayName: "Amelia N",
|
|
159
|
-
bio: "Design systems, prototypes, and good typography over noise.",
|
|
160
|
-
followersCount: 4200,
|
|
161
|
-
followingCount: 0,
|
|
162
|
-
avatarHue: 320,
|
|
163
|
-
avatarUrl: svgAvatarDataUrl("AN", 320),
|
|
164
|
-
createdAt: now.toISOString(),
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
id: "profile_ava",
|
|
168
|
-
handle: "avawires",
|
|
169
|
-
displayName: "Ava Wires",
|
|
170
|
-
bio: "Reports on infrastructure, AI policy, and the business of software.",
|
|
171
|
-
followersCount: 632000,
|
|
172
|
-
followingCount: 0,
|
|
173
|
-
avatarHue: 262,
|
|
174
|
-
avatarUrl: svgAvatarDataUrl("AW", 262),
|
|
175
|
-
createdAt: now.toISOString(),
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
id: "profile_noah",
|
|
179
|
-
handle: "noahbuilds",
|
|
180
|
-
displayName: "Noah Builds",
|
|
181
|
-
bio: "Bootstrapped indie apps. Pragmatic, fast, allergic to dashboards.",
|
|
182
|
-
followersCount: 12600,
|
|
183
|
-
followingCount: 0,
|
|
184
|
-
avatarHue: 74,
|
|
185
|
-
avatarUrl: svgAvatarDataUrl("NB", 74),
|
|
186
|
-
createdAt: now.toISOString(),
|
|
187
|
-
},
|
|
188
|
-
];
|
|
189
|
-
|
|
190
|
-
const tweets = [
|
|
191
|
-
{
|
|
192
|
-
id: "tweet_001",
|
|
193
|
-
accountId: "acct_primary",
|
|
194
|
-
authorProfileId: "profile_sam",
|
|
195
|
-
kind: "home",
|
|
196
|
-
text: "We need more software that defaults to local-first, legible state, and repairable failure modes. https://t.co/local",
|
|
197
|
-
createdAt: linkMinutesAgo(18),
|
|
198
|
-
isReplied: 0,
|
|
199
|
-
replyToId: null,
|
|
200
|
-
likeCount: 1240,
|
|
201
|
-
mediaCount: 0,
|
|
202
|
-
bookmarked: 1,
|
|
203
|
-
liked: 1,
|
|
204
|
-
entitiesJson: JSON.stringify({
|
|
205
|
-
urls: [
|
|
206
|
-
{
|
|
207
|
-
url: "https://t.co/local",
|
|
208
|
-
expandedUrl: "https://birdclaw.dev/local-first-systems",
|
|
209
|
-
displayUrl: "birdclaw.dev/local-first-systems",
|
|
210
|
-
start: 97,
|
|
211
|
-
end: 115,
|
|
212
|
-
title: "Local-first systems",
|
|
213
|
-
description: "Design notes on durable local software.",
|
|
214
|
-
},
|
|
215
|
-
],
|
|
216
|
-
}),
|
|
217
|
-
mediaJson: "[]",
|
|
218
|
-
quotedTweetId: null,
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
id: "tweet_002",
|
|
222
|
-
accountId: "acct_primary",
|
|
223
|
-
authorProfileId: "profile_des",
|
|
224
|
-
kind: "home",
|
|
225
|
-
text: "@sam The best product teams spend more time pruning scope than adding it.",
|
|
226
|
-
createdAt: isoMinutesAgo(42),
|
|
227
|
-
isReplied: 1,
|
|
228
|
-
replyToId: "tweet_001",
|
|
229
|
-
likeCount: 382,
|
|
230
|
-
mediaCount: 0,
|
|
231
|
-
bookmarked: 0,
|
|
232
|
-
liked: 1,
|
|
233
|
-
entitiesJson: JSON.stringify({
|
|
234
|
-
mentions: [
|
|
235
|
-
{
|
|
236
|
-
username: "sam",
|
|
237
|
-
id: "profile_sam",
|
|
238
|
-
start: 0,
|
|
239
|
-
end: 4,
|
|
240
|
-
},
|
|
241
|
-
],
|
|
242
|
-
}),
|
|
243
|
-
mediaJson: "[]",
|
|
244
|
-
quotedTweetId: null,
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
id: "tweet_003",
|
|
248
|
-
accountId: "acct_primary",
|
|
249
|
-
authorProfileId: "profile_ava",
|
|
250
|
-
kind: "home",
|
|
251
|
-
text: "New developer-platform pricing survey out today. Early signal: teams want fewer layers, not more. https://t.co/survey https://t.co/video",
|
|
252
|
-
createdAt: linkMinutesAgo(91),
|
|
253
|
-
isReplied: 0,
|
|
254
|
-
replyToId: null,
|
|
255
|
-
likeCount: 128,
|
|
256
|
-
mediaCount: 1,
|
|
257
|
-
bookmarked: 0,
|
|
258
|
-
liked: 0,
|
|
259
|
-
entitiesJson: JSON.stringify({
|
|
260
|
-
urls: [
|
|
261
|
-
{
|
|
262
|
-
url: "https://t.co/survey",
|
|
263
|
-
expandedUrl: "https://example.com/developer-platform-pricing",
|
|
264
|
-
displayUrl: "example.com/developer-platform-pricing",
|
|
265
|
-
start: 98,
|
|
266
|
-
end: 117,
|
|
267
|
-
title: "Developer platform pricing survey",
|
|
268
|
-
description:
|
|
269
|
-
"A simple inline link preview card from tweet URL entities.",
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
url: "https://t.co/video",
|
|
273
|
-
expandedUrl: "https://youtu.be/GMIWm5y90xA",
|
|
274
|
-
displayUrl: "youtu.be/GMIWm5y90xA",
|
|
275
|
-
start: 118,
|
|
276
|
-
end: 136,
|
|
277
|
-
title: "Agent query walkthrough",
|
|
278
|
-
description: "Short demo video for local query workflows.",
|
|
279
|
-
},
|
|
280
|
-
],
|
|
281
|
-
}),
|
|
282
|
-
mediaJson: JSON.stringify([
|
|
283
|
-
{
|
|
284
|
-
url: svgImageDataUrl("pricing map", 194),
|
|
285
|
-
type: "image",
|
|
286
|
-
altText: "Pricing survey chart",
|
|
287
|
-
width: 1200,
|
|
288
|
-
height: 800,
|
|
289
|
-
thumbnailUrl: svgImageDataUrl("pricing map", 194),
|
|
290
|
-
},
|
|
291
|
-
]),
|
|
292
|
-
quotedTweetId: null,
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
id: "tweet_004",
|
|
296
|
-
accountId: "acct_primary",
|
|
297
|
-
authorProfileId: "profile_amelia",
|
|
298
|
-
kind: "mention",
|
|
299
|
-
text: "@steipete curious how you decide when a local tool deserves a real sync engine versus manual import/export.",
|
|
300
|
-
createdAt: isoMinutesAgo(12),
|
|
301
|
-
isReplied: 0,
|
|
302
|
-
replyToId: null,
|
|
303
|
-
likeCount: 14,
|
|
304
|
-
mediaCount: 0,
|
|
305
|
-
bookmarked: 0,
|
|
306
|
-
liked: 0,
|
|
307
|
-
entitiesJson: JSON.stringify({
|
|
308
|
-
mentions: [
|
|
309
|
-
{
|
|
310
|
-
username: "steipete",
|
|
311
|
-
id: "profile_me",
|
|
312
|
-
start: 0,
|
|
313
|
-
end: 9,
|
|
314
|
-
},
|
|
315
|
-
],
|
|
316
|
-
}),
|
|
317
|
-
mediaJson: "[]",
|
|
318
|
-
quotedTweetId: null,
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
id: "tweet_005",
|
|
322
|
-
accountId: "acct_primary",
|
|
323
|
-
authorProfileId: "profile_noah",
|
|
324
|
-
kind: "mention",
|
|
325
|
-
text: "@steipete your archive-first note resonated. I still want a path for people with zero clean export data.",
|
|
326
|
-
createdAt: isoMinutesAgo(54),
|
|
327
|
-
isReplied: 1,
|
|
328
|
-
replyToId: null,
|
|
329
|
-
likeCount: 8,
|
|
330
|
-
mediaCount: 0,
|
|
331
|
-
bookmarked: 0,
|
|
332
|
-
liked: 0,
|
|
333
|
-
entitiesJson: JSON.stringify({
|
|
334
|
-
mentions: [
|
|
335
|
-
{
|
|
336
|
-
username: "steipete",
|
|
337
|
-
id: "profile_me",
|
|
338
|
-
start: 0,
|
|
339
|
-
end: 9,
|
|
340
|
-
},
|
|
341
|
-
],
|
|
342
|
-
}),
|
|
343
|
-
mediaJson: "[]",
|
|
344
|
-
quotedTweetId: null,
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
id: "tweet_006",
|
|
348
|
-
accountId: "acct_studio",
|
|
349
|
-
authorProfileId: "profile_sam",
|
|
350
|
-
kind: "home",
|
|
351
|
-
text: "Agents need retrieval surfaces with small, stable contracts. Big blobs are not a strategy.",
|
|
352
|
-
createdAt: isoMinutesAgo(77),
|
|
353
|
-
isReplied: 0,
|
|
354
|
-
replyToId: null,
|
|
355
|
-
likeCount: 912,
|
|
356
|
-
mediaCount: 0,
|
|
357
|
-
bookmarked: 1,
|
|
358
|
-
liked: 1,
|
|
359
|
-
entitiesJson: JSON.stringify({
|
|
360
|
-
urls: [
|
|
361
|
-
{
|
|
362
|
-
url: "https://t.co/quoted",
|
|
363
|
-
expandedUrl: "https://x.com/sam/status/tweet_001",
|
|
364
|
-
displayUrl: "x.com/sam/status/tweet_001",
|
|
365
|
-
start: 58,
|
|
366
|
-
end: 81,
|
|
367
|
-
title: "Quoted tweet",
|
|
368
|
-
description: "Local quoted tweet expansion",
|
|
369
|
-
},
|
|
370
|
-
],
|
|
371
|
-
}),
|
|
372
|
-
mediaJson: "[]",
|
|
373
|
-
quotedTweetId: "tweet_001",
|
|
374
|
-
},
|
|
375
|
-
];
|
|
376
|
-
|
|
377
|
-
const conversations = [
|
|
378
|
-
{
|
|
379
|
-
id: "dm_001",
|
|
380
|
-
accountId: "acct_primary",
|
|
381
|
-
participantProfileId: "profile_sam",
|
|
382
|
-
title: "Sam Altman",
|
|
383
|
-
lastMessageAt: isoMinutesAgo(8),
|
|
384
|
-
unreadCount: 1,
|
|
385
|
-
needsReply: 1,
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
id: "dm_002",
|
|
389
|
-
accountId: "acct_primary",
|
|
390
|
-
participantProfileId: "profile_des",
|
|
391
|
-
title: "Des Traynor",
|
|
392
|
-
lastMessageAt: isoMinutesAgo(65),
|
|
393
|
-
unreadCount: 0,
|
|
394
|
-
needsReply: 0,
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
id: "dm_003",
|
|
398
|
-
accountId: "acct_primary",
|
|
399
|
-
participantProfileId: "profile_amelia",
|
|
400
|
-
title: "Amelia N",
|
|
401
|
-
lastMessageAt: isoMinutesAgo(25),
|
|
402
|
-
unreadCount: 2,
|
|
403
|
-
needsReply: 1,
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
id: "dm_004",
|
|
407
|
-
accountId: "acct_studio",
|
|
408
|
-
participantProfileId: "profile_ava",
|
|
409
|
-
title: "Ava Wires",
|
|
410
|
-
lastMessageAt: isoMinutesAgo(130),
|
|
411
|
-
unreadCount: 0,
|
|
412
|
-
needsReply: 0,
|
|
413
|
-
},
|
|
414
|
-
];
|
|
415
|
-
|
|
416
|
-
const messages = [
|
|
417
|
-
{
|
|
418
|
-
id: "msg_001",
|
|
419
|
-
conversationId: "dm_001",
|
|
420
|
-
senderProfileId: "profile_sam",
|
|
421
|
-
text: "Can you send the local-first sync sketch? The inbox angle is strong.",
|
|
422
|
-
createdAt: isoMinutesAgo(8),
|
|
423
|
-
direction: "inbound",
|
|
424
|
-
isReplied: 0,
|
|
425
|
-
mediaCount: 0,
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
id: "msg_002",
|
|
429
|
-
conversationId: "dm_001",
|
|
430
|
-
senderProfileId: "profile_me",
|
|
431
|
-
text: "Yep. I am tightening the transport boundary first, then I will send the schema.",
|
|
432
|
-
createdAt: isoMinutesAgo(27),
|
|
433
|
-
direction: "outbound",
|
|
434
|
-
isReplied: 1,
|
|
435
|
-
mediaCount: 0,
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
id: "msg_003",
|
|
439
|
-
conversationId: "dm_002",
|
|
440
|
-
senderProfileId: "profile_des",
|
|
441
|
-
text: "The minimal UI direction feels right. People should read, not manage a cockpit.",
|
|
442
|
-
createdAt: isoMinutesAgo(65),
|
|
443
|
-
direction: "inbound",
|
|
444
|
-
isReplied: 1,
|
|
445
|
-
mediaCount: 0,
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
id: "msg_004",
|
|
449
|
-
conversationId: "dm_002",
|
|
450
|
-
senderProfileId: "profile_me",
|
|
451
|
-
text: "Exactly. Dense signal, quiet chrome, clear action lanes.",
|
|
452
|
-
createdAt: isoMinutesAgo(58),
|
|
453
|
-
direction: "outbound",
|
|
454
|
-
isReplied: 1,
|
|
455
|
-
mediaCount: 0,
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
id: "msg_005",
|
|
459
|
-
conversationId: "dm_003",
|
|
460
|
-
senderProfileId: "profile_amelia",
|
|
461
|
-
text: "I mocked a cleaner split-pane DM layout. Want me to send it over?",
|
|
462
|
-
createdAt: isoMinutesAgo(25),
|
|
463
|
-
direction: "inbound",
|
|
464
|
-
isReplied: 0,
|
|
465
|
-
mediaCount: 1,
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
id: "msg_006",
|
|
469
|
-
conversationId: "dm_003",
|
|
470
|
-
senderProfileId: "profile_amelia",
|
|
471
|
-
text: "Also added a tiny context rail for bios and follower counts.",
|
|
472
|
-
createdAt: isoMinutesAgo(22),
|
|
473
|
-
direction: "inbound",
|
|
474
|
-
isReplied: 0,
|
|
475
|
-
mediaCount: 0,
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
id: "msg_007",
|
|
479
|
-
conversationId: "dm_004",
|
|
480
|
-
senderProfileId: "profile_ava",
|
|
481
|
-
text: "If you have a public draft later, I would love to quote the agent-query angle.",
|
|
482
|
-
createdAt: isoMinutesAgo(130),
|
|
483
|
-
direction: "inbound",
|
|
484
|
-
isReplied: 1,
|
|
485
|
-
mediaCount: 0,
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
id: "msg_008",
|
|
489
|
-
conversationId: "dm_004",
|
|
490
|
-
senderProfileId: "profile_me",
|
|
491
|
-
text: "Will do. I want the filters and local storage story to be credible first.",
|
|
492
|
-
createdAt: isoMinutesAgo(124),
|
|
493
|
-
direction: "outbound",
|
|
494
|
-
isReplied: 1,
|
|
495
|
-
mediaCount: 0,
|
|
496
|
-
},
|
|
497
|
-
];
|
|
498
|
-
|
|
499
|
-
const urlExpansions = [
|
|
500
|
-
{
|
|
501
|
-
shortUrl: "https://t.co/local",
|
|
502
|
-
expandedUrl: "https://birdclaw.dev/local-first-systems",
|
|
503
|
-
finalUrl: "https://birdclaw.dev/local-first-systems",
|
|
504
|
-
status: "hit",
|
|
505
|
-
expandedTweetId: null,
|
|
506
|
-
expandedHandle: null,
|
|
507
|
-
title: "Local-first systems",
|
|
508
|
-
description: "Design notes on durable local software.",
|
|
509
|
-
imageUrl: null,
|
|
510
|
-
siteName: "birdclaw",
|
|
511
|
-
error: null,
|
|
512
|
-
source: "demo",
|
|
513
|
-
updatedAt: linkNow.toISOString(),
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
shortUrl: "https://t.co/survey",
|
|
517
|
-
expandedUrl: "https://example.com/developer-platform-pricing",
|
|
518
|
-
finalUrl: "https://example.com/developer-platform-pricing",
|
|
519
|
-
status: "hit",
|
|
520
|
-
expandedTweetId: null,
|
|
521
|
-
expandedHandle: null,
|
|
522
|
-
title: "Developer platform pricing survey",
|
|
523
|
-
description: "A simple inline link preview card from tweet URL entities.",
|
|
524
|
-
imageUrl: null,
|
|
525
|
-
siteName: "Example",
|
|
526
|
-
error: null,
|
|
527
|
-
source: "demo",
|
|
528
|
-
updatedAt: linkNow.toISOString(),
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
shortUrl: "https://t.co/video",
|
|
532
|
-
expandedUrl: "https://youtu.be/GMIWm5y90xA",
|
|
533
|
-
finalUrl: "https://youtu.be/GMIWm5y90xA",
|
|
534
|
-
status: "hit",
|
|
535
|
-
expandedTweetId: null,
|
|
536
|
-
expandedHandle: null,
|
|
537
|
-
title: "Agent query walkthrough",
|
|
538
|
-
description: "Short demo video for local query workflows.",
|
|
539
|
-
imageUrl: null,
|
|
540
|
-
siteName: "YouTube",
|
|
541
|
-
error: null,
|
|
542
|
-
source: "demo",
|
|
543
|
-
updatedAt: linkNow.toISOString(),
|
|
544
|
-
},
|
|
545
|
-
];
|
|
546
|
-
|
|
547
|
-
const linkOccurrences = [
|
|
548
|
-
{
|
|
549
|
-
sourceKind: "tweet",
|
|
550
|
-
sourceId: "tweet_001",
|
|
551
|
-
sourcePosition: 0,
|
|
552
|
-
shortUrl: "https://t.co/local",
|
|
553
|
-
accountId: "acct_primary",
|
|
554
|
-
conversationId: null,
|
|
555
|
-
direction: null,
|
|
556
|
-
createdAt: linkMinutesAgo(18),
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
sourceKind: "tweet",
|
|
560
|
-
sourceId: "tweet_003",
|
|
561
|
-
sourcePosition: 0,
|
|
562
|
-
shortUrl: "https://t.co/survey",
|
|
563
|
-
accountId: "acct_primary",
|
|
564
|
-
conversationId: null,
|
|
565
|
-
direction: null,
|
|
566
|
-
createdAt: linkMinutesAgo(91),
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
sourceKind: "tweet",
|
|
570
|
-
sourceId: "tweet_003",
|
|
571
|
-
sourcePosition: 1,
|
|
572
|
-
shortUrl: "https://t.co/video",
|
|
573
|
-
accountId: "acct_primary",
|
|
574
|
-
conversationId: null,
|
|
575
|
-
direction: null,
|
|
576
|
-
createdAt: linkMinutesAgo(91),
|
|
577
|
-
},
|
|
578
|
-
];
|
|
579
|
-
|
|
580
|
-
const transaction = db.transaction(() => {
|
|
581
|
-
for (const account of accounts) {
|
|
582
|
-
insertAccount.run(account);
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
for (const profile of profiles) {
|
|
586
|
-
insertProfile.run(profile);
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
for (const tweet of tweets) {
|
|
590
|
-
insertTweet.run(tweet);
|
|
591
|
-
insertTweetsFts.run(tweet.id, tweet.text);
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
for (const conversation of conversations) {
|
|
595
|
-
insertConversation.run(conversation);
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
for (const message of messages) {
|
|
599
|
-
insertMessage.run(message);
|
|
600
|
-
insertDmFts.run(message.id, message.text);
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
for (const expansion of urlExpansions) {
|
|
604
|
-
insertUrlExpansion.run(expansion);
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
for (const occurrence of linkOccurrences) {
|
|
608
|
-
insertLinkOccurrence.run(occurrence);
|
|
609
|
-
}
|
|
610
|
-
});
|
|
611
|
-
|
|
612
|
-
transaction();
|
|
613
|
-
}
|