Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions grept-policies/managed_files.grept.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ locals {
".github/workflows/pr-check.yml",
".terraform-docs.yml",
".vscode/mcp.json",
".vscode/settings.json",
"AGENTS.md",
"avm.bat",
"avm.ps1",
Expand Down
1 change: 1 addition & 0 deletions managed-files/root/.github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ terraform validate
# AVM-specific validation (MANDATORY)
export PORCH_NO_TUI=1
./avm pre-commit
<commit any changes>
./avm pr-check
```

Expand Down
6 changes: 6 additions & 0 deletions managed-files/root/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chat.agent.maxRequests": 500,
"chat.math.enabled": true,
"chat.todoListTool.enabled": true,
"github.copilot.chat.agent.thinkingTool": true
}
1 change: 1 addition & 0 deletions managed-files/root/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ terraform validate
# AVM-specific validation (MANDATORY)
export PORCH_NO_TUI=1
./avm pre-commit
<commit any changes>
./avm pr-check
```

Expand Down
Loading