fix(site): review remainder — director on homepage, SDK pages, security page, install disclosures#113
Merged
Merged
Conversation
…ty page, install disclosures Completes the product-review fix list (follow-up to #112): - docs landing Flow graph: 'Gateway Services' primary branch → pilot-director - homepage: dedicated pilot-director section (plan example terminal); hero secondary CTA 'Read the protocol spec' → 'Meet pilot-director'; unsourced '12s vs 51s' benchmark replaced with a defensible line; pull-quote pseudo-attribution ('Observed behavior · within 72h') reworded honestly - NEW /docs/node-sdk and /docs/swift-sdk (from the SDK READMEs); sdk-parity now links all three SDKs; both in docsNav - NEW /docs/security — crypto, trust, consent transparency, enterprise controls, vulnerability reporting; linked from /plans and docsNav - install disclosures: getting-started Installation section now discloses skill injection into agent configs + default-on telemetry with a link to Consent & Privacy; Consent card added to docs landing; public/install.sh synced with canonical (adds skill_inject opt-out to the consent JSON example — release#12, already live via R2 sync) - nav label 'Enterprise' → 'Plans' (matches the page) - removed dead publish-manifest.yml (producer deleted in web4) and the shadowed static .well-known/latest.json (worker computes it live) astro build green (342 pages). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The repository_dispatch producer was deleted in web4, and the pilot-release worker computes /.well-known/latest.json live — the static copy can never serve. Co-Authored-By: Claude Fable 5 <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 |
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.
Completes the product-review fix list (follow-up to #112):
hero secondary CTA 'Read the protocol spec' → 'Meet pilot-director';
unsourced '12s vs 51s' benchmark replaced with a defensible line;
pull-quote pseudo-attribution ('Observed behavior · within 72h')
reworded honestly
sdk-parity now links all three SDKs; both in docsNav
controls, vulnerability reporting; linked from /plans and docsNav
discloses skill injection into agent configs + default-on telemetry
with a link to Consent & Privacy; Consent card added to docs landing;
public/install.sh synced with canonical (adds skill_inject opt-out
to the consent JSON example — release#12, already live via R2 sync)
shadowed static .well-known/latest.json (worker computes it live)
astro build green (342 pages).
Co-Authored-By: Claude Fable 5 noreply@anthropic.com