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
This commit is contained in:
Frank Möhle
2026-04-05 17:46:04 +02:00
committed by GitHub
3 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
---
applyTo: "**"
---
# Agent-Mode Build & Test Instructions # Agent-Mode Build & Test Instructions
Detailed build workflow, timeouts, and troubleshooting for making code changes in agent mode. Always reference these instructions first when running builds or validating changes. Detailed build workflow, timeouts, and troubleshooting for making code changes in agent mode. Always reference these instructions first when running builds or validating changes.

View File

@@ -44,7 +44,7 @@ Always reference these instructions first and fallback to search or bash command
**Build firmware to validate code changes**: `pio run -e esp32_4MB_V4_M` — must succeed, never skip this step. **Build firmware to validate code changes**: `pio run -e esp32_4MB_V4_M` — must succeed, never skip this step.
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) 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)
For detailed build timeouts, development workflows, troubleshooting, and validation steps, see [agent-build-instructions.md](agent-build-instructions.md). For detailed build timeouts, development workflows, troubleshooting, and validation steps, see [agent-build.instructions.md](agent-build.instructions.md).
## Repository Structure ## Repository Structure