Skip to content

docs: fix outdated information in AGENTS.md, DEVELOPMENT.md, and lint README#739

Merged
morgo merged 1 commit into
block:mainfrom
morgo:fix-documentation
Apr 30, 2026
Merged

docs: fix outdated information in AGENTS.md, DEVELOPMENT.md, and lint README#739
morgo merged 1 commit into
block:mainfrom
morgo:fix-documentation

Conversation

@morgo
Copy link
Copy Markdown
Collaborator

@morgo morgo commented Apr 30, 2026

Summary

Fixes various stale/incorrect documentation across the project.

AGENTS.md

  • Fix linter count: 12 → 15 (3 linters were added without updating the count)
  • Add missing fmt subcommand to architecture and CLI sections
  • Add missing pkg/fmt/ and pkg/buildinfo/ to architecture diagram
  • Fix MySQL version in CI section: 8.0.33 → 8.0.45
  • Add missing CI workflows: mysql8.0.42-docker.yml, mysql97-docker.yml, release.yml
  • Add missing test helper options: WithLint(), WithLintOnly(), WithHost(), WithReplicaDSN(), WithReplicaMaxLag(), WithConfFile()

DEVELOPMENT.md

  • Fix Go version requirement: 1.25 → 1.26 (matches go.mod)

pkg/lint/README.md

  • Fix linter count: 11 → 15
  • Remove non-existent Category() method from example linter code
  • Remove non-existent FilterBySeverity() and ListByCategory() from API docs
  • Add missing linter documentation: has_timestamp, redundant_indexes, rename_column
  • Add missing linters to summary table

… 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)
@morgo morgo merged commit 22eba5e into block:main Apr 30, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants