release: v0.5.0 — reskin + Tangled morphism fixes
Author: Aaron Steven White
Commit
a39c32320a7bd331fc496be56731c7b48a663a7cParent: ee055a221d
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan3 files changed +22 -4
@@ -1,5 +1,23 @@
11 # Changelog 22 3+## v0.5.0 4+ 5+### Reskin + Tangled interop 6+ 7+- Complete frontend redesign with DM Sans/DM Mono typography, deep indigo-black palette, dot-grid texture, and protocol-tinted repo cards 8+- Hero section with schema-first messaging and abstract cospan diagram 9+- Source tabs (All / Cospan / Tangled) and view tabs (Trending / Recent) on the landing page 10+- Multi-select language filter with keyboard support 11+- Tangled source tracking: repos from the firehose now get `source = "tangled"` with `source_uri` 12+- Source filter on repo list endpoint (`?source=tangled|cospan`) 13+- Repo import endpoint (`dev.cospan.repo.import`) for importing Tangled repos 14+- Fixed all Tangled morphisms: replaced `identity_morphism` with `renamed_morphism` for cross-NSID pairs 15+- Tangled type coercions via panproto expressions: boolean→string (bluesky), hostname→AT-URI (knot→did:web), field renames (subject→memberDid) 16+- Schema Health display on repo detail (GAT, Equations, Lens Laws, Breaking checks) 17+- Repo detail shows algebraic check results, lens quality, breaking change count 18+- Restyled all pages: profile, issues, PRs, search, feed, orgs, settings 19+- panproto-capabilities skill documenting all panproto expression/transform capabilities 20+ 321 ## v0.4.0 422 523 ### Panproto-native architecture
@@ -436,7 +436,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
436436 437437 [[package]] 438438 name = "cospan-appview" 439-version = "0.4.0" 439+version = "0.5.0" 440440 dependencies = [ 441441 "anyhow", 442442 "async-trait",
@@ -482,7 +482,7 @@ dependencies = [
482482 483483 [[package]] 484484 name = "cospan-codegen" 485-version = "0.4.0" 485+version = "0.5.0" 486486 dependencies = [ 487487 "anyhow", 488488 "panproto-check",
@@ -499,7 +499,7 @@ dependencies = [
499499 500500 [[package]] 501501 name = "cospan-node" 502-version = "0.4.0" 502+version = "0.5.0" 503503 dependencies = [ 504504 "anyhow", 505505 "async-trait",
@@ -7,7 +7,7 @@ members = [
77 resolver = "2" 88 99 [workspace.package] 10-version = "0.4.0" 10+version = "0.5.0" 1111 edition = "2024" 1212 license = "AGPL-3.0-or-later" 1313 repository = "https://github.com/cospan-dev/cospan"