From d42fc33af0795e79d6d3eead9c862f2823739c29 Mon Sep 17 00:00:00 2001 From: bgagent Date: Mon, 25 May 2026 05:08:14 +0000 Subject: [PATCH] chore(migration-to-aws): remove leftover .codex-plugin artifact The migration-to-aws plugin was previously removed but the .codex-plugin/plugin.json file remained as an artifact. Also removes the stale entry from .agents/plugins/marketplace.json which caused the cross-reference lint check to fail. Co-Authored-By: Claude Sonnet 4.6 Task-Id: 01KSER8Z7Q88ZGV68KCV6ER6BY Prompt-Version: 1c9c10e027a2 --- .agents/plugins/marketplace.json | 12 ----- .../.codex-plugin/plugin.json | 44 ------------------- 2 files changed, 56 deletions(-) delete mode 100644 plugins/migration-to-aws/.codex-plugin/plugin.json diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 6ce0c35f..c1ed722f 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -88,18 +88,6 @@ }, "category": "Deployment" }, - { - "name": "migration-to-aws", - "source": { - "source": "local", - "path": "./plugins/migration-to-aws" - }, - "policy": { - "installation": "AVAILABLE", - "authentication": "ON_INSTALL" - }, - "category": "Migration" - }, { "name": "sagemaker-ai", "source": { diff --git a/plugins/migration-to-aws/.codex-plugin/plugin.json b/plugins/migration-to-aws/.codex-plugin/plugin.json deleted file mode 100644 index 8ee96e5a..00000000 --- a/plugins/migration-to-aws/.codex-plugin/plugin.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "migration-to-aws", - "version": "1.0.0", - "description": "This no-cost tool assesses your current cloud provider's usage, geography, and billing data to estimate and compare AWS services and pricing, and recommends migration or continued use of your current provider. AWS pricing is based on current published pricing and may vary over time. The tool may generate a .migration folder containing comparison and migration execution data, which you may delete upon completion or use to migrate to AWS.", - "author": { - "name": "Amazon Web Services", - "email": "aws-agent-plugins@amazon.com", - "url": "https://github.com/awslabs/agent-plugins" - }, - "homepage": "https://github.com/awslabs/agent-plugins", - "repository": "https://github.com/awslabs/agent-plugins", - "license": "Apache-2.0", - "keywords": [ - "aws", - "gcp", - "google-cloud", - "migration", - "cloud-migration", - "terraform", - "fargate" - ], - "skills": "./skills/", - "mcpServers": "./.mcp.json", - "interface": { - "displayName": "Migration to AWS", - "shortDescription": "Discover GCP workloads and plan a migration path to AWS.", - "longDescription": "Migration guidance for discovering GCP infrastructure, comparing AWS services and pricing, and planning an execution path.", - "defaultPrompt": [ - "Assess this GCP repo for migration to AWS.", - "Compare AWS pricing for this workload.", - "Draft a migration execution plan to AWS." - ], - "developerName": "Amazon Web Services", - "category": "Migration", - "capabilities": [ - "Read", - "Write" - ], - "websiteURL": "https://github.com/awslabs/agent-plugins", - "privacyPolicyURL": "https://aws.amazon.com/privacy/", - "termsOfServiceURL": "https://aws.amazon.com/service-terms/", - "brandColor": "#FF9900" - } -}