d475a81e3e
install.sh / install.ps1 原先只把 Hermes skill 装到根 <base>/skills,
多 profile 环境下 profiles/<name>/skills 完全不会被写入,导致静默错装。
- 新增 --profile / -Profile 指定目标 profile → <base>/profiles/<name>/skills
(PowerShell 用 $HermesProfile + [Alias('Profile')] 规避自动变量 $Profile 遮蔽)
- 存在 profile 目录但未指定时报错退出并列出现有 profile,不再静默装到根目录
- <base> 统一解析 HERMES_HOME > $LOCALAPPDATA/hermes > ~/.hermes,detect 同步识别
- all 模式下单个工具失败不再中断其余安装,按失败数返回非零退出码
- 补充 --help / 用法说明;PowerShell 端 Join-Path 跨平台化
Closes #102
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>