docs(validate): concrete examples in SKILL.md, remove auto-resolve notes

- Replace abstract <...> placeholders with concrete paths in ## Команда
- Replace abstract examples with concrete paths in ## Использование
- Remove авторезолв notes from meta/epf/cf/cfe-validate
- Clean up erf-validate: remove Вывод/Верификация/Когда использовать,
  add -Detailed parameter, unify format with other validators

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-03-09 19:17:12 +03:00
parent ffdee04a95
commit 29b124f3fd
11 changed files with 35 additions and 77 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ allowed-tools:
## Использование
```
/interface-validate <CIPath>
/interface-validate Subsystems/Продажи
/interface-validate Subsystems/Продажи/Ext/CommandInterface.xml
```
@@ -31,7 +31,7 @@ allowed-tools:
## Команда
```powershell
powershell.exe -NoProfile -File ".claude/skills/interface-validate/scripts/interface-validate.ps1" -CIPath "<Subsystems/ИмяПодсистемы>"
powershell.exe -NoProfile -File ".claude/skills/interface-validate/scripts/interface-validate.ps1" -CIPath "Subsystems/Продажи"
```
## Проверки (13)