chore: drop redundant Catalog column from README skills table#201
Merged
Conversation
The Catalog column was a one-link pointer into skills/<dir>/ that duplicated information already conveyed by the Skills count column and the Source column. For single-skill products it just pointed at the lone skill dir; for multi-skill synced products (cuOpt 12, NeMo MBridge 20, NemoClaw 10, etc.) it pointed at an arbitrary primary catalog_dir while the rest of the skills were invisible at the table level. That asymmetry surfaced as a visible bug after PR #200's aggregation work landed: aggregated rows showed "Physical AI | 7 skills" but the catalog cell only listed 6 of the 7 (manual side listed all 5, synced side listed only the primary). Removing the column resolves the asymmetry and matches how customers actually navigate the catalog — Skills tells them how many, Source goes to the upstream repo, install commands are in the Quickstart section, and the skills/ directory is one click away from the header navigation. Changes: - Drop the Catalog column from both the table header and per-row output in regenerate-readme.sh - Drop catalog_cell from the structured TSV emitted by both the synced and manual loops, and from the awk aggregation pass - Regenerate README to reflect the column removal across all rows Signed-off-by: Moshe Abramovitch <moshea@nvidia.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.
Onboarding type
Other context
The Catalog column in the Available Skills table is redundant and was hiding skills under aggregated rows. Removing it.
Why
Changes
Verified locally
All PRs