this repo has no description

add atfile and roomy

Eric Davis c60baffa 62f903b8

+5
+2
cmd/recordcollector/main.go
··· 37 37 var labelPrefixes = map[string]string{ 38 38 // NSID prefix // Label 39 39 "app.popsky": "app-popsky", 40 + "blue.zio.atfile": "blue-zio-atfile", 41 + "chat.roomy": "chat-roomy", 40 42 "com.shinolabs.pinksea": "com-shinolabs-pinksea", 41 43 "com.whtwnd": "com-whtwnd", 42 44 "events.smokesignal": "events-smokesignal",
+3
genlabeldefs.py
··· 14 14 'Tangled': ('sh-tangled', 'tightly-knit social coding'), 15 15 'Spark': ('so-sprk', 'short-form video/photo app'), 16 16 'Statusphere': ('xyz-statusphere', 'atproto quick start'), 17 + 'Roomy': ('chat-roomy', 'group chat on atproto'), 18 + 'ATFile': ('blue-zio-atfile', 'store and retrieve files'), 19 + # 'name': ('ns-id', 'description'), 17 20 } 18 21 19 22 values = []