Skip to content

Commit aa116cd

Browse files
authored
Merge branch 'hashicorp:exp/terraform_copilot' into exp/terraform_copilot
2 parents 6e39aea + 60cee23 commit aa116cd

4,387 files changed

Lines changed: 173658 additions & 33596 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/AIinstaller/README.md

Lines changed: 717 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Terraform AzureRM Provider AI Setup - File Manifest Configuration
2+
# This file is used by both PowerShell and Bash installation scripts
3+
# Format: Each section starts with [SECTION_NAME] and contains one file per line
4+
# Lines starting with # are comments and will be ignored
5+
# Files are specified with their full path relative to repository root
6+
7+
[INSTRUCTION_FILES]
8+
.github/instructions/api-evolution-patterns.instructions.md
9+
.github/instructions/azure-patterns.instructions.md
10+
.github/instructions/code-clarity-enforcement.instructions.md
11+
.github/instructions/documentation-guidelines.instructions.md
12+
.github/instructions/error-patterns.instructions.md
13+
.github/instructions/implementation-guide.instructions.md
14+
.github/instructions/migration-guide.instructions.md
15+
.github/instructions/performance-optimization.instructions.md
16+
.github/instructions/provider-guidelines.instructions.md
17+
.github/instructions/schema-patterns.instructions.md
18+
.github/instructions/security-compliance.instructions.md
19+
.github/instructions/testing-guidelines.instructions.md
20+
.github/instructions/troubleshooting-decision-trees.instructions.md
21+
22+
[PROMPT_FILES]
23+
.github/prompts/code-review-committed-changes.prompt.md
24+
.github/prompts/code-review-local-changes.prompt.md
25+
26+
[MAIN_FILES]
27+
.github/copilot-instructions.md
28+
29+
[INSTALLER_FILES_BOOTSTRAP]
30+
.github/AIinstaller/file-manifest.config
31+
.github/AIinstaller/install-copilot-setup.ps1
32+
.github/AIinstaller/install-copilot-setup.sh
33+
.github/AIinstaller/modules/powershell/CommonUtilities.psm1
34+
.github/AIinstaller/modules/powershell/ConfigParser.psm1
35+
.github/AIinstaller/modules/powershell/FileOperations.psm1
36+
.github/AIinstaller/modules/powershell/ValidationEngine.psm1
37+
.github/AIinstaller/modules/powershell/UI.psm1
38+
.github/AIinstaller/modules/bash/configparser.sh
39+
.github/AIinstaller/modules/bash/fileoperations.sh
40+
.github/AIinstaller/modules/bash/validationengine.sh
41+
.github/AIinstaller/modules/bash/ui.sh
42+
43+
[UNIVERSAL_FILES]
44+
.vscode/settings.json

0 commit comments

Comments
 (0)