From 385cc8a18b43df4f669bf1e7373d58b267e51123 Mon Sep 17 00:00:00 2001 From: Mikael Hugo Date: Mon, 11 May 2026 19:52:15 +0200 Subject: [PATCH] revert(skills): restore lowercase defaults in sf-wiki SKILL.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sf-wiki is a built-in read-only skill — its page name defaults must stay generic (lowercase). The uppercase convention is this repo's project-level choice, documented in system.md and the wiki itself. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/resources/skills/sf-wiki/SKILL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/resources/skills/sf-wiki/SKILL.md b/src/resources/skills/sf-wiki/SKILL.md index 0b54f0d0c..75a24f93d 100644 --- a/src/resources/skills/sf-wiki/SKILL.md +++ b/src/resources/skills/sf-wiki/SKILL.md @@ -33,11 +33,11 @@ directory is skipped, record the reason in one sentence. Keep the wiki small by default: -- `INDEX.md`: what this repo is, how to run it, where to start. -- `ARCHITECTURE.md`: major subsystems and data/control flow. -- `WORKFLOWS.md`: build, test, release, autonomous/SF flows. -- `SUBSYSTEMS.md`: table of subsystem, path, purpose, owner signal, tests. -- `GLOSSARY.md`: project terms only. +- `index.md`: what this repo is, how to run it, where to start. +- `architecture.md`: major subsystems and data/control flow. +- `workflows.md`: build, test, release, autonomous/SF flows. +- `subsystems.md`: table of subsystem, path, purpose, owner signal, tests. +- `glossary.md`: project terms only. Add subsystem pages only when the table would become unreadable.