mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-15 23:35:17 +03:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user