Skip to content

Conversation

durandom
Copy link
Member

Summary

  • Converted extension metadata workflow from a cursor rule to a cursor command
  • Moved from .cursor/rules/add_extension_metadata.mdc to .cursor/commands/extension_metadata.md
  • Improved documentation structure and interactive capabilities

Changes

  • Delete .cursor/rules/add_extension_metadata.mdc
  • Add .cursor/commands/extension_metadata.md with enhanced documentation

Benefits

  • Commands provide better flexibility than rules for interactive workflows
  • Improved organization and discoverability
  • Maintains all existing functionality while enabling better user interaction

Test Plan

  • Files validate and commit successfully
  • Verify command works in Cursor IDE
  • Test interactive workflow for adding plugin metadata

Move extension metadata workflow from .cursor/rules to .cursor/commands for better flexibility. The command provides the same functionality but with improved interactive capabilities and better documentation structure.

- Delete .cursor/rules/add_extension_metadata.mdc
- Add .cursor/commands/extension_metadata.md
@Copilot Copilot AI review requested due to automatic review settings October 15, 2025 12:19
@openshift-ci openshift-ci bot requested review from divyanshiGupta and rm3l October 15, 2025 12:19
Copy link

openshift-ci bot commented Oct 15, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign debsmita1 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@durandom durandom changed the title ♻️ refactor: convert extension metadata rule to command refactor: convert extension metadata rule to command Oct 15, 2025
@durandom durandom requested review from kadel and removed request for divyanshiGupta and rm3l October 15, 2025 12:19
Copy link
Contributor

@Copilot 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

Refactors the existing Cursor workflow from a rule to a command to make the extension metadata process interactive and more flexible.

  • Converts the rule-based workflow (.mdc) into an interactive command (.md)
  • Enhances documentation with step-by-step actions, validations, and utility commands

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
.cursor/rules/add_extension_metadata.mdc Removed legacy rule-based workflow documentation.
.cursor/commands/extension_metadata.md Added interactive command documentation with workflows, validation steps, and helper utilities.

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Contributor

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