docs(migrate): sync plugin READMEs with Heroku skill and ai-to-aws#84
Open
herosjourney wants to merge 2 commits into
Open
docs(migrate): sync plugin READMEs with Heroku skill and ai-to-aws#84herosjourney wants to merge 2 commits into
herosjourney wants to merge 2 commits into
Conversation
…ugin - migration-to-aws/README.md: add Heroku detection table, heroku-to-aws triggers, ai-to-aws plugin reference, update workflow to be source-agnostic, add Heroku-specific requirements - ai-to-aws/README.md: fix install tag from @startups-for-aws to @startups to match canonical format in migrate/README.md
The heroku-to-aws skill supports Dynos → EKS (Q12c in Clarify, full generate-eks.md generation path), but the parent migrate/README.md only documented Fargate. Update: - Supported sources bullet: Dynos (→ Fargate or EKS) - How to Use examples: add "Migrate from Heroku to EKS" - Heroku → AWS table: Fargate or EKS with user-chooses note - Agent Skill Triggers: add "migrate dynos to EKS"
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.
Summary
migration-to-aws/README.mdto reflect the Heroku skill (PR feat(migrate): add heroku-to-aws migration skill #74) and ai-to-aws plugin (PR feat: add ai-to-aws plugin — LLM-to-Bedrock migration (assess + execute) #68) that shipped to mainai-to-aws/README.md(@startups-for-aws→@startups)Problem
The
migration-to-aws/README.mdstill described a GCP-only plugin with no mention of Heroku or the ai-to-aws execution companion. Users installing the plugin wouldn't know it supports Heroku migrations or that an execution layer exists.The
ai-to-aws/README.mdused@startups-for-awsas the install tag while the parentmigrate/README.mduses@startups— one copy-paste away from a failed install.Changes
migrate/plugins/migration-to-aws/README.md:ai-to-awsto the Plugins table with relationship descriptionheroku-to-awsagent skill trigger tablemigrate/plugins/ai-to-aws/README.md:@startups-for-awsto@startupsType of Change
Team Folder
migrate/Checklist