mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-25 06:01:02 +03:00
fix(web): improve skills after haiku agent testing
- web-unpublish: add -All flag to remove all publications at once - web-stop: add hint about /web-unpublish after stopping - web-publish SKILL.md: emphasize mandatory -V8Path/-UserName params - Fix Port default comment (8080 → 8081) - Clean up descriptions: semantic matching only, no technical details - web-guide: add "delete all" scenario Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
96b400ddb9
commit
b535dff609
@@ -70,6 +70,7 @@ while ($elapsed -lt $maxWait) {
|
||||
$check = Get-OurHttpd
|
||||
if (-not $check) {
|
||||
Write-Host "Apache остановлен" -ForegroundColor Green
|
||||
Write-Host "Публикации сохранены. Для удаления: /web-unpublish <имя> или /web-unpublish --all" -ForegroundColor Gray
|
||||
exit 0
|
||||
}
|
||||
}
|
||||
@@ -88,3 +89,4 @@ if ($remaining) {
|
||||
}
|
||||
|
||||
Write-Host "Apache остановлен" -ForegroundColor Green
|
||||
Write-Host "Публикации сохранены. Для удаления: /web-unpublish <имя> или /web-unpublish --all" -ForegroundColor Gray
|
||||
|
||||
Reference in New Issue
Block a user