Uh oh!
There was an error while loading. Please reload this page.
feat(aws-transform): add .NET bulk / multi-repo modernization steering - #195
Merged
nadetastic merged 1 commit intoSep 4, 2026
Merged
Conversation
Adds steering for the .NET bulk modernization orchestrator, which handles multi-repo / portfolio-scale .NET work as a counterpart to the existing single-solution dotnet-chatty-agent flow. - New workload-dotnet-bulk.md covering the bulk orchestrator: discovery via list_resources with agentType=ORCHESTRATOR_AGENT, scoping, job submission, monitoring, and review. - workflow.md routing tables now split .NET by scope (single local solution vs. multi-repo / portfolio) instead of naming one hardcoded agent. The new file is picked up automatically by POWER.md's existing steering/workload-dotnet*.md routing glob.
nadetastic
approved these changes
Sep 4, 2026
Uh oh!
There was an error while loading. Please reload this page.
This was referenced Sep 4, 2026
nadetastic pushed a commit
that referenced
this pull request
Sep 4, 2026
…ent atx CLI (#196) Syncs the aws-transform Power from ATXKiroPower mainline (36aa5d8), base tag skill-1.7.0. Bumps POWER.md to 2.8.0. - Analysis type tech-debt-quick renamed to rapid-techdebt-analysis. - Replace the removed `atx ct discovery status` with `atx ct repository list`. - Fix `atx ct analysis run --sources` to the correct `--source`. - Drop a stale reference to a removed quick-scan chart series. The .NET bulk steering from the same internal range is intentionally NOT included here: it already landed via #195, and that reviewed version is kept as-is. Internal source: ATXKiroPower mainline 36aa5d8 (tag skill-1.8.0)
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 freeto 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.
Adds steering for the .NET bulk modernization orchestrator, which handles multi-repo / portfolio-scale .NET work as a counterpart to the existing single-solution
dotnet-chatty-agentflow.Changes
aws-transform/steering/workload-dotnet-bulk.md— the bulk orchestrator: discovery vialist_resources resource="agents" agentType="ORCHESTRATOR_AGENT"(selectingname=dotnet-bulk-modernization-agent), scoping, job submission, monitoring, and diff review.aws-transform/steering/workflow.md— the "By Tech Stack" and "By Goal" routing tables now split .NET by scope (single local solution vs. multi-repo / portfolio) rather than naming a single hardcoded agent, and link to the relevant steering file.Notes
POWER.mdchange: the Workload Routing Gate already routes .NET via thesteering/workload-dotnet*.mdprefix glob, so it is discovered automatically.workload-steering prefix, and cross-references were adapted accordingly (workload-dotnet.md,workload-dotnet-bulk.md);auth.md,tools.md, andworkflow.mdare unprefixed here and left as-is.mcp.json,POWER.md, or new top-level power directory.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.