docs: update README and SKILL.md - document update system, rename binaries

This commit is contained in:
Helios Agent 2026-03-06 15:24:14 +01:00
parent bd1835f5a3
commit 9c429ce20e
No known key found for this signature in database
GPG key ID: C8259547CD8309B5
2 changed files with 23 additions and 8 deletions

View file

@ -73,12 +73,16 @@ $SKILL_DIR/helios clipboard-set moritz-pc "Text for clipboard"
$SKILL_DIR/helios upload moritz-pc /tmp/local.txt "C:\Users\Moritz\Desktop\remote.txt"
$SKILL_DIR/helios download moritz-pc "C:\Users\Moritz\file.txt" /tmp/downloaded.txt
# Version: compare relay + remote + client commits (are they in sync?)
$SKILL_DIR/helios version moritz-pc
# Version: compare latest available vs running commits (relay / cli / client)
$SKILL_DIR/remote version moritz-pc
# Client log (last 100 lines, --lines for more)
$SKILL_DIR/helios logs moritz-pc
$SKILL_DIR/helios logs moritz-pc --lines 200
# Update: bring all components (relay, cli, client) to latest version
# CI publishes new binaries but does NOT auto-restart — this triggers the actual update
$SKILL_DIR/remote update moritz-pc
# Client log (last 20 lines by default, --lines for more)
$SKILL_DIR/remote logs moritz-pc
$SKILL_DIR/remote logs moritz-pc --lines 200
```
## Typical Workflow: UI Task