Prep main branch for the gddy branch swap (DEVEX-927) - #151
Merged
Conversation
Point anyone landing on this branch after the rename at gddy on main, and drop the AI-agent skill-install section since that skill now lives only on the rust-port/main side.
…ames The gddy skill and its Claude plugin wrapper now live only on rust-port/main; remove the copies here so this branch doesn't ship two diverging sources of the same skill. Rename the CICD/CodeQL/Release workflows with a TypeScript prefix so they're distinguishable from rust-port/main's equivalents once both branches' Actions runs show up in the same repo.
There was a problem hiding this comment.
Pull request overview
Prepares the current TypeScript CLI branch for the upcoming branch swap by clearly redirecting readers to the actively developed gddy CLI on main, removing now-duplicated agent-skill/plugin assets, and disambiguating GitHub Actions workflow names once both codebases coexist in the same repo.
Changes:
- Add a prominent README banner pointing to
gddyonmainand remove the now-dangling agent skill install section. - Remove the
gddyskill and Claude plugin marketplace wrapper files that will live only on therust-port/mainside after the swap. - Prefix key workflows with “TypeScript” to avoid confusion with the Rust-port equivalents post-swap.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds a banner redirecting readers to gddy on main and removes the AI-agent skill install section that referenced deleted paths. |
| plugins/gddy/.claude-plugin/plugin.json | Removes the Claude plugin metadata for the gddy plugin from this branch. |
| .claude-plugin/marketplace.json | Removes the Claude marketplace wrapper that referenced the removed gddy plugin. |
| .agents/skills/gddy/SKILL.md | Removes the gddy agent skill definition from this branch. |
| .agents/skills/gddy/README.md | Removes the gddy skill’s installation/readme content from this branch. |
| .agents/skills/gddy/reference/api.md | Removes gddy Domains API fallback reference material from this branch. |
| .agents/skills/gddy/reference/errors-and-limits.md | Removes gddy error/retry/rate-limit reference material from this branch. |
| .github/workflows/cicd.yml | Renames the workflow to “TypeScript CICD” for post-swap clarity. |
| .github/workflows/codeql-analysis.yml | Renames the workflow to “TypeScript CodeQL” for post-swap clarity. |
| .github/workflows/release.yaml | Renames the workflow to “TypeScript Release” for post-swap clarity. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
qcai-godaddy
approved these changes
Jul 24, 2026
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.
Summary
gddyonmain, and drop the now-dangling AI-agent skill-install section (DEVEX-927).gddyskill and its Claude plugin wrapper (.agents/skills/gddy/,.claude-plugin/marketplace.json,plugins/gddy/) — these now live only onrust-port/main, so keeping them here just duplicates a diverging copy.Context
Part of DEVEX-924 (swap rust-port and main branches so gddy becomes primary). This covers the remaining
main(old)-branch-side prep; DEVEX-925/926 already landed. Per DEVEX-935's prerequisites, the only genuine remaining blocker before executing the rename is DEVEX-934 (dual-trigger cicd.yml/catalog-drift.yml onrust-port) — DEVEX-932 (migration guide) and DEVEX-933 (retire rust-port-alpha workflow) are being treated as safe to fast-follow post-swap.Test plan
.agents/skills/gddy/orplugins/gddy/pathsTypeScript CICD,TypeScript CodeQL,TypeScript Release) still trigger correctly on this branch🤖 Generated with Claude Code