Skip to content

Commit 101cb8b

Browse files
authored
Merge pull request #356 from MoonModules/copilot/add-scope-to-ignore-agent-instructions
fix: make agent-build.instructions.md visible to agent mode; fix cpp.instructions.md glob whitespace
2 parents 1fce766 + 2ac9346 commit 101cb8b

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
applyTo: "**"
3+
---
14
# Agent-Mode Build & Test Instructions
25

36
Detailed build workflow, timeouts, and troubleshooting for making code changes in agent mode. Always reference these instructions first when running builds or validating changes.

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Always reference these instructions first and fallback to search or bash command
4444
**Build firmware to validate code changes**: `pio run -e esp32_4MB_V4_M` — must succeed, never skip this step.
4545
Common firmware environments: `esp32_4MB_V4_M`, `esp32_16MB_V4_S_HUB75`, `esp32S3_8MB_PSRAM_M_qspi`, `esp32_16MB_V4_M_eth`, `esp32dev_compat`, `esp8266_4MB_S` (deprecated)
4646

47-
For detailed build timeouts, development workflows, troubleshooting, and validation steps, see [agent-build-instructions.md](agent-build-instructions.md).
47+
For detailed build timeouts, development workflows, troubleshooting, and validation steps, see [agent-build.instructions.md](agent-build.instructions.md).
4848

4949
## Repository Structure
5050

.github/cpp.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applyTo: "**/*.cpp,**/*.h,**/*.hpp, **/*.ino"
2+
applyTo: "**/*.cpp,**/*.h,**/*.hpp,**/*.ino"
33
---
44
# C++ Coding Conventions
55

0 commit comments

Comments
 (0)