Open
Conversation
…_applications Lookup Job applications
…ted_Plugins_Docs Updated guides for migrated plugins
Salesforce Create New Account
…e_Opportunity_for_Account Salesforce Create Opportunity for Account
description update
…p_Account_and_Opportunity Salesforce Lookup Account and Opportunity
…-an-Opportunity Salesforce Look Up Call Notes from an Opportunity
Salesforce Look Up a Contact
…tunity Salesforce Lookup Opportunity
salesforce submit quote for approval
…_contact Salesforce update contact
…e_Opportunity_Stage Salesforce Update Opportunity Stage
Workday View Open Job
…_A_Problem_From_An_Incident ServiceNow_Create_A_Problem_From_An_Incident
…_change_req_from_problem Servicenow_create_change_request_from_problem
* Resync to Notion resync_2025_07_04 * Update to guide
…_up_for_renewal Look up contracts up for renewal
…ent_assigned_to_me ServiceNow_Get_incident_Assigned_To_Me
|
Changes to plugins/docusign-send-mdna/README.md can be viewed at https://developer.moveworks.com/creator-studio/resources/plugin?id=docusign-send-mdna&commit_id=78c9b75f07bdbab9fd64e0e8f89cb9e65867d826; |
7d9cd01 to
e258c17
Compare
sbhadwal-moveworks
pushed a commit
that referenced
this pull request
Feb 4, 2026
This PR adds an automated migration script to convert all files from V2 to V3 schema. **New Files**: - ci/migrate_to_v3.py: Automated migration script with dry-run support **Migration Capabilities**: 1. Removes all deprecated V2 fields: - fidelity, difficulty_level, time_in_minutes - accreditations, domain, num_implementations - custom_tags, design_pattern_id - drop_accreditations, installation_link 2. Migrates custom_tags to agent_capabilities: - Removes custom_tags field - Adds "Ambient Agent" to agent_capabilities array - Preserves existing agent_capabilities values 3. Fixes description formatting: - Ensures descriptions end with period - (Plugin prefix fixes require manual review) 4. Normalizes YAML formatting **Usage**: ```bash # Dry run (preview changes) python -m ci.migrate_to_v3 --dry-run # Apply to single file python -m ci.migrate_to_v3 --file path/to/README.md --apply # Apply to all files python -m ci.migrate_to_v3 --apply ``` **Testing**: Tested on jira-agent-nudge plugin - successfully: - Removed 7 deprecated fields - Migrated custom_tags to agent_capabilities - Preserved all required V3 fields Ready for PR #6 big bang migration! 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
sbhadwal-moveworks
pushed a commit
that referenced
this pull request
Feb 4, 2026
This allows PRs to pass validation with the new V3 schema. All files have been migrated to V3 in PR #5.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.