Skip to content

Commit 6031584

Browse files
fix: present extension opt-in prompts in user's conversation language (#177)
* fix: present extension opt-in prompts in user's conversation language * refactor: move language instruction to global requirements-analysis step --------- Co-authored-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
1 parent 124861a commit 6031584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aidlc-rules/aws-aidlc-rule-details/inception/requirements-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Analyze whatever the user has provided:
9292

9393
### Step 5.1: Extension Opt-In Prompts
9494

95-
**MANDATORY**: Scan all loaded `*.opt-in.md` files (loaded at workflow start from `extensions/` subdirectories) for an `## Opt-In Prompt` section. For each extension that declares one, include that question in the clarifying questions file created in Step 6.
95+
**MANDATORY**: Scan all loaded `*.opt-in.md` files (loaded at workflow start from `extensions/` subdirectories) for an `## Opt-In Prompt` section. For each extension that declares one, include that question in the clarifying questions file created in Step 6. Present each opt-in question in the same language as the user's conversation.
9696

9797
After receiving answers:
9898
1. Record each extension's enablement status in `aidlc-docs/aidlc-state.md` under `## Extension Configuration`:

0 commit comments

Comments
 (0)