From a9ebfb4442be902a7212c5f2a8a0c288f54b2d7c Mon Sep 17 00:00:00 2001 From: Mikael Hugo Date: Mon, 11 May 2026 20:10:21 +0200 Subject: [PATCH] fix(skills): move sf-wiki project override to .agents/skills/ (standard location) .agents/skills/ is the documented standard for project-level skill overrides (docs/user-docs/skills.md). .sf/skills/ is also searched but .agents/skills/ is the ecosystem-standard path used across all compatible agents. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- {.sf => .agents}/skills/sf-wiki/SKILL.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {.sf => .agents}/skills/sf-wiki/SKILL.md (100%) diff --git a/.sf/skills/sf-wiki/SKILL.md b/.agents/skills/sf-wiki/SKILL.md similarity index 100% rename from .sf/skills/sf-wiki/SKILL.md rename to .agents/skills/sf-wiki/SKILL.md