Skip to content

chore: release v4.2.2#213

Merged
avifenesh merged 1 commit intomainfrom
release/v4.2.2
Feb 12, 2026
Merged

chore: release v4.2.2#213
avifenesh merged 1 commit intomainfrom
release/v4.2.2

Conversation

@avifenesh
Copy link
Copy Markdown
Collaborator

Summary

  • Version bump to 4.2.2 across all manifests, skills, and adapters
  • Added codex-description frontmatter to 3 command reference files for preflight compliance
  • CHANGELOG.md updated with v4.2.2 entry

Changes in this release (from #212)

  • Fixed missing frontmatter descriptions on audit-project-agents, ship-ci-review-loop, ship-deployment command files
  • Added build-time guard in gen-adapters.js to error on empty Codex skill descriptions
  • Added install-time guard in bin/cli.js to skip skills with missing descriptions

Test plan

  • npm test - 92 suites, 3917 tests pass (including preflight test)
  • npm run validate - all validators pass
  • Adapters regenerated and up to date

Copilot AI review requested due to automatic review settings February 12, 2026 19:41
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @avifenesh, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request finalizes the release of version 4.2.2, primarily focusing on enhancing the robustness and reliability of Codex adapter skill descriptions. It addresses previous issues where skills might install with empty descriptions by introducing both build-time validation and install-time guards, alongside updating all project manifests and documentation to the new version.

Highlights

  • Version Bump: The project version has been incremented to 4.2.2 across all core manifests, plugin configurations, and skill definition files.
  • Codex Description Fixes: Missing codex-description frontmatter was added to three command reference files (audit-project-agents, ship-ci-review-loop, ship-deployment) to resolve issues with Codex adapter skills installing with empty descriptions.
  • Robustness Improvements: New validation and guard mechanisms were introduced, including a build-time guard in gen-adapters.js to error on empty Codex skill descriptions and an install-time guard in bin/cli.js to skip skills with missing descriptions.
  • Changelog Update: The CHANGELOG.md file was updated with a new entry detailing the changes for version 4.2.2.
Changelog
  • CHANGELOG.md
    • Added missing frontmatter descriptions to 3 command reference files (audit-project-agents, ship-ci-review-loop, ship-deployment) that caused Codex adapter skills to install with empty descriptions
    • Added build-time validation in gen-adapters.js to error on empty Codex skill descriptions
    • Added install-time guard in bin/cli.js to skip skills with missing descriptions
Activity
  • No human activity has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request handles the version bump to v4.2.2 and includes a fix for missing codex-description frontmatter in three command files. My review includes suggestions for improving the long-term maintainability of these new descriptions by using YAML anchors to avoid duplication. These are considered low-severity suggestions, aligning with the guideline to prioritize critical fixes over minor formatting improvements in release-focused pull requests. Overall, the changes are straightforward for a release.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Release prep for v4.2.2, aligning version metadata across the repo and ensuring Codex adapter generation has non-empty skill descriptions by adding codex-description to affected command reference files.

Changes:

  • Bumped versions from 4.2.1 → 4.2.2 across root package files, site content, plugin manifests, and skill frontmatter.
  • Added codex-description frontmatter to 3 command reference files to satisfy Codex skill description requirements.
  • Added a v4.2.2 entry to CHANGELOG.md.

Reviewed changes

Copilot reviewed 70 out of 71 changed files in this pull request and generated no comments.

Show a summary per file
File Description
site/content.json Bump site content version to 4.2.2
package.json Bump package version to 4.2.2
package-lock.json Bump lockfile root package version to 4.2.2
CHANGELOG.md Add v4.2.2 release notes
.claude-plugin/plugin.json Bump root plugin manifest version to 4.2.2
.claude-plugin/marketplace.json Bump marketplace + per-plugin versions to 4.2.2
plugins/sync-docs/skills/sync-docs/SKILL.md Bump skill version to 4.2.2
plugins/sync-docs/.claude-plugin/plugin.json Bump plugin version to 4.2.2
plugins/ship/.claude-plugin/plugin.json Bump plugin version to 4.2.2
plugins/repo-map/.claude-plugin/plugin.json Bump plugin version to 4.2.2
plugins/perf/skills/perf-theory-tester/SKILL.md Bump skill version to 4.2.2
plugins/perf/skills/perf-theory-gatherer/SKILL.md Bump skill version to 4.2.2
plugins/perf/skills/perf-profiler/SKILL.md Bump skill version to 4.2.2
plugins/perf/skills/perf-investigation-logger/SKILL.md Bump skill version to 4.2.2
plugins/perf/skills/perf-code-paths/SKILL.md Bump skill version to 4.2.2
plugins/perf/skills/perf-benchmarker/SKILL.md Bump skill version to 4.2.2
plugins/perf/skills/perf-baseline-manager/SKILL.md Bump skill version to 4.2.2
plugins/perf/skills/perf-analyzer/SKILL.md Bump skill version to 4.2.2
plugins/perf/.claude-plugin/plugin.json Bump plugin version to 4.2.2
plugins/next-task/skills/validate-delivery/SKILL.md Bump skill version to 4.2.2
plugins/next-task/skills/discover-tasks/SKILL.md Bump skill version to 4.2.2
plugins/next-task/.claude-plugin/plugin.json Bump plugin version to 4.2.2
plugins/learn/skills/learn/SKILL.md Bump skill version to 4.2.2
plugins/learn/.claude-plugin/plugin.json Bump plugin version to 4.2.2
plugins/enhance/skills/enhance-skills/SKILL.md Bump skill version to 4.2.2
plugins/enhance/skills/enhance-prompts/SKILL.md Bump skill version to 4.2.2
plugins/enhance/skills/enhance-plugins/SKILL.md Bump skill version to 4.2.2
plugins/enhance/skills/enhance-orchestrator/SKILL.md Bump skill version to 4.2.2
plugins/enhance/skills/enhance-hooks/SKILL.md Bump skill version to 4.2.2
plugins/enhance/skills/enhance-docs/SKILL.md Bump skill version to 4.2.2
plugins/enhance/skills/enhance-cross-file/SKILL.md Bump skill version to 4.2.2
plugins/enhance/skills/enhance-claude-memory/SKILL.md Bump skill version to 4.2.2
plugins/enhance/skills/enhance-agent-prompts/SKILL.md Bump skill version to 4.2.2
plugins/enhance/.claude-plugin/plugin.json Bump plugin version to 4.2.2
plugins/drift-detect/skills/drift-analysis/SKILL.md Bump skill version to 4.2.2
plugins/drift-detect/.claude-plugin/plugin.json Bump plugin version to 4.2.2
plugins/deslop/skills/deslop/SKILL.md Bump skill version to 4.2.2
plugins/deslop/.claude-plugin/plugin.json Bump plugin version to 4.2.2
plugins/consult/skills/consult/SKILL.md Bump skill version to 4.2.2
plugins/consult/.claude-plugin/plugin.json Bump plugin version to 4.2.2
plugins/agnix/skills/agnix/SKILL.md Bump skill version to 4.2.2
plugins/agnix/.claude-plugin/plugin.json Bump plugin version to 4.2.2
plugins/audit-project/.claude-plugin/plugin.json Bump plugin version to 4.2.2
plugins/audit-project/commands/audit-project-agents.md Add codex-description frontmatter for Codex skill generation
plugins/ship/commands/ship-ci-review-loop.md Add codex-description frontmatter for Codex skill generation
plugins/ship/commands/ship-deployment.md Add codex-description frontmatter for Codex skill generation
adapters/opencode/skills/validate-delivery/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/sync-docs/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/perf-theory-tester/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/perf-theory-gatherer/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/perf-profiler/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/perf-investigation-logger/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/perf-code-paths/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/perf-benchmarker/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/perf-baseline-manager/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/perf-analyzer/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/learn/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/enhance-skills/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/enhance-prompts/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/enhance-plugins/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/enhance-orchestrator/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/enhance-hooks/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/enhance-docs/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/enhance-cross-file/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/enhance-claude-memory/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/enhance-agent-prompts/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/drift-analysis/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/discover-tasks/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/deslop/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/consult/SKILL.md Regenerated adapter skill version to 4.2.2
adapters/opencode/skills/agnix/SKILL.md Regenerated adapter skill version to 4.2.2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@avifenesh avifenesh merged commit 84af93e into main Feb 12, 2026
13 checks passed
@avifenesh avifenesh deleted the release/v4.2.2 branch February 12, 2026 19:45
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.

2 participants