docs: fix skill syntax, update fallback generator, add progress docs

- Fix --info/--set-note syntax in CLAUDE.md (global flags, not per-alias)
- Add --remove, --install-key to CLAUDE.md examples
- Replace minimal fallback skill generator with full version (security rules, all commands, progress, SFTP double-slash)
- Add upload/download progress reporting to skill-ssh.md and README
- Fix outdated v1.5.4 version in README build examples

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
chrome-storm-c442
2026-02-24 07:43:15 -05:00
parent 7d29f8446a
commit 2d1d942ddc
4 changed files with 106 additions and 26 deletions

View File

@@ -53,7 +53,7 @@ pip install pyinstaller
python build.py
```
Output goes to `releases/ServerManager-v1.5.4-{platform}.exe`
Output goes to `releases/ServerManager-vX.Y.Z-{platform}.exe`
### Usage
@@ -88,6 +88,7 @@ ServerManager GUI ←→ ~/.server-connections/servers.json ←→ ssh.py (C
- Fuzzy alias search: search by keyword (e.g., "tor" finds "API TOR contabo..."), word-boundary priority
- SFTP path fix: remote path normalization for Windows/Git Bash with double slash //
- `--no-sudo` flag for commands that don't need elevation
- Upload/download progress: files >=1MB show 25/50/75% milestones with size, time, and speed
**Setup on a new machine:**
1. Install ServerManager (clone repo or download binary)
@@ -231,7 +232,7 @@ pip install pyinstaller
python build.py
```
Результат в `releases/ServerManager-v1.5.4-{платформа}.exe`
Результат в `releases/ServerManager-vX.Y.Z-{платформа}.exe`
### Использование
@@ -266,6 +267,7 @@ ServerManager GUI ←→ ~/.server-connections/servers.json ←→ ssh.py (C
- Нечеткий поиск по алиасу: поиск по ключевому слову (например, "tor" находит "API TOR contabo..."), приоритет границ слова
- Исправление пути SFTP: нормализация удаленного пути для Windows/Git Bash с двойным слешем //
- Флаг `--no-sudo` для команд, не требующих повышения привилегий
- Прогресс upload/download: файлы >=1MB показывают 25/50/75% с размером, временем и скоростью
**Настройка на новой машине:**
1. Установить ServerManager (клонировать репо или скачать бинарник)
@@ -379,7 +381,7 @@ pip install pyinstaller
python build.py
```
输出至 `releases/ServerManager-v1.5.4-{平台}.exe`
输出至 `releases/ServerManager-vX.Y.Z-{平台}.exe`
### 使用方法