Skip to content

Commit 4274ffd

Browse files
committed
refactor: move language instruction to global requirements-analysis step
1 parent cd48a88 commit 4274ffd

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

aidlc-rules/aws-aidlc-rule-details/extensions/security/baseline/security-baseline.opt-in.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
The following question is automatically included in the Requirements Analysis clarifying questions when this extension is loaded:
88

99
```markdown
10-
> Present this question in the same language as the user's conversation.
11-
1210
## Question: Security Extensions
1311
Should security extension rules be enforced for this project?
1412

aidlc-rules/aws-aidlc-rule-details/extensions/testing/property-based/property-based-testing.opt-in.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
The following question is automatically included in the Requirements Analysis clarifying questions when this extension is loaded:
88

99
```markdown
10-
> Present this question in the same language as the user's conversation.
11-
1210
## Question: Property-Based Testing Extension
1311
Should property-based testing (PBT) rules be enforced for this project?
1412

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)