Refresh tool category docs#96
Conversation
andrew
left a comment
There was a problem hiding this comment.
The CONTRIBUTING.md table looks right and matches report.CategoryOrder.
The README block is generated though, and it's gone stale since #94 merged ten more library defs. Main now produces 534 tool definitions (this PR has 524) and the Library line is missing Busboy, Celery, Fabric, JDOM, Laravel Sanctum, Spring Security, Tera, Velocity, cross-spawn and dom4j.
Could you rebase on main and re-run go run ./cmd/brief list -readme tools to refresh the block between the brief:tools:start/end markers? After that this is good to go.
5aa85fc to
8af12eb
Compare
Thanks, fixed. Rebased this branch onto current The README now reports Validation: |
Closes #44.
Summary
Refreshes the generated README tool list so detection-only libraries are shown under a separate
Librarysection instead of being mixed intoBuild.Also updates
CONTRIBUTING.mdto document the current category set, includinglibrary,codegen,database,infrastructure,monorepo,environment,i18n,releaseandcoverage.Validation