fix: remove hero tag clutter, correct core architecture description#22
Merged
Conversation
- Removed the hero-meta badge row (Rust + WASM / MCP protocol / JSON
Schema contracts / Apache 2.0) from the homepage. It duplicated
"Apache 2.0" from the eyebrow pill directly above it and read as
generic filler tags rather than real content.
- Corrected the site's core description of how placement actually
works. Previous copy framed placement as a fixed target the contract
declares and the runtime resolves ahead of time ("the same binary
runs in your browser, on an edge node, in a cloud function... without
modification"). The real model: capabilities are device-independent
and run on the client by default; the client evaluates the contract
against its own context and, based on its own heuristics, can
delegate a subset of the capability to the server. Updated the
homepage meta description, homepage JSON-LD, the "What is Traverse?"
question page (both visible body and FAQPage JSON-LD -- this is the
page most likely to feed external AI summaries), and the docs
concepts page's Placement Targets section.
- Added a link to the live GitHub Projects board
(github.com/orgs/traverse-framework/projects) from the roadmap page
and the footer, so "what we're working on right now" isn't limited
to the static roadmap snapshot.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
Test plan
🤖 Generated with Claude Code