docs: fix outdated information in AGENTS.md, DEVELOPMENT.md, and lint README#739
Merged
Conversation
… README - Fix linter count: 12/11 → 15 (AGENTS.md and pkg/lint/README.md) - Add missing fmt subcommand to architecture and CLI sections - Add missing pkg/fmt/ and pkg/buildinfo/ to architecture diagram - Fix Go version: 1.25 → 1.26 (DEVELOPMENT.md) - Fix MySQL version in CI: 8.0.33 → 8.0.45 (AGENTS.md) - Add missing CI workflows: mysql8.0.42, mysql97, release (AGENTS.md) - Add missing test helper options: WithLint, WithLintOnly, etc. (AGENTS.md) - Remove non-existent Category() method from linter example (lint README) - Remove non-existent FilterBySeverity/ListByCategory from API docs (lint README) - Add missing linter documentation: has_timestamp, redundant_indexes, rename_column (lint README)
aparajon
approved these changes
Apr 30, 2026
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
Fixes various stale/incorrect documentation across the project.
AGENTS.md
fmtsubcommand to architecture and CLI sectionspkg/fmt/andpkg/buildinfo/to architecture diagrammysql8.0.42-docker.yml,mysql97-docker.yml,release.ymlWithLint(),WithLintOnly(),WithHost(),WithReplicaDSN(),WithReplicaMaxLag(),WithConfFile()DEVELOPMENT.md
pkg/lint/README.md
Category()method from example linter codeFilterBySeverity()andListByCategory()from API docshas_timestamp,redundant_indexes,rename_column