Skip to content

refactor(codex): remove -codex suffix from plugin name and directory#132

Merged
tzachbon merged 3 commits intomainfrom
worktree-serialized-wibbling-panda
Apr 8, 2026
Merged

refactor(codex): remove -codex suffix from plugin name and directory#132
tzachbon merged 3 commits intomainfrom
worktree-serialized-wibbling-panda

Conversation

@tzachbon
Copy link
Copy Markdown
Owner

@tzachbon tzachbon commented Apr 8, 2026

Summary

  • Renamed plugins/ralph-specum-codex/ to plugins/codex/
  • Changed plugin name from ralph-specum-codex to ralph-specum in plugin.json and marketplace.json
  • Updated all cross-references: CI workflows, BATS tests, READMEs, version-sync helper, and codex-plugin-sync spec files

Test plan

  • 40/40 BATS tests pass (bats tests/codex-plugin.bats tests/codex-platform.bats tests/codex-platform-scripts.bats)
  • Zero ralph-specum-codex references remain in repo (verified via grep -r)
  • Architect review passed
  • CI pipeline passes

tzachbon added 2 commits April 8, 2026 11:50
…ename

Update CI workflows, BATS tests, READMEs, version-sync helper,
and codex-plugin-sync spec files to reference plugins/codex/ instead
of plugins/ralph-specum-codex/. Plugin name in manifests changed
from ralph-specum-codex to ralph-specum.
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 8, 2026

Warning

Rate limit exceeded

@tzachbon has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 20 minutes and 37 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 20 minutes and 37 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 02988b5a-4ce3-476b-bdf0-d63372788a3a

📥 Commits

Reviewing files that changed from the base of the PR and between 57dd397 and 2fd41df.

📒 Files selected for processing (77)
  • .agents/plugins/marketplace.json
  • .github/workflows/bats-tests.yml
  • .github/workflows/codex-version-check.yml
  • README.md
  • plugins/codex/.codex-plugin/plugin.json
  • plugins/codex/README.md
  • plugins/codex/agent-configs/README.md
  • plugins/codex/agent-configs/architect-reviewer.toml.template
  • plugins/codex/agent-configs/product-manager.toml.template
  • plugins/codex/agent-configs/qa-engineer.toml.template
  • plugins/codex/agent-configs/refactor-specialist.toml.template
  • plugins/codex/agent-configs/research-analyst.toml.template
  • plugins/codex/agent-configs/spec-executor.toml.template
  • plugins/codex/agent-configs/spec-reviewer.toml.template
  • plugins/codex/agent-configs/task-planner.toml.template
  • plugins/codex/agent-configs/triage-analyst.toml.template
  • plugins/codex/assets/bootstrap/AGENTS.md
  • plugins/codex/assets/bootstrap/ralph-specum.local.md
  • plugins/codex/hooks/stop-watcher.sh
  • plugins/codex/references/parity-matrix.md
  • plugins/codex/references/path-resolution.md
  • plugins/codex/references/state-contract.md
  • plugins/codex/references/workflow.md
  • plugins/codex/schemas/spec.schema.json
  • plugins/codex/scripts/count_tasks.py
  • plugins/codex/scripts/merge_state.py
  • plugins/codex/scripts/resolve_spec_paths.py
  • plugins/codex/skills/ralph-specum-cancel/SKILL.md
  • plugins/codex/skills/ralph-specum-cancel/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-design/SKILL.md
  • plugins/codex/skills/ralph-specum-design/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-feedback/SKILL.md
  • plugins/codex/skills/ralph-specum-feedback/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-help/SKILL.md
  • plugins/codex/skills/ralph-specum-help/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-implement/SKILL.md
  • plugins/codex/skills/ralph-specum-implement/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-index/SKILL.md
  • plugins/codex/skills/ralph-specum-index/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-refactor/SKILL.md
  • plugins/codex/skills/ralph-specum-refactor/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-requirements/SKILL.md
  • plugins/codex/skills/ralph-specum-requirements/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-research/SKILL.md
  • plugins/codex/skills/ralph-specum-research/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-start/SKILL.md
  • plugins/codex/skills/ralph-specum-start/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-status/SKILL.md
  • plugins/codex/skills/ralph-specum-status/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-switch/SKILL.md
  • plugins/codex/skills/ralph-specum-switch/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-tasks/SKILL.md
  • plugins/codex/skills/ralph-specum-tasks/agents/openai.yaml
  • plugins/codex/skills/ralph-specum-triage/SKILL.md
  • plugins/codex/skills/ralph-specum-triage/agents/openai.yaml
  • plugins/codex/skills/ralph-specum/SKILL.md
  • plugins/codex/skills/ralph-specum/agents/openai.yaml
  • plugins/codex/templates/component-spec.md
  • plugins/codex/templates/design.md
  • plugins/codex/templates/epic.md
  • plugins/codex/templates/external-spec.md
  • plugins/codex/templates/index-summary.md
  • plugins/codex/templates/progress.md
  • plugins/codex/templates/requirements.md
  • plugins/codex/templates/research.md
  • plugins/codex/templates/settings-template.md
  • plugins/codex/templates/tasks.md
  • specs/codex-plugin-sync/.progress.md
  • specs/codex-plugin-sync/design.md
  • specs/codex-plugin-sync/requirements.md
  • specs/codex-plugin-sync/research.md
  • specs/codex-plugin-sync/tasks.md
  • specs/remove-codex-prefix/tasks.md
  • tests/codex-platform-scripts.bats
  • tests/codex-platform.bats
  • tests/codex-plugin.bats
  • tests/helpers/version-sync.sh
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch worktree-serialized-wibbling-panda

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@tzachbon tzachbon merged commit 57e66ef into main Apr 8, 2026
6 checks passed
@tzachbon tzachbon deleted the worktree-serialized-wibbling-panda branch April 8, 2026 11:10
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.

1 participant