feat(recipes): curation round 2 — fix git/media over-capture#59
Merged
Conversation
…hip tools `list_categories` (#58) made a class of inference mislabels visible: the `git` and `media` buckets over-captured tools whose blurbs mention "Git integration", "color", or "graph" in passing. Author the correct category for 10 flagship tools: bat, eza, lsd, yazi -> files (ls/cat replacements, not git tools) typos, icdiff -> text (spell-checker / diff, not git) htop -> monitoring (not media) concurrently -> devtools ("color-coded output") webpack -> build (dependency "graph") mdcat -> docs (markdown renderer) The `git` bucket is now 25 genuinely-git tools (was 29). 8 via the reviewable _CATEGORY_OVERRIDES block; bat/eza are hand-written (edited in place). Curation lock in test_recipe_categories.py extended to cover all 10. Full suite 3573 passed; all 520 lint-valid; ruff clean; live-verified. Co-Authored-By: Claude Opus 4.8 <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.
list_categories(#58) surfaced a class of inference mislabels: thegitandmediabuckets over-captured flagship tools whose descriptions mention "Git integration", "color", or "graph" in passing.Fixes (10 tools)
batezalsdyazityposicdiffhtopconcurrentlywebpackmdcatThe
gitbucket is now 25 genuinely-git tools (was 29).ataeginastaysgit— it's legitimately about worktrees.How
_CATEGORY_OVERRIDESblock;bat/ezaare hand-written recipes, edited in place.test_recipe_categories.py) extended to all 10 — asserts each resolves to the intended category and authors it (not coincidentally inferred).🤖 Generated with Claude Code