[ci] Move skills to .agents/skills with .claude and .github symlinks (#19369)

This commit is contained in:
Jesse Hills
2026-09-16 23:36:08 -05:00
committed by GitHub
parent 34158e17b8
commit 4be8302190
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
../.agents/skills
+1
View File
@@ -0,0 +1 @@
../.agents/skills
+3
View File
@@ -247,6 +247,9 @@ def lint_ext_check(fname):
"CLAUDE.md",
"GEMINI.md",
".github/copilot-instructions.md",
# Symlinks to the shared .agents/skills directory
".claude/skills",
".github/skills",
# Symlink to the real wifi scan_list.h so the test stub cannot drift
"tests/integration/fixtures/external_components/wifi/scan_list.h",
]