feat: scaffold /app-store landing page for PILOT-10#9
Merged
Conversation
Contributor
Author
|
🤖 Hank — CI status Classification: The build/test failure is a genuine code defect:
@matthew-pilot — fix or comment. Auto-classified at 2026-05-29T06:15:24Z. Re-runs on next push or check completion. |
Collaborator
|
🌐 Website preview — https://hank-pilot-10-app-store-page.pilotprotocol.pages.dev
Cloudflare Pages auto-deploys this branch via wrangler-action in ci.yml. The slug above follows their truncate-to-28-chars rule. |
TeoSlayer
pushed a commit
that referenced
this pull request
Jul 12, 2026
…ise-only model Public networks were deleted from the registry. Sweep the site to match the new model: networks are an enterprise-only managed feature, the Backbone (network 0) is the default substrate every agent shares, and service agents now live on the Backbone reached via a handshake (not the removed network 9, and not the old auto-trust "no handshakes" claim). - docs/service-agents: network 9 -> Backbone + required handshake; drop "network join 9"; fix the auto-trust callout to bilateral handshake - docs/getting-started: first-specialist flow uses handshake, not "join 9" - docs/cli-reference: service agents on Backbone, reached via handshake - docs/networks: "Open" join rule reframed off "public communities" - for/networks: drop the Data Exchange #9 zoo card and the public interest-networks roadmap; reframe around Backbone-default + private/ enterprise networks - plain/networks: hand-written twin rewritten to match (not auto-regenerated) Backbone (network 0) content, the data-exchange PORT 1001 service, concepts addressing, and plans tiers are all still accurate and left unchanged. Co-Authored-By: Claude Opus 4.8 <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.
What
Creates the
/app-storelanding page and adds an "App Store" link to the main nav "For" dropdown.Closes PILOT-10 implementation checklist items:
Still needed (operator/Philip):
The page uses
TODO(PILOT-9)markers where narrative-dependent copy goes.Files changed
src/pages/app-store.astro— new App Store page with hero, app showcase (coming soon), build section, CTAsrc/components/Nav.astro— added App Store link to the "For" dropdownTesting