homepage: fix Two Paths cards overflowing on mobile#135
Merged
Conversation
The MCP Setup page described an unpublished, git-clone-only build under the old TeoSlayer org. pilotprotocol-mcp@0.1.0 is now on npm, so update to match: - install is one command: `npx -y pilotprotocol-mcp setup` - links point at github.com/pilot-protocol/pilot-mcp (the package repo) - 400+ -> 435 specialists (the count the package advertises) - add "What you get": the 10 MCP tools, 6 resources, 5 prompts - replace the vague modes list with the real Local (v0.1, now) / Hosted SSH (v0.2) / Hosted HTTP (v0.3) table - lead with the package framing: "MCP gave your agent tools. Pilot gives your agent peers." - add per-harness manual config (Claude Code, Cursor/Cline, OpenHands) Build green (344 pages). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ckage count Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
# Conflicts: # src/pages/plain/docs/cli-reference.astro
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The .moat-card grid items lacked min-width:0, so a long tp-cmd line (pilotctl skills status ...) forced the card to its intrinsic width (~533px) inside a 390px viewport — clipping the command. Add min-width:0 so the card shrinks and the tp-cmd's own overflow-x:auto scrolls the command instead. Scoped to the homepage; no shared-CSS change. Verified at 390px: zero elements exceed the viewport. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
🔄 Plain twins auto-regenerated The machine-UI mirrors under Please review the bot commit. Prose is an LLM summary of the source; commands, flags, and numeric specs are copied verbatim. If the |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
🚀 Preview deployed to Cloudflare Pages
|
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.
The Two Paths (skill injection) cards overflowed on mobile — the
pilotctl skills status …command line forced.moat-cardto ~533px inside a 390px viewport, clipping the command.Fix: add
min-width: 0to.moat-card(scoped to the homepage) so the card can shrink and the.tp-cmdoverflow-x: autoscrolls the command inside its box. No shared-CSS change.Verified at 390px: zero elements exceed the viewport; both command boxes contained.