Ionosphere.tv
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: initialize panproto VCS, tag layers.pub v0.5.0

Tracks layers.pub lexicons and 7 lens definitions. The ionosphere
custom lexicons (facet registry, NLP annotations) use a format that
panproto v0.22 doesn't parse yet — they'll be added when panproto
gains ATProto lexicon support for non-standard formats.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+38
+1
.panproto/HEAD
··· 1 + {"Branch":"main"}
+5
.panproto/index.json
··· 1 + { 2 + "staged": null, 3 + "staged_data": [], 4 + "staged_protocol": null 5 + }
.panproto/objects/1b/b664060ba18e4a0b3b0bff1add938bd3d0127f3a7d3b3d03a22468e3d46276

This is a binary file and will not be displayed.

.panproto/objects/2c/6ca16b08d3b822ce25804cd147f8a8887d00d7b64a0a62d32f3d44b6f29807

This is a binary file and will not be displayed.

.panproto/objects/89/215c53859ff49be231d954234820efd393906a6a0499477369c709eba3d53c

This is a binary file and will not be displayed.

.panproto/objects/fb/de01706511f5588e0c43d349742ac27d048b903fed4355c45e1dd78980269e

This is a binary file and will not be displayed.

+1
.panproto/refs/heads/main
··· 1 + fbde01706511f5588e0c43d349742ac27d048b903fed4355c45e1dd78980269e
+1
.panproto/refs/tags/v0.5.0
··· 1 + fbde01706511f5588e0c43d349742ac27d048b903fed4355c45e1dd78980269e
+30
panproto.toml
··· 1 + [workspace] 2 + name = "project" 3 + exclude = [ 4 + "target", 5 + "node_modules", 6 + "__pycache__", 7 + "build", 8 + "dist", 9 + ".git", 10 + ] 11 + 12 + [[package]] 13 + name = "ionosphere-workspace" 14 + path = "" 15 + protocol = "typescript" 16 + 17 + [[package]] 18 + name = "ionosphere" 19 + path = "apps/ionosphere" 20 + protocol = "typescript" 21 + 22 + [[package]] 23 + name = "ionosphere-appview" 24 + path = "apps/ionosphere-appview" 25 + protocol = "typescript" 26 + 27 + [[package]] 28 + name = "ionosphere-nlp" 29 + path = "pipeline" 30 + protocol = "python"