-
Notifications
You must be signed in to change notification settings - Fork 205
refactor: convert extension metadata rule to command #3552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
refactor: convert extension metadata rule to command #3552
Conversation
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
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
There was a problem hiding this 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.
The image is available at: |
Co-authored-by: Tomas Kral <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Summary
.cursor/rules/add_extension_metadata.mdc
to.cursor/commands/extension_metadata.md
Changes
.cursor/rules/add_extension_metadata.mdc
.cursor/commands/extension_metadata.md
with enhanced documentationBenefits
Test Plan