Skip to content

Prep main branch for the gddy branch swap (DEVEX-927) - #151

Merged
jpage-godaddy merged 2 commits into
mainfrom
prep-original-branch
Jul 27, 2026
Merged

Prep main branch for the gddy branch swap (DEVEX-927)#151
jpage-godaddy merged 2 commits into
mainfrom
prep-original-branch

Conversation

@jpage-godaddy

Copy link
Copy Markdown
Collaborator

Summary

  • Add a banner to README.md pointing anyone landing on this branch post-rename to gddy on main, and drop the now-dangling AI-agent skill-install section (DEVEX-927).
  • Remove the gddy skill and its Claude plugin wrapper (.agents/skills/gddy/, .claude-plugin/marketplace.json, plugins/gddy/) — these now live only on rust-port/main, so keeping them here just duplicates a diverging copy.
  • 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 share one repo.

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 on rust-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

  • Confirm README renders correctly and has no remaining references to the removed .agents/skills/gddy/ or plugins/gddy/ paths
  • Confirm renamed workflows (TypeScript CICD, TypeScript CodeQL, TypeScript Release) still trigger correctly on this branch

🤖 Generated with Claude Code

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.
Copilot AI review requested due to automatic review settings July 23, 2026 18:10

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 gddy on main and remove the now-dangling agent skill install section.
  • Remove the gddy skill and Claude plugin marketplace wrapper files that will live only on the rust-port/main side 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.

@jpage-godaddy
jpage-godaddy merged commit 71ce4f2 into main Jul 27, 2026
2 checks passed
@jpage-godaddy
jpage-godaddy deleted the prep-original-branch branch July 27, 2026 17:23
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.

3 participants