Skip to content

Commit 2ac9346

Browse files
Copilotsofthack007
andauthored
fix: make agent-build.instructions.md visible to agent mode; fix cpp.instructions.md glob whitespace
Agent-Logs-Url: https://github.com/MoonModules/WLED-MM/sessions/cc079927-b059-4d79-9290-886ef72964c8 Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
1 parent 1fce766 commit 2ac9346

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)