Align launch docs, API, and CLI reference with agentsfleet 0.17.0#137
Merged
Conversation
Rewrites published pages to the docs Constitution (concise, testable, source-verified), adds a pre-commit documentation linter, and syncs error-code, CLI, connector, and quickstart content against Zig, OpenAPI, and CLI source truth. Restores github-pr-reviewer as the quickstart's flagship example now that the upstream fleet-bundle repo is being fixed in a companion PR. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
7 tasks
fe5de57 fixed staged_paths' diff-filter to catch deletions but left unstaged_paths on the old ACMR filter, so the partial-staging check above it compares an inconsistent path set. Match both. Co-Authored-By: Claude Sonnet 5 <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
scripts/check-documentation.py+ tests) enforcing metadata, structure, banned words, acronym expansion, and command-output pairing before commit.api-reference/error-codes.mdx(verified byte-for-byte against the Zig error-registry generator), the CLI command reference, connector guide, and quickstart against current source truth.github-pr-revieweras the flagship quickstart/install example — the upstream fleet-bundle repo it depends on is being fixed in a companion PR (Restore root SKILL.md and TRIGGER.md for fleet library onboarding github-pr-reviewer#5).--helpoutput, widened GitHub Pull Request webhook acceptance,workspace deleteJSON field rename).billing/plans.mdxmerged intobilling/budgets.mdxwith a redirect), -53.6% words, -54.3% bytes.Companion product-repo PR (not yet opened) lands the matching source-truth fixes this docs pass depends on.
Test plan
make test— 22 documentation-rule tests passmake lint— doc rules, OpenAPI drift, Mintlify validate, broken-links, markdown-link-check all passgitleaks protect --staged— no leaks foundapi-reference/error-codes.mdxdiffed byte-for-byte againstzig build gen-error-codesoutput — identicalGreptile Summary
This PR aligns the documentation with agentsfleet 0.17.0 and adds automated documentation checks. The main changes are:
Confidence Score: 5/5
This looks safe to merge.
Important Files Changed
Reviews (3): Last reviewed commit: "fix: apply the same deletion-filter fix ..." | Re-trigger Greptile