Fix name fields to use owner/project format (keep id unchanged) - #216
Merged
Merged
Conversation
…rsions to 1.0.1, update README and SKILL.md Agent-Logs-Url: https://github.com/devcontainer-community/devcontainer-features/sessions/7b1aa39e-2992-408f-97a1-3c1c2248eefb Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix package names and update README
Fix Mar 26, 2026
name fields to use owner/project format (keep id unchanged)
sebst
marked this pull request as ready for review
March 26, 2026 15:57
sebst
reviewed
Mar 26, 2026
| - `id` MUST match the directory name exactly | ||
| - `name` can be human-friendly (e.g., `"AWS CLI"`) but often matches `id` | ||
| - `id` MUST match the directory name exactly (uses hyphens, e.g., `"schpet-linear-cli"`) | ||
| - `name` uses the owner/project format with a slash (e.g., `"schpet/linear-cli"`, `"github.com/cli"`, `"cloudflare.com/warp-cli"`). For plain-name features (e.g., `bat`, `jq`), `name` matches `id`. |
Contributor
Author
There was a problem hiding this comment.
Good catch — updated in f2b5c5c to make that relationship explicit: `id` is derived from `name` by replacing `/` with `-`.
sebst
requested changes
Mar 26, 2026
Agent-Logs-Url: https://github.com/devcontainer-community/devcontainer-features/sessions/940bc5d2-5ba9-4a02-9332-780f37e8e53a Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
sebst
requested changes
Mar 26, 2026
sebst
left a comment
Member
There was a problem hiding this comment.
Merge main branch to this feature branch.
Increase patch versions again, if needed.
…ames # Conflicts: # README.md Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Contributor
Author
Done in 6b75a1f. Merged |
sebst
approved these changes
Mar 26, 2026
sebst
added a commit
that referenced
this pull request
Mar 26, 2026
) * Initial plan * Fix README: update feature names and alphabetical ordering Agent-Logs-Url: https://github.com/devcontainer-community/devcontainer-features/sessions/474eb006-52e3-4d4b-9fca-22161c63cdb8 Co-authored-by: sebst <592313+sebst@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sebst <592313+sebst@users.noreply.github.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.
The
namefield in 7 features incorrectly mirrored the hyphenatedidinstead of using the canonicalowner/projectslash format.Feature JSON changes (
name+ version bump to1.0.1)id(unchanged)namebeforenameafterschpet-linear-clischpet-linear-clischpet/linear-clionecli.sh-clionecli.sh-clionecli.sh/clijoelhooks-agent-secretsjoelhooks-agent-secretsjoelhooks/agent-secretsgithub.com-cligithub.com-cligithub.com/clicloudflare.com-warp-clicloudflare.com-warp-clicloudflare.com/warp-clibasecamp-fizzy-clibasecamp-fizzy-clibasecamp/fizzy-clialexpasmantier-televisionalexpasmantier-televisionalexpasmantier/televisionSKILL.md update
Clarified the
namevsiddistinction increate-devcontainer-feature/SKILL.md:id— hyphenated, must match directory name (e.g.schpet-linear-cli)name—owner/projectwith a slash (e.g.schpet/linear-cli); plain-name features (e.g.bat,jq) keepname == idRoot README
Version column bumped to
1.0.1for all 7 affected features.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.