-
Notifications
You must be signed in to change notification settings - Fork 1
Redesign homepage around coordinated agent workflows #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+3,345
−748
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
a791782
Give the site a display face, a shape rule and a focus ring
claude f106418
Make the shared nav, footer and waitlist form usable on a phone
claude 971f707
Rebuild the homepage around the relay board
claude 9559e0b
Stop shipping other routes' CSS with the homepage
claude a1bcf77
Polish the relay board and finish the small-type floor
claude 7f2b174
Make the focus ring and the sticky nav legible on dark ground
claude e1cb4ad
Fix three loose ends in the mobile hero and the A2A section
claude b179e6e
Re-ground the homepage in the brand's blues
claude 588e0b5
Restore the original homepage, with the network healed rather than lit
claude b9f3387
Name every runtime in "Works with all of them"
claude 744ad38
Ignore the Palate builder's build-manifest.json
claude 971019a
Take the runtime names back out of "Works with all of them"
claude 5981280
Give phones a real miniature of the hero graph, not a wireframe of it
claude 07d5107
Put one centred column over a band of live agent terminals
claude 555fc30
Remove hero star chart background
willwashburn 66df6e9
Remove hero skill install CTA
willwashburn c7f0c75
Animate provider terminal sessions
willwashburn fe4b805
Make compatibility band full width
willwashburn fa0bab1
Unify hero terminal chrome
willwashburn 2b4ed70
Limit hero terminals to core agents
willwashburn c4b6be0
Add relay network behind hero terminals
willwashburn 4c2e16e
Strengthen hero relay pulse
willwashburn 1159647
Make hero terminals feel like live agents
willwashburn 49dbad0
Match Grok terminal interaction model
willwashburn a76872c
Add OpenCode signature loader
willwashburn 3924057
Match Codex terminal interaction model
willwashburn 8f65d76
Add Claude Code terminal mascot
willwashburn 7031ee0
Route relay packets between terminals
willwashburn e61ff67
Normalize OpenCode loader pulse
willwashburn 1de962d
Update hero headline
willwashburn 8baa971
Scroll Codex and Claude terminal histories
willwashburn f92b338
Restore terminal stoplights
willwashburn 7fed31f
Step Claude and OpenCode terminal output
willwashburn 39ac176
Correct Codex terminal stepping
willwashburn 83a2d2e
Refine hero team messaging
willwashburn a6973ac
Add trust signals to hero copy
willwashburn 2953f5b
Replace delivery feature with workflow execution trace
willwashburn 5baddbc
Refine hero coordination copy
willwashburn 7960892
Sync social metadata with hero copy
willwashburn 4efe100
Update messaging feature heading
willwashburn 4c590dd
Update durable workflow heading
willwashburn 4be82ab
Add shared files capability visual
willwashburn 5fd6a12
Broaden SDK section copy
willwashburn e4bd991
Remove unreachable homepage implementation
willwashburn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Scope the ignore rule to the repository root.
build-manifest.jsonwithout a slash matches that filename in every directory, not only the repository root described by the comment. A nested manifest can therefore be silently omitted from version control. Use/build-manifest.jsonfor a root-only rule.Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents