mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-09-15 22:35:23 +03:00
Add ERF skills and universalize template/help skills
- Add /erf-init: scaffold external report with optional --WithSKD - Add /erf-build, /erf-dump: instructive skills for ERF build/dump CLI - Rename /epf-add-template → /template-add: universal, auto-fill MainDataCompositionSchema for reports - Rename /epf-add-help → /help-add: universal for any object type - Extend /form-add: support ExternalDataProcessor and ExternalReport - Update cross-references in epf-init, epf-bsp-init, epf-build, epf-dump Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
1312cd7db4
commit
be47935973
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: epf-build
|
||||
description: Собрать внешнюю обработку 1С (EPF) из XML-исходников
|
||||
description: Собрать внешнюю обработку 1С (EPF/ERF) из XML-исходников
|
||||
argument-hint: <ProcessorName>
|
||||
allowed-tools:
|
||||
- Bash
|
||||
@@ -11,7 +11,7 @@ allowed-tools:
|
||||
|
||||
# /epf-build — Сборка обработки
|
||||
|
||||
Собирает EPF-файл из XML-исходников с помощью платформы 1С.
|
||||
Собирает EPF-файл из XML-исходников с помощью платформы 1С. Та же команда CLI работает и для внешних отчётов (ERF) — см. `/erf-build`.
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user