@singi-labs/sifa-sdk 0.12.42 → 0.12.43
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/dist/index.cjs +626 -159
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +626 -159
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1082,8 +1082,8 @@ function categoryForApp(appId) {
|
|
|
1082
1082
|
// src/taxonomy/activity-tiers.json
|
|
1083
1083
|
var activity_tiers_default = {
|
|
1084
1084
|
$schema: "https://sifa.id/schemas/activity-tiers/v1.json",
|
|
1085
|
-
version: "1.
|
|
1086
|
-
updated: "2026-
|
|
1085
|
+
version: "1.1.0",
|
|
1086
|
+
updated: "2026-07-29",
|
|
1087
1087
|
tiers: {
|
|
1088
1088
|
creation: {
|
|
1089
1089
|
label: "Made",
|
|
@@ -1102,21 +1102,56 @@ var activity_tiers_default = {
|
|
|
1102
1102
|
}
|
|
1103
1103
|
},
|
|
1104
1104
|
lexicons: {
|
|
1105
|
-
"app.
|
|
1105
|
+
"app.atmobb.discussion.reply": {
|
|
1106
|
+
tier: "creation",
|
|
1107
|
+
app: "atmobb",
|
|
1108
|
+
notes: "Replies are authored text, consistent with app.bsky.feed.post covering replies."
|
|
1109
|
+
},
|
|
1110
|
+
"app.atmobb.discussion.thread": {
|
|
1106
1111
|
tier: "creation",
|
|
1112
|
+
app: "atmobb"
|
|
1113
|
+
},
|
|
1114
|
+
"app.beaconbits.beacon": {
|
|
1115
|
+
tier: "creation",
|
|
1116
|
+
app: "beaconbits"
|
|
1117
|
+
},
|
|
1118
|
+
"app.bsky.actor.profile": {
|
|
1119
|
+
tier: "filtered",
|
|
1107
1120
|
app: "bluesky",
|
|
1108
|
-
notes: "
|
|
1121
|
+
notes: "Profile metadata record."
|
|
1109
1122
|
},
|
|
1110
|
-
"app.bsky.feed.like": { tier: "action", app: "bluesky" },
|
|
1111
|
-
"app.bsky.feed.repost": { tier: "action", app: "bluesky" },
|
|
1112
1123
|
"app.bsky.feed.generator": {
|
|
1113
1124
|
tier: "filtered",
|
|
1114
1125
|
app: "bluesky",
|
|
1115
1126
|
notes: "Feed generator definition record, not personal activity."
|
|
1116
1127
|
},
|
|
1117
|
-
"app.bsky.
|
|
1118
|
-
|
|
1119
|
-
|
|
1128
|
+
"app.bsky.feed.like": {
|
|
1129
|
+
tier: "action",
|
|
1130
|
+
app: "bluesky"
|
|
1131
|
+
},
|
|
1132
|
+
"app.bsky.feed.post": {
|
|
1133
|
+
tier: "creation",
|
|
1134
|
+
app: "bluesky",
|
|
1135
|
+
notes: "Ambiguous: many posts are casual, but the lexicon also carries long-form posts and threads. Treated as creation; empty quote-posts (no text + record embed) are filtered at the consumer layer, not here."
|
|
1136
|
+
},
|
|
1137
|
+
"app.bsky.feed.repost": {
|
|
1138
|
+
tier: "action",
|
|
1139
|
+
app: "bluesky"
|
|
1140
|
+
},
|
|
1141
|
+
"app.bsky.graph.block": {
|
|
1142
|
+
tier: "filtered",
|
|
1143
|
+
app: "bluesky",
|
|
1144
|
+
notes: "Moderation record."
|
|
1145
|
+
},
|
|
1146
|
+
"app.bsky.graph.follow": {
|
|
1147
|
+
tier: "action",
|
|
1148
|
+
app: "bluesky"
|
|
1149
|
+
},
|
|
1150
|
+
"app.bsky.graph.list": {
|
|
1151
|
+
tier: "filtered",
|
|
1152
|
+
app: "bluesky",
|
|
1153
|
+
notes: "User-curated list metadata; not surfaced as profile activity."
|
|
1154
|
+
},
|
|
1120
1155
|
"app.bsky.graph.listblock": {
|
|
1121
1156
|
tier: "filtered",
|
|
1122
1157
|
app: "bluesky",
|
|
@@ -1127,97 +1162,431 @@ var activity_tiers_default = {
|
|
|
1127
1162
|
app: "bluesky",
|
|
1128
1163
|
notes: "List membership; rendered via the parent list, not as standalone activity."
|
|
1129
1164
|
},
|
|
1130
|
-
"app.bsky.graph.
|
|
1165
|
+
"app.bsky.graph.mute": {
|
|
1131
1166
|
tier: "filtered",
|
|
1132
1167
|
app: "bluesky",
|
|
1133
|
-
notes: "
|
|
1168
|
+
notes: "Moderation record."
|
|
1134
1169
|
},
|
|
1135
|
-
"app.bsky.graph.starterpack": {
|
|
1136
|
-
"app.bsky.actor.profile": {
|
|
1170
|
+
"app.bsky.graph.starterpack": {
|
|
1137
1171
|
tier: "filtered",
|
|
1172
|
+
app: "bluesky"
|
|
1173
|
+
},
|
|
1174
|
+
"app.bsky.graph.verification": {
|
|
1175
|
+
tier: "creation",
|
|
1138
1176
|
app: "bluesky",
|
|
1139
|
-
notes: "
|
|
1177
|
+
notes: "Diverges from app.bsky.graph.follow (action) on purpose: verifying another account's handle is a deliberate trust statement the actor authors, not a tap. Sifa renders it with its own card."
|
|
1140
1178
|
},
|
|
1141
|
-
"
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
"
|
|
1179
|
+
"app.collectivesocial.feed.list": {
|
|
1180
|
+
tier: "creation",
|
|
1181
|
+
app: "collectivesocial",
|
|
1182
|
+
notes: "Auto-created default Inbox lists are filtered at the consumer layer via isDefault=true predicate."
|
|
1183
|
+
},
|
|
1184
|
+
"app.mcp.server": {
|
|
1185
|
+
tier: "creation",
|
|
1186
|
+
app: "mcp"
|
|
1187
|
+
},
|
|
1188
|
+
"app.sidetrail.trail": {
|
|
1189
|
+
tier: "creation",
|
|
1190
|
+
app: "semble"
|
|
1191
|
+
},
|
|
1192
|
+
"app.sidetrail.walk": {
|
|
1193
|
+
tier: "creation",
|
|
1194
|
+
app: "semble"
|
|
1195
|
+
},
|
|
1196
|
+
"app.userinput.discussion": {
|
|
1197
|
+
tier: "creation",
|
|
1198
|
+
app: "userinput"
|
|
1199
|
+
},
|
|
1200
|
+
"app.userinput.reply": {
|
|
1201
|
+
tier: "creation",
|
|
1202
|
+
app: "userinput",
|
|
1203
|
+
notes: "Replies are authored text, consistent with app.bsky.feed.post covering replies."
|
|
1204
|
+
},
|
|
1205
|
+
"at.margin.annotation": {
|
|
1206
|
+
tier: "creation",
|
|
1207
|
+
app: "margin",
|
|
1208
|
+
notes: "An annotation on someone else's text is still authored writing."
|
|
1209
|
+
},
|
|
1210
|
+
"at.margin.bookmark": {
|
|
1147
1211
|
tier: "filtered",
|
|
1148
|
-
|
|
1149
|
-
|
|
1212
|
+
notes: "Bookmark \u2014 consumption signal, not creation.",
|
|
1213
|
+
app: "margin"
|
|
1214
|
+
},
|
|
1215
|
+
"at.margin.highlight": {
|
|
1216
|
+
tier: "filtered",
|
|
1217
|
+
notes: "Highlight \u2014 consumption signal, not creation.",
|
|
1218
|
+
app: "margin"
|
|
1219
|
+
},
|
|
1220
|
+
"at.margin.note": {
|
|
1221
|
+
tier: "creation",
|
|
1222
|
+
app: "margin"
|
|
1223
|
+
},
|
|
1224
|
+
"at.marque.domain": {
|
|
1225
|
+
tier: "creation",
|
|
1226
|
+
app: "marque"
|
|
1227
|
+
},
|
|
1228
|
+
"at.youandme.connection": {
|
|
1229
|
+
tier: "creation",
|
|
1230
|
+
app: "youandme"
|
|
1231
|
+
},
|
|
1232
|
+
"blue.flashes.feed.post": {
|
|
1233
|
+
tier: "creation",
|
|
1234
|
+
app: "flashes"
|
|
1235
|
+
},
|
|
1236
|
+
"blue.linkat.board": {
|
|
1237
|
+
tier: "filtered",
|
|
1238
|
+
notes: "Link-in-bio board; consumption signal.",
|
|
1239
|
+
app: "linkat"
|
|
1240
|
+
},
|
|
1241
|
+
"buzz.bookhive.book": {
|
|
1242
|
+
tier: "creation",
|
|
1243
|
+
app: "bookhive"
|
|
1244
|
+
},
|
|
1245
|
+
"com.minomobi.music.composition": {
|
|
1246
|
+
tier: "creation",
|
|
1247
|
+
app: "minomobi"
|
|
1248
|
+
},
|
|
1249
|
+
"com.voxport.podcast.series": {
|
|
1250
|
+
tier: "creation",
|
|
1251
|
+
app: "voxport"
|
|
1252
|
+
},
|
|
1253
|
+
"com.whtwnd.blog.entry": {
|
|
1254
|
+
tier: "creation",
|
|
1255
|
+
app: "whitewind"
|
|
1256
|
+
},
|
|
1257
|
+
"community.lexicon.badge.award": {
|
|
1258
|
+
tier: "creation",
|
|
1259
|
+
app: "badges",
|
|
1260
|
+
notes: "The award record is authored by the giver, so it is their attestation about someone else."
|
|
1261
|
+
},
|
|
1262
|
+
"community.lexicon.bookmarks.bookmark": {
|
|
1263
|
+
tier: "filtered",
|
|
1264
|
+
notes: "Bookmark \u2014 consumption signal.",
|
|
1265
|
+
app: "kipclip"
|
|
1150
1266
|
},
|
|
1151
1267
|
"community.lexicon.calendar.rsvp": {
|
|
1152
1268
|
tier: "creation",
|
|
1153
1269
|
app: "smokesignal",
|
|
1154
1270
|
notes: "Ambiguous: RSVPs are reactions to events, but they are public commitments and the only Smoke Signal record Sifa scans today. Classified as creation."
|
|
1155
1271
|
},
|
|
1272
|
+
"community.nooki.comments": {
|
|
1273
|
+
tier: "creation",
|
|
1274
|
+
app: "nooki",
|
|
1275
|
+
notes: "Comments are authored text."
|
|
1276
|
+
},
|
|
1277
|
+
"community.nooki.membership": {
|
|
1278
|
+
tier: "creation",
|
|
1279
|
+
app: "nooki",
|
|
1280
|
+
notes: "Joining a community, classified like social.colibri.membership (creation)."
|
|
1281
|
+
},
|
|
1282
|
+
"community.opensocial.membership": {
|
|
1283
|
+
tier: "creation",
|
|
1284
|
+
app: "opensocial",
|
|
1285
|
+
notes: "Joining a community, classified like social.colibri.membership (creation)."
|
|
1286
|
+
},
|
|
1287
|
+
"computer.aetheros.page": {
|
|
1288
|
+
tier: "creation",
|
|
1289
|
+
app: "aetheros"
|
|
1290
|
+
},
|
|
1291
|
+
"dev.atvouch.graph.vouch": {
|
|
1292
|
+
tier: "creation",
|
|
1293
|
+
app: "atvouch",
|
|
1294
|
+
notes: "Vouching for someone. Authored attestation, same reasoning as fund.at.graph.endorse."
|
|
1295
|
+
},
|
|
1296
|
+
"dev.baileytownsend.guestbook.entry": {
|
|
1297
|
+
tier: "creation",
|
|
1298
|
+
app: "guestbook",
|
|
1299
|
+
notes: "Signing someone else's guestbook is a short authored message."
|
|
1300
|
+
},
|
|
1301
|
+
"dev.keytrace.claim": {
|
|
1302
|
+
tier: "creation",
|
|
1303
|
+
app: "keytrace"
|
|
1304
|
+
},
|
|
1305
|
+
"dev.skyboard.board": {
|
|
1306
|
+
tier: "filtered",
|
|
1307
|
+
notes: "Skyboard task-board metadata.",
|
|
1308
|
+
app: "skyboard"
|
|
1309
|
+
},
|
|
1310
|
+
"dev.skyboard.op": {
|
|
1311
|
+
tier: "filtered",
|
|
1312
|
+
notes: "Skyboard operation log.",
|
|
1313
|
+
app: "skyboard"
|
|
1314
|
+
},
|
|
1315
|
+
"dev.skyboard.task": {
|
|
1316
|
+
tier: "filtered",
|
|
1317
|
+
notes: "Skyboard task record.",
|
|
1318
|
+
app: "skyboard"
|
|
1319
|
+
},
|
|
1156
1320
|
"events.smokesignal.profile": {
|
|
1157
1321
|
tier: "filtered",
|
|
1158
1322
|
app: "smokesignal",
|
|
1159
1323
|
notes: "Profile metadata record."
|
|
1160
1324
|
},
|
|
1161
|
-
"
|
|
1162
|
-
|
|
1163
|
-
|
|
1325
|
+
"exchange.recipe.recipe": {
|
|
1326
|
+
tier: "creation",
|
|
1327
|
+
app: "recipe"
|
|
1328
|
+
},
|
|
1329
|
+
"fm.plyr.comment": {
|
|
1330
|
+
tier: "creation",
|
|
1331
|
+
app: "plyr",
|
|
1332
|
+
notes: "Comments are authored text."
|
|
1333
|
+
},
|
|
1334
|
+
"forum.barazo.community.member": {
|
|
1335
|
+
tier: "creation",
|
|
1336
|
+
app: "barazo"
|
|
1337
|
+
},
|
|
1338
|
+
"forum.barazo.flag": {
|
|
1164
1339
|
tier: "filtered",
|
|
1165
|
-
app: "
|
|
1166
|
-
notes: "
|
|
1340
|
+
app: "barazo",
|
|
1341
|
+
notes: "Moderation flag."
|
|
1167
1342
|
},
|
|
1168
|
-
"
|
|
1343
|
+
"forum.barazo.post": {
|
|
1344
|
+
tier: "creation",
|
|
1345
|
+
app: "barazo"
|
|
1346
|
+
},
|
|
1347
|
+
"forum.barazo.reaction": {
|
|
1348
|
+
tier: "action",
|
|
1349
|
+
app: "barazo"
|
|
1350
|
+
},
|
|
1351
|
+
"forum.barazo.reply": {
|
|
1352
|
+
tier: "action",
|
|
1353
|
+
app: "barazo",
|
|
1354
|
+
notes: "Short conversational reply \u2014 engagement signal."
|
|
1355
|
+
},
|
|
1356
|
+
"forum.barazo.reputation.event": {
|
|
1357
|
+
tier: "creation",
|
|
1358
|
+
app: "barazo"
|
|
1359
|
+
},
|
|
1360
|
+
"fund.at.graph.endorse": {
|
|
1361
|
+
tier: "creation",
|
|
1362
|
+
app: "atfund",
|
|
1363
|
+
notes: "Endorsing someone. Authored attestation, not engagement."
|
|
1364
|
+
},
|
|
1365
|
+
"fyi.asq.answer": {
|
|
1366
|
+
tier: "creation",
|
|
1367
|
+
app: "asq"
|
|
1368
|
+
},
|
|
1369
|
+
"fyi.asq.question": {
|
|
1370
|
+
tier: "creation",
|
|
1371
|
+
app: "asq"
|
|
1372
|
+
},
|
|
1373
|
+
"fyi.atstore.listing.review": {
|
|
1374
|
+
tier: "creation",
|
|
1375
|
+
app: "atstore"
|
|
1376
|
+
},
|
|
1377
|
+
"fyi.unravel.frontpage.post": {
|
|
1378
|
+
tier: "creation",
|
|
1379
|
+
app: "frontpage"
|
|
1380
|
+
},
|
|
1381
|
+
"fyi.unravel.frontpage.vote": {
|
|
1382
|
+
tier: "action",
|
|
1383
|
+
app: "frontpage"
|
|
1384
|
+
},
|
|
1385
|
+
"id.sifa.authConnection": {
|
|
1169
1386
|
tier: "filtered",
|
|
1170
|
-
app: "
|
|
1171
|
-
notes: "
|
|
1387
|
+
app: "sifa",
|
|
1388
|
+
notes: "OAuth scope record."
|
|
1172
1389
|
},
|
|
1173
|
-
"
|
|
1390
|
+
"id.sifa.authMeet": {
|
|
1174
1391
|
tier: "filtered",
|
|
1175
|
-
app: "
|
|
1176
|
-
notes: "
|
|
1392
|
+
app: "sifa",
|
|
1393
|
+
notes: "OAuth scope record."
|
|
1177
1394
|
},
|
|
1178
|
-
"
|
|
1395
|
+
"id.sifa.authProfile": {
|
|
1179
1396
|
tier: "filtered",
|
|
1180
|
-
app: "
|
|
1181
|
-
notes: "
|
|
1397
|
+
app: "sifa",
|
|
1398
|
+
notes: "OAuth scope record."
|
|
1182
1399
|
},
|
|
1183
|
-
"
|
|
1184
|
-
"fyi.unravel.frontpage.post": { tier: "creation", app: "frontpage" },
|
|
1185
|
-
"fyi.unravel.frontpage.vote": { tier: "action", app: "frontpage" },
|
|
1186
|
-
"social.psky.feed.post": { tier: "creation", app: "picosky" },
|
|
1187
|
-
"link.pastesphere.snippet": { tier: "creation", app: "pastesphere" },
|
|
1188
|
-
"site.standard.document": { tier: "creation", app: "standard" },
|
|
1189
|
-
"computer.aetheros.page": { tier: "creation", app: "aetheros" },
|
|
1190
|
-
"space.roomy.space.personal": { tier: "creation", app: "roomy" },
|
|
1191
|
-
"dev.keytrace.claim": { tier: "creation", app: "keytrace" },
|
|
1192
|
-
"social.popfeed.feed.review": { tier: "creation", app: "popfeed" },
|
|
1193
|
-
"social.popfeed.feed.post": { tier: "creation", app: "popfeed" },
|
|
1194
|
-
"social.popfeed.feed.note": { tier: "creation", app: "popfeed" },
|
|
1195
|
-
"social.popfeed.feed.like": { tier: "action", app: "popfeed" },
|
|
1196
|
-
"social.popfeed.challenge.participation": {
|
|
1400
|
+
"id.sifa.authProfileAccess": {
|
|
1197
1401
|
tier: "filtered",
|
|
1198
|
-
app: "
|
|
1199
|
-
notes: "
|
|
1402
|
+
app: "sifa",
|
|
1403
|
+
notes: "OAuth profile-access record."
|
|
1200
1404
|
},
|
|
1201
|
-
"
|
|
1405
|
+
"id.sifa.authProject": {
|
|
1202
1406
|
tier: "filtered",
|
|
1203
|
-
app: "
|
|
1204
|
-
notes: "
|
|
1407
|
+
app: "sifa",
|
|
1408
|
+
notes: "OAuth scope record."
|
|
1205
1409
|
},
|
|
1206
|
-
"
|
|
1207
|
-
|
|
1410
|
+
"id.sifa.endorsement": {
|
|
1411
|
+
tier: "creation",
|
|
1412
|
+
app: "sifa",
|
|
1413
|
+
notes: "Endorsement authored by the actor about another profile."
|
|
1414
|
+
},
|
|
1415
|
+
"id.sifa.endorsement.confirmation": {
|
|
1416
|
+
tier: "action",
|
|
1417
|
+
app: "sifa",
|
|
1418
|
+
notes: "Confirmation/acceptance of an endorsement received."
|
|
1419
|
+
},
|
|
1420
|
+
"id.sifa.graph.connection": {
|
|
1421
|
+
tier: "creation",
|
|
1422
|
+
app: "sifa",
|
|
1423
|
+
notes: "Mutual professional connection record."
|
|
1424
|
+
},
|
|
1425
|
+
"id.sifa.graph.follow": {
|
|
1426
|
+
tier: "action",
|
|
1427
|
+
app: "sifa"
|
|
1428
|
+
},
|
|
1429
|
+
"id.sifa.meeting": {
|
|
1430
|
+
tier: "creation",
|
|
1431
|
+
app: "sifa"
|
|
1432
|
+
},
|
|
1433
|
+
"id.sifa.profile.certification": {
|
|
1434
|
+
tier: "creation",
|
|
1435
|
+
app: "sifa"
|
|
1436
|
+
},
|
|
1437
|
+
"id.sifa.profile.course": {
|
|
1438
|
+
tier: "creation",
|
|
1439
|
+
app: "sifa"
|
|
1440
|
+
},
|
|
1441
|
+
"id.sifa.profile.education": {
|
|
1442
|
+
tier: "creation",
|
|
1443
|
+
app: "sifa"
|
|
1444
|
+
},
|
|
1445
|
+
"id.sifa.profile.externalAccount": {
|
|
1446
|
+
tier: "creation",
|
|
1447
|
+
app: "sifa"
|
|
1448
|
+
},
|
|
1449
|
+
"id.sifa.profile.honor": {
|
|
1450
|
+
tier: "creation",
|
|
1451
|
+
app: "sifa"
|
|
1452
|
+
},
|
|
1453
|
+
"id.sifa.profile.language": {
|
|
1454
|
+
tier: "creation",
|
|
1455
|
+
app: "sifa"
|
|
1456
|
+
},
|
|
1457
|
+
"id.sifa.profile.location": {
|
|
1458
|
+
tier: "creation",
|
|
1459
|
+
app: "sifa"
|
|
1460
|
+
},
|
|
1461
|
+
"id.sifa.profile.position": {
|
|
1462
|
+
tier: "creation",
|
|
1463
|
+
app: "sifa"
|
|
1464
|
+
},
|
|
1465
|
+
"id.sifa.profile.presentation": {
|
|
1466
|
+
tier: "creation",
|
|
1467
|
+
app: "sifa"
|
|
1468
|
+
},
|
|
1469
|
+
"id.sifa.profile.presentationDelivery": {
|
|
1470
|
+
tier: "creation",
|
|
1471
|
+
app: "sifa"
|
|
1472
|
+
},
|
|
1473
|
+
"id.sifa.profile.project": {
|
|
1474
|
+
tier: "creation",
|
|
1475
|
+
app: "sifa"
|
|
1476
|
+
},
|
|
1477
|
+
"id.sifa.profile.publication": {
|
|
1478
|
+
tier: "creation",
|
|
1479
|
+
app: "sifa"
|
|
1480
|
+
},
|
|
1481
|
+
"id.sifa.profile.self": {
|
|
1482
|
+
tier: "creation",
|
|
1483
|
+
app: "sifa",
|
|
1484
|
+
notes: "Sifa professional profile root."
|
|
1485
|
+
},
|
|
1486
|
+
"id.sifa.profile.skill": {
|
|
1487
|
+
tier: "creation",
|
|
1488
|
+
app: "sifa"
|
|
1489
|
+
},
|
|
1490
|
+
"id.sifa.profile.volunteering": {
|
|
1491
|
+
tier: "creation",
|
|
1492
|
+
app: "sifa"
|
|
1493
|
+
},
|
|
1494
|
+
"id.sifa.project.member": {
|
|
1495
|
+
tier: "creation",
|
|
1496
|
+
app: "sifa"
|
|
1497
|
+
},
|
|
1498
|
+
"id.sifa.project.membership": {
|
|
1499
|
+
tier: "creation",
|
|
1500
|
+
app: "sifa"
|
|
1501
|
+
},
|
|
1502
|
+
"id.sifa.project.self": {
|
|
1503
|
+
tier: "creation",
|
|
1504
|
+
app: "sifa"
|
|
1505
|
+
},
|
|
1506
|
+
"io.atcr.repo.page": {
|
|
1507
|
+
tier: "creation",
|
|
1508
|
+
app: "atcr"
|
|
1509
|
+
},
|
|
1510
|
+
"io.calabro.watsm.program": {
|
|
1511
|
+
tier: "creation",
|
|
1512
|
+
app: "watsm"
|
|
1513
|
+
},
|
|
1514
|
+
"io.kich.recipe.recipe": {
|
|
1515
|
+
tier: "creation",
|
|
1516
|
+
app: "kich"
|
|
1517
|
+
},
|
|
1518
|
+
"is.kevara.directory.speaker": {
|
|
1519
|
+
tier: "creation",
|
|
1520
|
+
app: "kevara"
|
|
1521
|
+
},
|
|
1522
|
+
"li.plonk.paste": {
|
|
1523
|
+
tier: "creation",
|
|
1524
|
+
app: "plonk"
|
|
1525
|
+
},
|
|
1526
|
+
"link.pastesphere.snippet": {
|
|
1527
|
+
tier: "creation",
|
|
1528
|
+
app: "pastesphere"
|
|
1529
|
+
},
|
|
1530
|
+
"net.alternativeproto.submission": {
|
|
1531
|
+
tier: "creation",
|
|
1532
|
+
app: "alternativeproto"
|
|
1533
|
+
},
|
|
1534
|
+
"net.alternativeproto.vote": {
|
|
1535
|
+
tier: "action",
|
|
1536
|
+
notes: "Vote record on a third-party protocol.",
|
|
1537
|
+
app: "alternativeproto"
|
|
1538
|
+
},
|
|
1539
|
+
"net.anisota.feed.list": {
|
|
1540
|
+
tier: "creation",
|
|
1541
|
+
app: "anisota"
|
|
1542
|
+
},
|
|
1543
|
+
"net.anisota.feed.post": {
|
|
1544
|
+
tier: "creation",
|
|
1545
|
+
app: "anisota"
|
|
1546
|
+
},
|
|
1547
|
+
"net.anisota.player.state": {
|
|
1208
1548
|
tier: "filtered",
|
|
1209
|
-
|
|
1210
|
-
|
|
1549
|
+
notes: "Anisota game player state.",
|
|
1550
|
+
app: "anisota"
|
|
1211
1551
|
},
|
|
1212
|
-
"
|
|
1552
|
+
"network.cosmik.card": {
|
|
1213
1553
|
tier: "filtered",
|
|
1214
|
-
|
|
1215
|
-
|
|
1554
|
+
notes: "Link-in-bio card; consumption signal.",
|
|
1555
|
+
app: "cosmik"
|
|
1216
1556
|
},
|
|
1217
|
-
"
|
|
1557
|
+
"network.cosmik.collection": {
|
|
1558
|
+
tier: "filtered",
|
|
1559
|
+
notes: "Stale registry id \u2014 Cosmik formerly in app registry.",
|
|
1560
|
+
app: "cosmik"
|
|
1561
|
+
},
|
|
1562
|
+
"network.cosmik.collectionLink": {
|
|
1563
|
+
tier: "filtered",
|
|
1564
|
+
app: "cosmik"
|
|
1565
|
+
},
|
|
1566
|
+
"network.cosmik.connection": {
|
|
1567
|
+
tier: "filtered",
|
|
1568
|
+
app: "cosmik"
|
|
1569
|
+
},
|
|
1570
|
+
"network.cosmik.follow": {
|
|
1571
|
+
tier: "filtered",
|
|
1572
|
+
app: "cosmik"
|
|
1573
|
+
},
|
|
1574
|
+
"one.papili.post": {
|
|
1575
|
+
tier: "creation",
|
|
1576
|
+
app: "papili"
|
|
1577
|
+
},
|
|
1578
|
+
"org.v-it.skill": {
|
|
1579
|
+
tier: "creation",
|
|
1580
|
+
app: "vit"
|
|
1581
|
+
},
|
|
1582
|
+
"os.aether.docs.presentation": {
|
|
1583
|
+
tier: "creation",
|
|
1584
|
+
app: "aetherdocs"
|
|
1585
|
+
},
|
|
1586
|
+
"place.stream.broadcast.origin": {
|
|
1218
1587
|
tier: "filtered",
|
|
1219
1588
|
app: "streamplace",
|
|
1220
|
-
notes: "
|
|
1589
|
+
notes: "Broadcast origin/infrastructure record."
|
|
1221
1590
|
},
|
|
1222
1591
|
"place.stream.chat.message": {
|
|
1223
1592
|
tier: "filtered",
|
|
@@ -1229,32 +1598,83 @@ var activity_tiers_default = {
|
|
|
1229
1598
|
app: "streamplace",
|
|
1230
1599
|
notes: "Chat profile metadata."
|
|
1231
1600
|
},
|
|
1232
|
-
"
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1601
|
+
"place.stream.key": {
|
|
1602
|
+
tier: "filtered",
|
|
1603
|
+
app: "streamplace",
|
|
1604
|
+
notes: "Stream key \u2014 sensitive infrastructure record."
|
|
1605
|
+
},
|
|
1606
|
+
"place.stream.livestream": {
|
|
1607
|
+
tier: "creation",
|
|
1608
|
+
app: "streamplace"
|
|
1609
|
+
},
|
|
1610
|
+
"place.stream.metadata.configuration": {
|
|
1611
|
+
tier: "filtered",
|
|
1612
|
+
app: "streamplace",
|
|
1613
|
+
notes: "Stream configuration metadata."
|
|
1614
|
+
},
|
|
1237
1615
|
"pub.leaflet.authFullPermissions": {
|
|
1238
1616
|
tier: "filtered",
|
|
1239
1617
|
app: "leaflet",
|
|
1240
1618
|
notes: "OAuth permission record."
|
|
1241
1619
|
},
|
|
1242
|
-
"
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
app: "colibri",
|
|
1246
|
-
notes: "Chat message \u2014 high-volume conversational signal, not portfolio."
|
|
1620
|
+
"pub.leaflet.comment": {
|
|
1621
|
+
tier: "creation",
|
|
1622
|
+
app: "leaflet"
|
|
1247
1623
|
},
|
|
1248
|
-
"
|
|
1249
|
-
|
|
1624
|
+
"pub.leaflet.interactions.recommend": {
|
|
1625
|
+
tier: "action",
|
|
1626
|
+
app: "leaflet"
|
|
1627
|
+
},
|
|
1628
|
+
"quest.atmo.checkin": {
|
|
1629
|
+
tier: "creation",
|
|
1630
|
+
app: "atmorsvp",
|
|
1631
|
+
notes: "Attendance, classified like community.lexicon.calendar.rsvp (creation) rather than as engagement. The creation tier description names RSVPs explicitly."
|
|
1632
|
+
},
|
|
1633
|
+
"quest.atmo.event": {
|
|
1634
|
+
tier: "creation",
|
|
1635
|
+
app: "atmorsvp"
|
|
1636
|
+
},
|
|
1637
|
+
"sh.tangled.actor.profile": {
|
|
1250
1638
|
tier: "filtered",
|
|
1251
|
-
app: "
|
|
1252
|
-
notes: "
|
|
1639
|
+
app: "tangled",
|
|
1640
|
+
notes: "Profile metadata record."
|
|
1253
1641
|
},
|
|
1254
|
-
"
|
|
1642
|
+
"sh.tangled.feed.star": {
|
|
1643
|
+
tier: "action",
|
|
1644
|
+
app: "tangled"
|
|
1645
|
+
},
|
|
1646
|
+
"sh.tangled.graph.follow": {
|
|
1647
|
+
tier: "action",
|
|
1648
|
+
app: "tangled"
|
|
1649
|
+
},
|
|
1650
|
+
"sh.tangled.repo": {
|
|
1651
|
+
tier: "creation",
|
|
1652
|
+
app: "tangled"
|
|
1653
|
+
},
|
|
1654
|
+
"sh.tangled.repo.issue": {
|
|
1655
|
+
tier: "creation",
|
|
1656
|
+
app: "tangled"
|
|
1657
|
+
},
|
|
1658
|
+
"sh.tangled.repo.pull": {
|
|
1659
|
+
tier: "creation",
|
|
1660
|
+
app: "tangled"
|
|
1661
|
+
},
|
|
1662
|
+
"site.standard.document": {
|
|
1663
|
+
tier: "creation",
|
|
1664
|
+
app: "standard"
|
|
1665
|
+
},
|
|
1666
|
+
"so.sprk.feed.post": {
|
|
1667
|
+
tier: "creation",
|
|
1668
|
+
app: "spark"
|
|
1669
|
+
},
|
|
1670
|
+
"so.sprk.story.post": {
|
|
1671
|
+
tier: "creation",
|
|
1672
|
+
app: "spark"
|
|
1673
|
+
},
|
|
1674
|
+
"social.colibri.actor.data": {
|
|
1255
1675
|
tier: "filtered",
|
|
1256
1676
|
app: "colibri",
|
|
1257
|
-
notes: "
|
|
1677
|
+
notes: "Actor metadata."
|
|
1258
1678
|
},
|
|
1259
1679
|
"social.colibri.approval": {
|
|
1260
1680
|
tier: "filtered",
|
|
@@ -1266,122 +1686,169 @@ var activity_tiers_default = {
|
|
|
1266
1686
|
app: "colibri",
|
|
1267
1687
|
notes: "Category metadata."
|
|
1268
1688
|
},
|
|
1689
|
+
"social.colibri.channel": {
|
|
1690
|
+
tier: "filtered",
|
|
1691
|
+
app: "colibri",
|
|
1692
|
+
notes: "Channel definition."
|
|
1693
|
+
},
|
|
1269
1694
|
"social.colibri.channel.read": {
|
|
1270
1695
|
tier: "filtered",
|
|
1271
1696
|
app: "colibri",
|
|
1272
1697
|
notes: "Read-state marker."
|
|
1273
1698
|
},
|
|
1274
|
-
"social.colibri.
|
|
1699
|
+
"social.colibri.community": {
|
|
1275
1700
|
tier: "filtered",
|
|
1276
1701
|
app: "colibri",
|
|
1277
|
-
notes: "
|
|
1702
|
+
notes: "Community definition."
|
|
1703
|
+
},
|
|
1704
|
+
"social.colibri.membership": {
|
|
1705
|
+
tier: "creation",
|
|
1706
|
+
app: "colibri"
|
|
1707
|
+
},
|
|
1708
|
+
"social.colibri.message": {
|
|
1709
|
+
tier: "filtered",
|
|
1710
|
+
app: "colibri",
|
|
1711
|
+
notes: "Chat message \u2014 high-volume conversational signal, not portfolio."
|
|
1712
|
+
},
|
|
1713
|
+
"social.colibri.reaction": {
|
|
1714
|
+
tier: "filtered",
|
|
1715
|
+
app: "colibri",
|
|
1716
|
+
notes: "Chat reaction."
|
|
1278
1717
|
},
|
|
1279
1718
|
"social.colibri.richtext.facet": {
|
|
1280
1719
|
tier: "filtered",
|
|
1281
1720
|
app: "colibri",
|
|
1282
1721
|
notes: "Richtext facet sub-record."
|
|
1283
1722
|
},
|
|
1284
|
-
"
|
|
1723
|
+
"social.crate.content": {
|
|
1285
1724
|
tier: "creation",
|
|
1286
|
-
app: "
|
|
1287
|
-
notes: "Auto-created default Inbox lists are filtered at the consumer layer via isDefault=true predicate."
|
|
1725
|
+
app: "crate"
|
|
1288
1726
|
},
|
|
1289
|
-
"
|
|
1290
|
-
tier: "
|
|
1291
|
-
|
|
1727
|
+
"social.crate.note": {
|
|
1728
|
+
tier: "creation",
|
|
1729
|
+
app: "crate"
|
|
1292
1730
|
},
|
|
1293
|
-
"
|
|
1731
|
+
"social.grain.gallery": {
|
|
1732
|
+
tier: "creation",
|
|
1733
|
+
app: "grain"
|
|
1734
|
+
},
|
|
1735
|
+
"social.grain.gallery.item": {
|
|
1294
1736
|
tier: "filtered",
|
|
1295
|
-
|
|
1737
|
+
app: "grain",
|
|
1738
|
+
notes: "Item-within-gallery; rendered via parent gallery."
|
|
1739
|
+
},
|
|
1740
|
+
"social.grain.photo": {
|
|
1741
|
+
tier: "filtered",
|
|
1742
|
+
app: "grain",
|
|
1743
|
+
notes: "Raw photo asset; surfaced via the gallery that references it."
|
|
1744
|
+
},
|
|
1745
|
+
"social.grain.photo.exif": {
|
|
1746
|
+
tier: "filtered",
|
|
1747
|
+
app: "grain",
|
|
1748
|
+
notes: "EXIF metadata for a photo."
|
|
1749
|
+
},
|
|
1750
|
+
"social.grain.story": {
|
|
1751
|
+
tier: "filtered",
|
|
1752
|
+
app: "grain",
|
|
1753
|
+
notes: "Ephemeral story format."
|
|
1754
|
+
},
|
|
1755
|
+
"social.passports.fiftyStates.visit": {
|
|
1756
|
+
tier: "creation",
|
|
1757
|
+
app: "passports"
|
|
1758
|
+
},
|
|
1759
|
+
"social.passports.travel.leg": {
|
|
1760
|
+
tier: "creation",
|
|
1761
|
+
app: "passports"
|
|
1296
1762
|
},
|
|
1297
|
-
"network.cosmik.collectionLink": { tier: "filtered" },
|
|
1298
|
-
"network.cosmik.connection": { tier: "filtered" },
|
|
1299
|
-
"network.cosmik.follow": { tier: "filtered" },
|
|
1300
|
-
"network.cosmik.card": { tier: "filtered", notes: "Link-in-bio card; consumption signal." },
|
|
1301
1763
|
"social.pinksky.app.preference": {
|
|
1302
1764
|
tier: "filtered",
|
|
1303
1765
|
app: "bluesky",
|
|
1304
1766
|
notes: "Pinkleap (Bluesky client) app preferences."
|
|
1305
1767
|
},
|
|
1306
|
-
"
|
|
1768
|
+
"social.popfeed.actor.profile": {
|
|
1307
1769
|
tier: "filtered",
|
|
1308
|
-
|
|
1770
|
+
app: "popfeed",
|
|
1771
|
+
notes: "Profile metadata record."
|
|
1309
1772
|
},
|
|
1310
|
-
"
|
|
1773
|
+
"social.popfeed.challenge.participation": {
|
|
1311
1774
|
tier: "filtered",
|
|
1312
|
-
|
|
1775
|
+
app: "popfeed",
|
|
1776
|
+
notes: "Challenge participation tracking."
|
|
1313
1777
|
},
|
|
1314
|
-
"
|
|
1315
|
-
tier: "
|
|
1316
|
-
|
|
1778
|
+
"social.popfeed.feed.like": {
|
|
1779
|
+
tier: "action",
|
|
1780
|
+
app: "popfeed"
|
|
1317
1781
|
},
|
|
1318
|
-
"
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
"dev.skyboard.task": { tier: "filtered", notes: "Skyboard task record." },
|
|
1322
|
-
"net.anisota.player.state": { tier: "filtered", notes: "Anisota game player state." },
|
|
1323
|
-
"xyz.statusphere.status": {
|
|
1324
|
-
tier: "filtered",
|
|
1325
|
-
notes: "Statusphere emoji status \u2014 leisure signal."
|
|
1782
|
+
"social.popfeed.feed.note": {
|
|
1783
|
+
tier: "creation",
|
|
1784
|
+
app: "popfeed"
|
|
1326
1785
|
},
|
|
1327
|
-
"
|
|
1786
|
+
"social.popfeed.feed.post": {
|
|
1328
1787
|
tier: "creation",
|
|
1329
|
-
app: "
|
|
1330
|
-
notes: "Sifa professional profile root."
|
|
1788
|
+
app: "popfeed"
|
|
1331
1789
|
},
|
|
1332
|
-
"
|
|
1333
|
-
"id.sifa.profile.education": { tier: "creation", app: "sifa" },
|
|
1334
|
-
"id.sifa.profile.skill": { tier: "creation", app: "sifa" },
|
|
1335
|
-
"id.sifa.profile.certification": { tier: "creation", app: "sifa" },
|
|
1336
|
-
"id.sifa.profile.project": { tier: "creation", app: "sifa" },
|
|
1337
|
-
"id.sifa.profile.volunteering": { tier: "creation", app: "sifa" },
|
|
1338
|
-
"id.sifa.profile.publication": { tier: "creation", app: "sifa" },
|
|
1339
|
-
"id.sifa.profile.course": { tier: "creation", app: "sifa" },
|
|
1340
|
-
"id.sifa.profile.honor": { tier: "creation", app: "sifa" },
|
|
1341
|
-
"id.sifa.profile.language": { tier: "creation", app: "sifa" },
|
|
1342
|
-
"id.sifa.profile.externalAccount": { tier: "creation", app: "sifa" },
|
|
1343
|
-
"id.sifa.profile.location": { tier: "creation", app: "sifa" },
|
|
1344
|
-
"id.sifa.profile.presentation": { tier: "creation", app: "sifa" },
|
|
1345
|
-
"id.sifa.profile.presentationDelivery": { tier: "creation", app: "sifa" },
|
|
1346
|
-
"id.sifa.endorsement": {
|
|
1790
|
+
"social.popfeed.feed.review": {
|
|
1347
1791
|
tier: "creation",
|
|
1348
|
-
app: "
|
|
1349
|
-
notes: "Endorsement authored by the actor about another profile."
|
|
1792
|
+
app: "popfeed"
|
|
1350
1793
|
},
|
|
1351
|
-
"
|
|
1352
|
-
tier: "
|
|
1353
|
-
app: "
|
|
1354
|
-
notes: "Confirmation/acceptance of an endorsement received."
|
|
1794
|
+
"social.psky.feed.post": {
|
|
1795
|
+
tier: "creation",
|
|
1796
|
+
app: "picosky"
|
|
1355
1797
|
},
|
|
1356
|
-
"
|
|
1357
|
-
"id.sifa.graph.connection": {
|
|
1798
|
+
"space.roomy.space.personal": {
|
|
1358
1799
|
tier: "creation",
|
|
1359
|
-
app: "
|
|
1360
|
-
notes: "Mutual professional connection record."
|
|
1800
|
+
app: "roomy"
|
|
1361
1801
|
},
|
|
1362
|
-
"
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
"id.sifa.meeting": { tier: "creation", app: "sifa" },
|
|
1366
|
-
"id.sifa.authProfile": { tier: "filtered", app: "sifa", notes: "OAuth scope record." },
|
|
1367
|
-
"id.sifa.authProfileAccess": {
|
|
1368
|
-
tier: "filtered",
|
|
1369
|
-
app: "sifa",
|
|
1370
|
-
notes: "OAuth profile-access record."
|
|
1802
|
+
"st.lifepo.lifeEvent": {
|
|
1803
|
+
tier: "creation",
|
|
1804
|
+
app: "lifepo"
|
|
1371
1805
|
},
|
|
1372
|
-
"
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
"
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1806
|
+
"stream.thought.blip": {
|
|
1807
|
+
tier: "creation",
|
|
1808
|
+
app: "streamthought"
|
|
1809
|
+
},
|
|
1810
|
+
"tech.waow.doodl.drawing": {
|
|
1811
|
+
tier: "creation",
|
|
1812
|
+
app: "waow"
|
|
1813
|
+
},
|
|
1814
|
+
"tech.waow.doodl.icon": {
|
|
1815
|
+
tier: "creation",
|
|
1816
|
+
app: "waow"
|
|
1817
|
+
},
|
|
1818
|
+
"tech.waow.doodl.iconset": {
|
|
1819
|
+
tier: "creation",
|
|
1820
|
+
app: "waow"
|
|
1821
|
+
},
|
|
1822
|
+
"tech.waow.doodl.logo": {
|
|
1823
|
+
tier: "creation",
|
|
1824
|
+
app: "waow"
|
|
1383
1825
|
},
|
|
1384
|
-
"
|
|
1826
|
+
"tech.waow.pollz.poll": {
|
|
1827
|
+
tier: "creation",
|
|
1828
|
+
app: "waow"
|
|
1829
|
+
},
|
|
1830
|
+
"tech.waow.slides.deck": {
|
|
1831
|
+
tier: "creation",
|
|
1832
|
+
app: "waow"
|
|
1833
|
+
},
|
|
1834
|
+
"tech.waow.slides.slide": {
|
|
1835
|
+
tier: "creation",
|
|
1836
|
+
app: "waow",
|
|
1837
|
+
notes: "Individual slides are components of a deck. Both are kept; the consumer decides whether to collapse them."
|
|
1838
|
+
},
|
|
1839
|
+
"wiki.lichen.note": {
|
|
1840
|
+
tier: "creation",
|
|
1841
|
+
app: "lichen"
|
|
1842
|
+
},
|
|
1843
|
+
"wiki.lichen.wiki": {
|
|
1844
|
+
tier: "creation",
|
|
1845
|
+
app: "lichen"
|
|
1846
|
+
},
|
|
1847
|
+
"xyz.statusphere.status": {
|
|
1848
|
+
tier: "filtered",
|
|
1849
|
+
notes: "Statusphere emoji status \u2014 leisure signal.",
|
|
1850
|
+
app: "statusphere"
|
|
1851
|
+
}
|
|
1385
1852
|
}
|
|
1386
1853
|
};
|
|
1387
1854
|
|
|
@@ -4884,7 +5351,7 @@ function roadmapIssueUrl(issue) {
|
|
|
4884
5351
|
}
|
|
4885
5352
|
|
|
4886
5353
|
// src/index.ts
|
|
4887
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
5354
|
+
var SIFA_SDK_VERSION = "0.12.43";
|
|
4888
5355
|
|
|
4889
5356
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
4890
5357
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|