From 8797a813f1cf6ece87901932374321cfe15a60a9 Mon Sep 17 00:00:00 2001 From: bgagent Date: Sun, 17 May 2026 23:41:25 +0000 Subject: [PATCH] chore(migration-to-aws): remove leftover .codex-plugin artifact The migration-to-aws plugin was removed but its .codex-plugin/plugin.json file and the corresponding entry in .agents/plugins/marketplace.json remained as orphaned artifacts. This commit removes both. Co-Authored-By: Claude Sonnet 4.6 Task-Id: 01KRW4SY1BRAA5N414G2Y1KC29 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" - } -}