Skip to content

change6#6

Open
sbhadwal-moveworks wants to merge 1272 commits intomainfrom
test6
Open

change6#6
sbhadwal-moveworks wants to merge 1272 commits intomainfrom
test6

Conversation

@sbhadwal-moveworks
Copy link
Copy Markdown
Owner

No description provided.

Sudheer2137 and others added 30 commits June 25, 2025 14:30
…ted_Plugins_Docs

Updated guides for migrated plugins
…e_Opportunity_for_Account

Salesforce Create Opportunity for Account
…p_Account_and_Opportunity

Salesforce Lookup Account and Opportunity
…-an-Opportunity

Salesforce Look Up Call Notes from an Opportunity
salesforce submit quote for approval
…e_Opportunity_Stage

Salesforce Update Opportunity Stage
Sudheer2137 and others added 26 commits July 4, 2025 11:29
…_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
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 9, 2025

@sbhadwal-moveworks sbhadwal-moveworks force-pushed the main branch 2 times, most recently from 7d9cd01 to e258c17 Compare July 28, 2025 07:38
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>
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.