docs(changelog): trim history to Jun 23, 2026 and tighten every entry - #153
Merged
Conversation
Cut the 23 entries dated Jun 17, 2026 and older (down to May 27, 2026). The changelog now starts at Jun 23, 2026 — 40 entries, all retained. Brevity-passed every remaining entry per docs/CHANGELOG_VOICE.md: leads state the change rather than narrating the prior broken state, bullets follow "**Bold lead-noun** — clause", intra-entry duplication removed (leads restating their own first bullet), repeated glosses deduped across entries, run-on sentences split, and wordier terms simplified. whole file 17,186 -> 8,455 words (-51%) kept range (Jun 23+) 11,652 -> 8,455 words (-27%) mean sentence 15.3 -> 12.4 words sentences >= 28 words 96 -> 24 (remainder are enumerations) No load-bearing facts dropped — verified by set-diffing the original against the rewrite: 43 error codes, 31 API paths, every CLI flag, RUNNER_NETWORK_POLICY, GRAFANA_OTLP_*, and all schema/field names (core.fleet_events, failure_detail, cost_nanos, budget_breach) survive. Two deliberate removals, both called out because they touch published values and metadata: - Dropped the dead frozen-pricing block (EVENT_RATE_M65 "$0.01", STAGE_RATE_M65 "$0.10", STAGE_PLATFORM_M66 "$0.001", STAGE_SELF_MANAGED_M66 "$0.0001") and the unused STARTER_CREDIT / EVENT_RATE import from snippets/rates.mdx. Zero surviving entries referenced them; every entry that did was in the pre-Jun-20 range. No rendered money amount changed ($0, $0.00, $1.20 all intact). - Normalized one-off tag chips: "Fixes" -> "Bug fixes", "Improvements" -> "What's new". make test passes; gitleaks clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
| export const STAGE_RATE_M65 = "$0.10"; | ||
| export const STAGE_PLATFORM_M66 = "$0.001"; | ||
| export const STAGE_SELF_MANAGED_M66 = "$0.0001"; | ||
|
|
||
| <Tip> | ||
| agentsfleet is in **stealth-mode testing** and pre-production. APIs and agent behavior may change between releases without long deprecation windows. Email [agentsfleet@agentmail.to](mailto:agentsfleet@agentmail.to) if you want a hand calibrating an agent or to join as a design partner. | ||
| </Tip> | ||
|
|
||
| <Update label="Jul 23, 2026" tags={["What's new", "Bug fixes", "API", "UI"]}> | ||
| ## A struggling fleet explains itself | ||
|
|
Contributor
There was a problem hiding this comment.
Shipped behaviors disappear from history
When readers consult the retained Jul 23 and Jul 11 entries, the rewrite omits the live-connection animations and the guarantee that retrying a failed GitHub queue write repairs the write without duplicating successful events, leaving the published release record incomplete.
Knowledge Base Used: Site infrastructure, validation, and contribution rules
Prompt To Fix With AI
This is a comment left during a code review.
Path: changelog.mdx
Line: 12
Comment:
**Shipped behaviors disappear from history**
When readers consult the retained Jul 23 and Jul 11 entries, the rewrite omits the live-connection animations and the guarantee that retrying a failed GitHub queue write repairs the write without duplicating successful events, leaving the published release record incomplete.
**Knowledge Base Used:** [Site infrastructure, validation, and contribution rules](https://app.greptile.com/usezombie/-/custom-context/knowledge-base/agentsfleet/docs/-/docs/site-infrastructure.md)
How can I resolve this? If you propose a fix, please make it concise.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
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.
Trims
changelog.mdxto start at Jun 23, 2026 and brevity-passes every surviving entry.What changed
Trim — cut the 23 entries dated Jun 17, 2026 and older (down to May 27, 2026). The changelog now runs Jul 23 → Jun 23, 2026. All 40 entries in that range are retained.
Tighten — rewrote every remaining entry per
docs/CHANGELOG_VOICE.md: leads state the change instead of narrating the prior broken state, bullets follow**Bold lead-noun** — clause, intra-entry duplication removed (leads that restated their own first bullet), repeated glosses deduped across entries, run-on sentences split at the clause, and wordier terms simplified (curated→a set list,provisioned→configured).The 24 remaining long sentences are enumerations — provider lists, error-code lists — where splitting would hurt rather than help.
Load-bearing facts preserved
Verified by set-diffing the original against the rewrite, not by eye:
UZ-*) — all present/v1/…,/_um/…) — all presentRUNNER_NETWORK_POLICYandGRAFANA_OTLP_*core.fleet_events,failure_detail,cost_nanos,budget_breach,gate_blocked,required_credentials_reasons, and the restDeliberate removals
Called out because they touch published values and metadata:
EVENT_RATE_M65($0.01),STAGE_RATE_M65($0.10),STAGE_PLATFORM_M66($0.001),STAGE_SELF_MANAGED_M66($0.0001), and the unusedSTARTER_CREDIT/EVENT_RATEimport fromsnippets/rates.mdx. Zero surviving entries referenced them; every entry that did was in the pre-Jun-20 range. No rendered money amount changed —$0,$0.00, and$1.20are all intact.Fixes→Bug fixes,Improvements→What's new.Verification
make testpasses (22 tests + documentation check); also runs as a pre-commit hookgitleaks detect— no leaks, 462 commits scanned{/}outside code spans or fences<Update>open/close pairs balanced, oldest labelJun 23, 2026Session notes
~/Projects/docswas sitting onchore/uuidv7-canonical-ids-changelogwith an uncommitted Jul 23<Update>. Per the docs-repo own-branch rule I branched this work offmainin a separate worktree and left that change untouched. Indy was flagged that whichever branch merges second will conflict, and directed to ignore it and proceed here.CHANGELOG_VOICE.mdtreats past entries as an archive that may be brevity-passed but not rewritten. Deleting the pre-Jun-20 range goes past a brevity pass — done on Indy's explicit instruction, and the deleted entries remain in git history.scripts/check-documentation.pyskipschangelog.mdxoutright, so voice is unenforced here. I ran the project's ownBANNED_PATTERNSagainst the file by hand and fixed the one hit (provisioned→configured), then expanded the bare acronyms it would have caught elsewhere:HMAC→ "a hash-based message authentication code",OTLP→ "OpenTelemetry Protocol (OTLP)",CI→ "continuous-integration".~/Projects/docspage was touched; this is a changelog-only change with no product behavior behind it, so nothing else needs revising.🤖 Generated with Claude Code
Greptile Summary
The PR trims the changelog to Jun 23, 2026 and substantially shortens all 40 retained entries.
Confidence Score: 4/5
The PR should not merge until the omitted Jul 23 UI behavior and Jul 11 queue-retry guarantee are restored in concise form.
The archive trim is structurally coherent, but two retained releases lose substantive behavior rather than merely shorter wording, leaving the published release history incomplete.
changelog.mdx
Important Files Changed
Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "docs(changelog): trim history to Jun 23,..." | Re-trigger Greptile
Context used: