From 007e19fe30c5251843e1ce13bf9012996e09ccae Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Tue, 12 May 2026 17:38:53 -0300 Subject: [PATCH] refactor(workflows): align agent and claude workflow naming Rename skill identifiers to their Codex-specific variants and move workflow command files to the new `-ag` and `-cc` naming scheme. Mirror the workflow guides under both `.agents/workflows` and `.claude/commands` so the same operational playbooks are available through each command surface. --- .agents/skills/capture-release-evidences/SKILL.md | 2 +- .agents/skills/deploy-vps-akamai/SKILL.md | 2 +- .agents/skills/deploy-vps-both/SKILL.md | 2 +- .agents/skills/deploy-vps-local/SKILL.md | 2 +- .agents/skills/generate-release/SKILL.md | 2 +- .agents/skills/implement-features/SKILL.md | 2 +- .agents/skills/issue-triage/SKILL.md | 2 +- .agents/skills/resolve-issues/SKILL.md | 2 +- .agents/skills/review-discussions/SKILL.md | 2 +- .agents/skills/review-prs/SKILL.md | 2 +- .agents/skills/version-bump/SKILL.md | 2 +- ...ure-release-evidences.md => capture-release-evidences-ag.md} | 0 .../workflows/{deploy-vps-akamai.md => deploy-vps-akamai-ag.md} | 0 .agents/workflows/{deploy-vps-both.md => deploy-vps-both-ag.md} | 0 .../workflows/{deploy-vps-local.md => deploy-vps-local-ag.md} | 0 .../workflows/{generate-release.md => generate-release-ag.md} | 0 .../{implement-features.md => implement-features-ag.md} | 0 .agents/workflows/{issue-triage.md => issue-triage-ag.md} | 0 .agents/workflows/{resolve-issues.md => resolve-issues-ag.md} | 0 .../{review-discussions.md => review-discussions-ag.md} | 0 .agents/workflows/{review-prs.md => review-prs-ag.md} | 0 .agents/workflows/{version-bump.md => version-bump-ag.md} | 0 ...ure-release-evidences.md => capture-release-evidences-cc.md} | 0 .../commands/{deploy-vps-akamai.md => deploy-vps-akamai-cc.md} | 0 .claude/commands/{deploy-vps-both.md => deploy-vps-both-cc.md} | 0 .../commands/{deploy-vps-local.md => deploy-vps-local-cc.md} | 0 .../commands/{generate-release.md => generate-release-cc.md} | 0 .../{implement-features.md => implement-features-cc.md} | 0 .claude/commands/{issue-triage.md => issue-triage-cc.md} | 0 .claude/commands/{resolve-issues.md => resolve-issues-cc.md} | 0 .../{review-discussions.md => review-discussions-cc.md} | 0 .claude/commands/{review-prs.md => review-prs-cc.md} | 0 .claude/commands/{version-bump.md => version-bump-cc.md} | 0 33 files changed, 11 insertions(+), 11 deletions(-) rename .agents/workflows/{capture-release-evidences.md => capture-release-evidences-ag.md} (100%) rename .agents/workflows/{deploy-vps-akamai.md => deploy-vps-akamai-ag.md} (100%) rename .agents/workflows/{deploy-vps-both.md => deploy-vps-both-ag.md} (100%) rename .agents/workflows/{deploy-vps-local.md => deploy-vps-local-ag.md} (100%) rename .agents/workflows/{generate-release.md => generate-release-ag.md} (100%) rename .agents/workflows/{implement-features.md => implement-features-ag.md} (100%) rename .agents/workflows/{issue-triage.md => issue-triage-ag.md} (100%) rename .agents/workflows/{resolve-issues.md => resolve-issues-ag.md} (100%) rename .agents/workflows/{review-discussions.md => review-discussions-ag.md} (100%) rename .agents/workflows/{review-prs.md => review-prs-ag.md} (100%) rename .agents/workflows/{version-bump.md => version-bump-ag.md} (100%) rename .claude/commands/{capture-release-evidences.md => capture-release-evidences-cc.md} (100%) rename .claude/commands/{deploy-vps-akamai.md => deploy-vps-akamai-cc.md} (100%) rename .claude/commands/{deploy-vps-both.md => deploy-vps-both-cc.md} (100%) rename .claude/commands/{deploy-vps-local.md => deploy-vps-local-cc.md} (100%) rename .claude/commands/{generate-release.md => generate-release-cc.md} (100%) rename .claude/commands/{implement-features.md => implement-features-cc.md} (100%) rename .claude/commands/{issue-triage.md => issue-triage-cc.md} (100%) rename .claude/commands/{resolve-issues.md => resolve-issues-cc.md} (100%) rename .claude/commands/{review-discussions.md => review-discussions-cc.md} (100%) rename .claude/commands/{review-prs.md => review-prs-cc.md} (100%) rename .claude/commands/{version-bump.md => version-bump-cc.md} (100%) diff --git a/.agents/skills/capture-release-evidences/SKILL.md b/.agents/skills/capture-release-evidences/SKILL.md index 3f8750df6b..e59291448c 100644 --- a/.agents/skills/capture-release-evidences/SKILL.md +++ b/.agents/skills/capture-release-evidences/SKILL.md @@ -1,5 +1,5 @@ --- -name: capture-release-evidences +name: capture-release-evidences-codex description: Automatically run the browser_subagent to visually validate all new UI features from the current release and capture evidence WebP recordings of the changes. --- diff --git a/.agents/skills/deploy-vps-akamai/SKILL.md b/.agents/skills/deploy-vps-akamai/SKILL.md index 2e93815464..a0f0cd25c6 100644 --- a/.agents/skills/deploy-vps-akamai/SKILL.md +++ b/.agents/skills/deploy-vps-akamai/SKILL.md @@ -1,5 +1,5 @@ --- -name: deploy-vps-akamai +name: deploy-vps-akamai-cx description: Deploy the latest OmniRoute code to the Akamai VPS (69.164.221.35) --- diff --git a/.agents/skills/deploy-vps-both/SKILL.md b/.agents/skills/deploy-vps-both/SKILL.md index 7eb7c1cb5c..867fba8f9a 100644 --- a/.agents/skills/deploy-vps-both/SKILL.md +++ b/.agents/skills/deploy-vps-both/SKILL.md @@ -1,5 +1,5 @@ --- -name: deploy-vps-both +name: deploy-vps-both-cx description: Deploy the latest OmniRoute code to BOTH the Akamai VPS and the Local VPS --- diff --git a/.agents/skills/deploy-vps-local/SKILL.md b/.agents/skills/deploy-vps-local/SKILL.md index 7d810ec578..6ba355a263 100644 --- a/.agents/skills/deploy-vps-local/SKILL.md +++ b/.agents/skills/deploy-vps-local/SKILL.md @@ -1,5 +1,5 @@ --- -name: deploy-vps-local +name: deploy-vps-local-cx description: Deploy the latest OmniRoute code to the Local VPS (192.168.0.15) --- diff --git a/.agents/skills/generate-release/SKILL.md b/.agents/skills/generate-release/SKILL.md index 101766e5e1..cbaf44333a 100644 --- a/.agents/skills/generate-release/SKILL.md +++ b/.agents/skills/generate-release/SKILL.md @@ -1,5 +1,5 @@ --- -name: generate-release +name: generate-release-cx description: Create a new release, bump version up to 1.x.10 threshold, update changelog, and manage Pull Requests --- diff --git a/.agents/skills/implement-features/SKILL.md b/.agents/skills/implement-features/SKILL.md index cf8209ad0f..20129225b2 100644 --- a/.agents/skills/implement-features/SKILL.md +++ b/.agents/skills/implement-features/SKILL.md @@ -1,5 +1,5 @@ --- -name: implement-features +name: implement-features-cx description: Analyze open feature request issues, implement viable ones on dedicated branches, and respond to authors --- diff --git a/.agents/skills/issue-triage/SKILL.md b/.agents/skills/issue-triage/SKILL.md index 094359bc0b..696c3fef4e 100644 --- a/.agents/skills/issue-triage/SKILL.md +++ b/.agents/skills/issue-triage/SKILL.md @@ -1,5 +1,5 @@ --- -name: issue-triage +name: issue-triage-cx description: How to respond to GitHub issues with insufficient information --- diff --git a/.agents/skills/resolve-issues/SKILL.md b/.agents/skills/resolve-issues/SKILL.md index 438a4b8dec..a1658f09e0 100644 --- a/.agents/skills/resolve-issues/SKILL.md +++ b/.agents/skills/resolve-issues/SKILL.md @@ -1,5 +1,5 @@ --- -name: resolve-issues +name: resolve-issues-cx description: Fetch all open GitHub issues, analyze bugs, resolve what's possible, triage the rest, wait for user validation, then commit and release --- diff --git a/.agents/skills/review-discussions/SKILL.md b/.agents/skills/review-discussions/SKILL.md index 4481fe5f1d..062a48fbbc 100644 --- a/.agents/skills/review-discussions/SKILL.md +++ b/.agents/skills/review-discussions/SKILL.md @@ -1,5 +1,5 @@ --- -name: review-discussions +name: review-discussions-cx description: Read all open GitHub Discussions, summarize them, respond to pending ones, and create issues from actionable feature requests --- diff --git a/.agents/skills/review-prs/SKILL.md b/.agents/skills/review-prs/SKILL.md index a0db39dccb..dfc50156d2 100644 --- a/.agents/skills/review-prs/SKILL.md +++ b/.agents/skills/review-prs/SKILL.md @@ -1,5 +1,5 @@ --- -name: review-prs +name: review-prs-cx description: Analyze open Pull Requests from the project's GitHub repository, generate a critical report, and optionally implement approved changes --- diff --git a/.agents/skills/version-bump/SKILL.md b/.agents/skills/version-bump/SKILL.md index ef36b0e6a4..bf310d54db 100644 --- a/.agents/skills/version-bump/SKILL.md +++ b/.agents/skills/version-bump/SKILL.md @@ -1,5 +1,5 @@ --- -name: version-bump +name: version-bump-cx description: Bump version, auto-generate CHANGELOG from git commits, update all versioned files, and refresh root + docs/ documentation to reflect the current project state --- diff --git a/.agents/workflows/capture-release-evidences.md b/.agents/workflows/capture-release-evidences-ag.md similarity index 100% rename from .agents/workflows/capture-release-evidences.md rename to .agents/workflows/capture-release-evidences-ag.md diff --git a/.agents/workflows/deploy-vps-akamai.md b/.agents/workflows/deploy-vps-akamai-ag.md similarity index 100% rename from .agents/workflows/deploy-vps-akamai.md rename to .agents/workflows/deploy-vps-akamai-ag.md diff --git a/.agents/workflows/deploy-vps-both.md b/.agents/workflows/deploy-vps-both-ag.md similarity index 100% rename from .agents/workflows/deploy-vps-both.md rename to .agents/workflows/deploy-vps-both-ag.md diff --git a/.agents/workflows/deploy-vps-local.md b/.agents/workflows/deploy-vps-local-ag.md similarity index 100% rename from .agents/workflows/deploy-vps-local.md rename to .agents/workflows/deploy-vps-local-ag.md diff --git a/.agents/workflows/generate-release.md b/.agents/workflows/generate-release-ag.md similarity index 100% rename from .agents/workflows/generate-release.md rename to .agents/workflows/generate-release-ag.md diff --git a/.agents/workflows/implement-features.md b/.agents/workflows/implement-features-ag.md similarity index 100% rename from .agents/workflows/implement-features.md rename to .agents/workflows/implement-features-ag.md diff --git a/.agents/workflows/issue-triage.md b/.agents/workflows/issue-triage-ag.md similarity index 100% rename from .agents/workflows/issue-triage.md rename to .agents/workflows/issue-triage-ag.md diff --git a/.agents/workflows/resolve-issues.md b/.agents/workflows/resolve-issues-ag.md similarity index 100% rename from .agents/workflows/resolve-issues.md rename to .agents/workflows/resolve-issues-ag.md diff --git a/.agents/workflows/review-discussions.md b/.agents/workflows/review-discussions-ag.md similarity index 100% rename from .agents/workflows/review-discussions.md rename to .agents/workflows/review-discussions-ag.md diff --git a/.agents/workflows/review-prs.md b/.agents/workflows/review-prs-ag.md similarity index 100% rename from .agents/workflows/review-prs.md rename to .agents/workflows/review-prs-ag.md diff --git a/.agents/workflows/version-bump.md b/.agents/workflows/version-bump-ag.md similarity index 100% rename from .agents/workflows/version-bump.md rename to .agents/workflows/version-bump-ag.md diff --git a/.claude/commands/capture-release-evidences.md b/.claude/commands/capture-release-evidences-cc.md similarity index 100% rename from .claude/commands/capture-release-evidences.md rename to .claude/commands/capture-release-evidences-cc.md diff --git a/.claude/commands/deploy-vps-akamai.md b/.claude/commands/deploy-vps-akamai-cc.md similarity index 100% rename from .claude/commands/deploy-vps-akamai.md rename to .claude/commands/deploy-vps-akamai-cc.md diff --git a/.claude/commands/deploy-vps-both.md b/.claude/commands/deploy-vps-both-cc.md similarity index 100% rename from .claude/commands/deploy-vps-both.md rename to .claude/commands/deploy-vps-both-cc.md diff --git a/.claude/commands/deploy-vps-local.md b/.claude/commands/deploy-vps-local-cc.md similarity index 100% rename from .claude/commands/deploy-vps-local.md rename to .claude/commands/deploy-vps-local-cc.md diff --git a/.claude/commands/generate-release.md b/.claude/commands/generate-release-cc.md similarity index 100% rename from .claude/commands/generate-release.md rename to .claude/commands/generate-release-cc.md diff --git a/.claude/commands/implement-features.md b/.claude/commands/implement-features-cc.md similarity index 100% rename from .claude/commands/implement-features.md rename to .claude/commands/implement-features-cc.md diff --git a/.claude/commands/issue-triage.md b/.claude/commands/issue-triage-cc.md similarity index 100% rename from .claude/commands/issue-triage.md rename to .claude/commands/issue-triage-cc.md diff --git a/.claude/commands/resolve-issues.md b/.claude/commands/resolve-issues-cc.md similarity index 100% rename from .claude/commands/resolve-issues.md rename to .claude/commands/resolve-issues-cc.md diff --git a/.claude/commands/review-discussions.md b/.claude/commands/review-discussions-cc.md similarity index 100% rename from .claude/commands/review-discussions.md rename to .claude/commands/review-discussions-cc.md diff --git a/.claude/commands/review-prs.md b/.claude/commands/review-prs-cc.md similarity index 100% rename from .claude/commands/review-prs.md rename to .claude/commands/review-prs-cc.md diff --git a/.claude/commands/version-bump.md b/.claude/commands/version-bump-cc.md similarity index 100% rename from .claude/commands/version-bump.md rename to .claude/commands/version-bump-cc.md