fix(plugins): include codex in shared version bump#897
Conversation
Signed-off-by: phernandez <paul@basicmachines.co>
|
Claude finished @phernandez's task in 1m 6s —— View job PR Review: fix(plugins): include codex in shared version bumpTasks
SummaryThis PR wires up the Codex plugin manifest ( Overall this is a clean, well-scoped change. One minor observation and the checklist below. Code Review ChecklistCode Quality & Standards
Testing & Documentation
Architecture
Security & Performance
Compatibility
ObservationsCorrect use of
Minor: Verdict: Looks good to merge. The change is minimal, correct, and fully tested. The pre-release semver normalization is handled properly and the lockstep discipline is preserved across all plugin artifacts. |
Summary
0.21.6)Test Plan
uv run pytest tests/test_update_versions.py -quv run ruff check scripts/update_versions.py tests/test_update_versions.pyuv run ruff format --check scripts/update_versions.py tests/test_update_versions.pypython3 scripts/update_versions.py v0.99.0 --dry-run0.21.3-beta.1just package-checkjust typecheckgit diff --checkNotes