fix: add steering to enforce orchestration for all code-change prompts#350
Open
SiddhJog wants to merge 1 commit into
Open
fix: add steering to enforce orchestration for all code-change prompts#350SiddhJog wants to merge 1 commit into
SiddhJog wants to merge 1 commit into
Conversation
In brownfield repos, Kiro's default routing intercepts small code-change requests and invokes context-gatherer instead of aidlc orchestrator. Fix: Add always-included steering file that routes ALL code-change requests through aidlc-orchestration first. - Added kiro/src/steering/aidlc-workflows.md (inclusion: always) - Updated build to copy steering files to dist - Broadened orchestration skill description to cover small changes
Contributor
|
@SiddhJog - Does this happen even when the user starts their intent with "Using AIDLC, ..."? I think its okay if the user sometimes doesn't want to engage AI-DLC for their own reasons. The "Using AIDLC ...", acts as that dynamic choice. |
Contributor
Author
|
@raj-jain-aws When the user starts with "aidlc" the orchestration skill is engaged. See your point. Holding off. lets discuss. |
Contributor
|
@SiddhJog I'm assuming this can now be closed given the latest |
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.
In brownfield repos, Kiro's default routing intercepts small code-change requests ("make buttons yellow", "add a grid to dashboard") and invokes its built-in context-gatherer instead of the aidlc orchestrator. The orchestration skill never gets activated.
Fix: Add an always-included steering file that tells Kiro to route ALL code-change requests through
aidlc-orchestrationfirst, regardless of workspace state.aidlc-workflows.mdwithinclusion: alwaysorchestrationskill description to cover small changes explicitly