feat: sync aws-transform skill from internal mainline; bump to 1.5.0 - #247
Open
AlexmTsang wants to merge 1 commit into
Open
feat: sync aws-transform skill from internal mainline; bump to 1.5.0#247AlexmTsang wants to merge 1 commit into
AlexmTsang wants to merge 1 commit into
Conversation
Update the aws-transform continuous-modernization reference docs and bump the plugin version from 1.4.0 to 1.5.0. Reference doc changes: - Restore CLI-first schedule skill corrected to the shipped surface: cadence is --recurrence (not raw cron), --type is singular, scheduled remediations removed, schedule delete also removes the anchor analysis, and adds the anchor/shared-child record model. - Update security-agent skill for CFN-native agent space: new stack prefix (AtxSecurityAgentStack-), bucket prefix (atx-security-agent-), remove manual policy/SSM/config steps, simplify executor flow. - Singular --type + per-job cancel in batch/EC2 execution skills. - Route scheduling intent in SKILL.md and guide so agent never denies or offers local cron as a substitute. Version bump applied in: - plugins/aws-transform/.claude-plugin/plugin.json - plugins/aws-transform/.codex-plugin/plugin.json - .claude-plugin/marketplace.json
dhasani23
approved these changes
Jul 31, 2026
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
Updates the
aws-transformplugin's continuous-modernization reference docs and bumps the plugin version from1.4.0to1.5.0.Reference doc changes
continuous-modernization-schedule.md): theatx ct schedulecommand group is now unhidden from GA. Corrected to the shipped surface — cadence is--recurrence daily|weekly:<DAY>|monthly:<1..28>(not raw cron),--typeis singular, scheduled remediations removed,schedule deletealso removes the anchor analysis, and documents the anchor/shared-child record model.continuous-modernization-security-agent.md): new stack prefix (AtxSecurityAgentStack-), bucket prefix (atx-security-agent-), removed manual put-role-policy/SSM/config steps, simplified executor flow to status → run.--type+ per-job cancel (continuous-modernization-batch-execution.md,continuous-modernization-ec2-execution.md): aligns with CLI —--typetakes exactly one value,remote cancel --jobcancels a single repo slot.SKILL.md,continuous-modernization-guide.md,continuous-modernization.md): routes recurring/scheduling intent to the schedule skill; forbids denying the capability or offering local cron as a fallback.Version bump
Applied in:
plugins/aws-transform/.claude-plugin/plugin.jsonplugins/aws-transform/.codex-plugin/plugin.json.claude-plugin/marketplace.jsonBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.