docs: reposition around the fleet of AI teammates + early-access CTA#101
Merged
Conversation
…ut for early-access CTA - README + index.mdx lead with "a fleet of prebuilt AI teammates for recurring engineering work" instead of "a resident engineer for support escalations". - index.mdx: replace the "stealth-mode / private alpha" Warning with a "Get early access" CTA pointing at the Clerk waitlist (accounts.agentsfleet.net/waitlist); keep the design-partner email as the secondary path. - Rework the "2am problem" section into "a teammate that owns the outcome" — PR + deploy framing, scenario-backed fix, human approval before merge/ship. - Historical changelog entries left untouched (append-only). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Make explicit that platform-ops is one of several prebuilt teammates (code review, incident triage, security review join the fleet), not the whole product. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.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.
Aligns docs.agentsfleet.net with the new marketing positioning (companion to agentsfleet#425) and removes the stealth framing.
What changed
index.mdxlead with "a fleet of prebuilt AI teammates for recurring engineering work" instead of "a resident engineer for support escalations".index.mdxstealth callout → early-access CTA. The "Stealth-mode testing / private alpha"<Warning>is replaced by a Get early access card linking to the Clerk waitlist (accounts.agentsfleet.net/waitlist); the design-partner email (agentsfleet@agentmail.to) stays as the secondary path.platform-opsas the concrete flagship example.Notes
changelog.mdxentries were left untouched (append-only history).docs.json, so nav is unaffected.🤖 Generated with Claude Code
Greptile Summary
This PR repositions the docs landing page and README around the "fleet of prebuilt AI teammates" framing, replacing the stealth-mode warning with a first-class early-access CTA card that links directly to the Clerk waitlist.
accounts.agentsfleet.net/waitlist, consistent with the newindex.mdxCTA.<Warning>stealth callout swapped for a<Card>component pointing to the waitlist; intro section rewritten to lead with PR/deploy event scenarios and human-approval-gate language;platform-opsrepositioned as one of many upcoming teammates.Confidence Score: 5/5
Pure documentation and copy changes — no logic, no API surface, no data paths touched.
Both files contain only marketing copy, component swaps (Warning → Card), and URL updates. The waitlist URL is now consistent across README and index.mdx. No code paths, migrations, or runtime behavior are affected.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["Event fires\n(PR, deploy failure, incident)"] --> B["Agent wakes\n(TRIGGER.md)"] B --> C["Gather evidence\n(CI logs, host state, data-plane)"] C --> D["Reason & open\nscenario-backed fix"] D --> E["Post evidenced diagnosis\nto Slack + replayable log"] E --> F{"Human approval"} F -->|Approved| G["Merge / Ship"] F -->|Rejected| H["Revise or close"]%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% flowchart TD A["Event fires\n(PR, deploy failure, incident)"] --> B["Agent wakes\n(TRIGGER.md)"] B --> C["Gather evidence\n(CI logs, host state, data-plane)"] C --> D["Reason & open\nscenario-backed fix"] D --> E["Post evidenced diagnosis\nto Slack + replayable log"] E --> F{"Human approval"} F -->|Approved| G["Merge / Ship"] F -->|Rejected| H["Revise or close"]Reviews (2): Last reviewed commit: "Update README.md" | Re-trigger Greptile