From d9ce7b03ccff1bc019df2124442fb14cc034c06a Mon Sep 17 00:00:00 2001 From: Nick Shirokov Date: Wed, 25 Feb 2026 16:38:15 +0300 Subject: [PATCH] fix(role-info): add missing -NoProfile flag to SKILL.md Normalize PowerShell invocation to match all other skills, ensuring clean round-trip through switch-to-python/switch-to-powershell. Co-Authored-By: Claude Opus 4.6 --- .claude/skills/role-info/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/role-info/SKILL.md b/.claude/skills/role-info/SKILL.md index 9e52d9c6..a9d1b0b4 100644 --- a/.claude/skills/role-info/SKILL.md +++ b/.claude/skills/role-info/SKILL.md @@ -22,7 +22,7 @@ allowed-tools: ## Запуск скрипта ```powershell -powershell.exe -File .claude/skills/role-info/scripts/role-info.ps1 -RightsPath -OutFile +powershell.exe -NoProfile -File .claude/skills/role-info/scripts/role-info.ps1 -RightsPath -OutFile ``` ### Параметры