|
5 | 5 |
|
6 | 6 | ## Language-Specific Instructions |
7 | 7 | Always follow security best practices as outlined in: |
8 | | -- .github/instructions/general/SECURITY.md |
| 8 | +- .github/instructions/general/security.instructions.md |
9 | 9 | Follow additional language-specific guidelines in: |
10 | | -- .github/instructions/language-specific/INSTRUCTIONS-CDK.md |
11 | | -- .github/instructions/language-specific/INSTRUCTIONS-CLOUDFORMATION.md |
12 | | -- .github/instructions/language-specific/INSTRUCTIONS-JAVA.md |
13 | | -- .github/instructions/language-specific/INSTRUCTIONS-KOTLIN.md |
14 | | -- .github/instructions/language-specific/INSTRUCTIONS-PYTHON.md |
15 | | -- .github/instructions/language-specific/INSTRUCTIONS-TERRAFORM.md |
16 | | -- .github/instructions/language-specific/INSTRUCTIONS-SAM.md |
17 | | -- .github/instructions/language-specific/INSTRUCTIONS-TYPESCRIPT.md |
| 10 | +- .github/instructions/language-specific/cdk.instructions.md |
| 11 | +- .github/instructions/language-specific/cloudformation.instructions.md |
| 12 | +- .github/instructions/language-specific/python.instructions.md |
| 13 | +- .github/instructions/language-specific/terraform.instructions.md |
| 14 | +- .github/instructions/language-specific/sam.instructions.md |
| 15 | +- .github/instructions/language-specific/typescript.instructions.md |
18 | 16 |
|
19 | 17 | ## Project-Specific Rules |
20 | 18 | - Use our custom logging service |
21 | 19 | - Follow our specific API patterns |
22 | | -- Use project-specific error handling |
| 20 | +- Use project-specific error handling |
0 commit comments