Remove docs/ references from skills to avoid confusion

Skills are self-contained — all templates and instructions are
in SKILL.md. Removed spec references that could mislead the
model into trying to read files that may not exist. Updated
README to note that docs/ is not needed when copying skills.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-02-08 12:49:44 +03:00
co-authored by Claude Opus 4.6
parent 4bc86decf8
commit d6660a4d00
9 changed files with 8 additions and 37 deletions
+1 -5
View File
@@ -72,8 +72,4 @@ $env:V8_BASE = ".\base"
# Собрать
& "$env:V8_PATH\1cv8.exe" DESIGNER /F $env:V8_BASE /DisableStartupDialogs /LoadExternalDataProcessorOrReportFromFiles "src\МояОбработка.xml" "build\МояОбработка.epf" /Out "build\build.log"
```
## Спецификация
Подробности: `docs/build-spec.md`
```