feat(web): rebrand consumer-facing name to "Raven"#7
Merged
Conversation
Update the user-visible app name from "Current" to "Raven" via the single source of truth at web/branding/app.json. Crate/package names, contract identifiers, and network-level references are unchanged.
iduartgomez
added a commit
that referenced
this pull request
Apr 27, 2026
* Merge main (brings Raven rebrand from #7) into PR branch. * web/container: port full ed25519 + version validation from freenet/mail. Adds 6 unit tests covering valid/invalid sig, version monotonicity, summary/delta. Container is no longer a stub. * common/: new crate. Hosts WebContainerMetadata struct shared between web/container and tools/web-container-sign so the two CBOR formats cannot drift. * check-contract-wasm.yml: gate now fails on drift (was exit 0 with warning). Adds published-contract/** + Cargo.toml to trigger paths and a push-on-main job. * web/tests/production-liveness.spec.ts: title now "Raven" (matches merged rebrand). * published-contract/: regenerated locally; contract id = 6vGnrBknBqysGZFgzor8bVdvYXRNz1ddzsdrnHrosLeQ. CI on Linux may produce a different snapshot — first Linux run will surface drift; commit the Linux snapshot once. * Cargo.toml: drop dead commented [target.wasm32-unknown-unknown] block. Add common/ to workspace members. * Drop .claude/settings.json (per-machine path leaked into repo).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
web/branding/app.json(single source of truth consumed byweb/src/branding.ts).Test plan
cd web && npm run buildrebuilds dist bundle with new name