mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-29 16:11:01 +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:
co-authored by
Claude Opus 4.6
parent
ffdee04a95
commit
29b124f3fd
@@ -15,12 +15,10 @@ allowed-tools:
|
||||
## Использование
|
||||
|
||||
```
|
||||
/cf-validate <ConfigPath>
|
||||
/cf-validate upload/cfempty — каталог выгрузки
|
||||
/cf-validate upload/cfempty
|
||||
/cf-validate upload/cfempty/Configuration.xml
|
||||
```
|
||||
|
||||
`ConfigPath` авторезолв: если указана директория — ищет `Configuration.xml`.
|
||||
|
||||
## Параметры
|
||||
|
||||
| Параметр | Обяз. | Умолч. | Описание |
|
||||
@@ -33,7 +31,7 @@ allowed-tools:
|
||||
## Команда
|
||||
|
||||
```powershell
|
||||
powershell.exe -NoProfile -File .claude/skills/cf-validate/scripts/cf-validate.ps1 -ConfigPath "<путь>"
|
||||
powershell.exe -NoProfile -File .claude/skills/cf-validate/scripts/cf-validate.ps1 -ConfigPath "upload/cfempty"
|
||||
```
|
||||
|
||||
## Проверки
|
||||
|
||||
Reference in New Issue
Block a user