Skip to content

feat(recipes): curation round 2 — fix git/media over-capture#59

Merged
noahhyden merged 1 commit into
mainfrom
feat/curate-categories-2
Jul 20, 2026
Merged

feat(recipes): curation round 2 — fix git/media over-capture#59
noahhyden merged 1 commit into
mainfrom
feat/curate-categories-2

Conversation

@noahhyden

Copy link
Copy Markdown
Owner

list_categories (#58) surfaced a class of inference mislabels: the git and media buckets over-captured flagship tools whose descriptions mention "Git integration", "color", or "graph" in passing.

Fixes (10 tools)

tool was now why
bat eza lsd yazi git/media files ls/cat/file-manager replacements — they merely show git status
typos icdiff git text spell-checker / diff tool, git-adjacent at most
htop media monitoring process monitor (matched "color")
concurrently media devtools "color-coded output"
webpack media build dependency "graph"
mdcat media docs markdown renderer

The git bucket is now 25 genuinely-git tools (was 29). ataegina stays git — it's legitimately about worktrees.

How

  • 8 via the single reviewable _CATEGORY_OVERRIDES block; bat/eza are hand-written recipes, edited in place.
  • Curation lock (test_recipe_categories.py) extended to all 10 — asserts each resolves to the intended category and authors it (not coincidentally inferred).
  • Full suite 3573 passed; all 520 lint-valid; ruff clean; live-verified through the MCP client.

🤖 Generated with Claude Code

…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>
@noahhyden
noahhyden merged commit ca14577 into main Jul 20, 2026
5 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.

1 participant