migration-to-aws: flat-steering port with scripts shipped directly - #182
Open
ayn-builds wants to merge 1 commit into
Open
migration-to-aws: flat-steering port with scripts shipped directly#182ayn-builds wants to merge 1 commit into
ayn-builds wants to merge 1 commit into
Conversation
Reworks the flattening of the upstream awslabs plugin (awslabs/startups/migrate/plugins/migration-to-aws, Apache-2.0) so the plugin's deterministic scripts ship as real executables rather than being de-scripted into prose. - Ships 11 PEP 723 .py scripts flat in steering/, run via `uv run steering/<name>.py` (agent-advisor scoring/build-diagram, the llm validators, the tf policy checker). No servers/ MCP dir. - Adds the agent-advisor and llm-to-bedrock engines alongside gcp-to-aws and heroku-to-aws, plus shared tf-best-practices. - POWER.md defines $STEERING/$SCRIPTS/$HELPERS/<scriptsDir>/$GCP_BASE to resolve to the one flat directory, so the plugin's injected "Scripts directory" line is no longer load-bearing. - INTERPRETER.md _exec dispatches to Kiro's generic general-task-execution sub-agent, preserving context isolation without a power-level agent registry. - Generated by tooling/flatten_plugin_to_power.py, so a re-sync is a re-run rather than a manual merge.
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.
Reworks the
migration-to-awsflattening of the upstream awslabs plugin (awslabs/startups/migrate/plugins/migration-to-aws, Apache-2.0) so the plugin's deterministic scripts ship as real executables rather than de-scripted prose..pyscripts flat insteering/, invoked asuv run steering/<name>.py(agent-advisor scoring/build-diagram, the llm validators, the tf policy checker). Noservers/dir.$STEERING/$SCRIPTS/$HELPERS/<scriptsDir>/$GCP_BASEin POWER.md so they resolve to the one flat directory, and the plugin's injected "Scripts directory" line is no longer load-bearingINTERPRETER.md_execdispatches to Kiro's genericgeneral-task-executionsub-agent, so context isolation survives the loss of a power-level agent registrytooling/flatten_plugin_to_power.py, so re-syncing is a re-run rather than a manual mergeAdditive over the current power: all 67 existing
migration-to-aws/files are retained, nothing is deleted, and no other power is touched.