docs(changelog): add Jun 17 entry for the website refresh#99
Merged
Conversation
The marketing site now centers on the compounding operational-knowledge loop with a hero pipeline diagram. Add a date-disambiguated Jun 17, 2026 `<Update>` (tags What's new + UI) above the existing API gate-conditions entry, per the same-date release-template rule. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Summary
Adds a
Jun 17, 2026changelog<Update>(tags What's new + UI) for the marketing-site refresh onagentsfleet.net. The entry is placed above the existing same-date API gate-conditions entry, per the same-date release-template ordering rule.The site now frames the product as one resident-engineer loop — first signal → recurring problem class → scenario and test → fix pull request → human review → fewer repeats — anchored by a hero pipeline diagram, replacing the earlier deploy-failure wake-on-event framing.
Changes
<Update>block (13 insertions). Documents the hero pipeline diagram, signal-source strip (Signals, Telemetry, Code, Control plane), compounding-knowledge section + competition table, and confirms unchanged paths (install copy-row, animated terminal, per-second pricing,/pricingand/agentsroutes).Session notes
mainafter PR docs(cli): fix stale CLI commands + drop removed webhook form #98 (chore/arch-audit-mdx-corrections) merged; rebased ontoorigin/main(clean) and force-pushed with--force-with-leasebefore opening this PR.🤖 Generated with Claude Code
Greptile Summary
This PR adds a single
<Update>changelog entry (Jun 17, 2026, tagsWhat's new+UI) documenting the agentsfleet.net marketing-site refresh, correctly placed above the existing same-date API gate-conditions entry. The entry follows the file's established MDX patterns and Mintlify<Update>component usage./pricing//agentsroutes are unchanged.UI-tagged entry precedes theBreaking/APIentry for the same date, consistent with the stated same-date ordering rule.Confidence Score: 5/5
Single-file docs-only changelog addition with no code, schema, or API surface changes; safe to merge.
The change is a 13-line MDX block that documents a marketing-site refresh. It uses the same
<Update>component, tag syntax, and heading conventions as every surrounding entry, is correctly ordered above the same-date API entry, and touches nothing functional.No files require special attention.
Important Files Changed
<Update>block documenting the website refresh; format, tag syntax, heading case, and placement all match the existing file conventions.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["First signal\n(Signals · Telemetry · Code · Control plane)"] --> B["Recurring problem class"] B --> C["Scenario + test"] C --> D["Fix pull request"] D --> E{"Human review"} E -->|Approved| F["Merged — fewer repeats"] E -->|Changes requested| C F --> A%%{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["First signal\n(Signals · Telemetry · Code · Control plane)"] --> B["Recurring problem class"] B --> C["Scenario + test"] C --> D["Fix pull request"] D --> E{"Human review"} E -->|Approved| F["Merged — fewer repeats"] E -->|Changes requested| C F --> AReviews (1): Last reviewed commit: "docs(changelog): add Jun 17 entry for th..." | Re-trigger Greptile