docs: fix profile alias naming and improve quick start

The docs incorrectly showed aliases as 'hermes-work' when the actual
implementation creates 'work' (profile name directly, no prefix).

Rewrote the user guide to lead with the alias pattern:
  hermes profile create coder → coder chat, coder setup, etc.

Also clarified that the banner shows 'Profile: coder' and the prompt
shows 'coder ❯' when a non-default profile is active.

Fixed alias paths in command reference (hermes-work → work).
This commit is contained in:
Teknium 2026-03-29 10:51:51 -07:00
parent f6db1b27ba
commit b151d5f7a7
No known key found for this signature in database
2 changed files with 99 additions and 141 deletions

View file

@ -160,7 +160,7 @@ Regenerates the shell alias script at `~/.local/bin/hermes-<name>`. Useful if th
```bash
hermes profile alias work
# Creates/updates ~/.local/bin/hermes-work
# Creates/updates ~/.local/bin/work
```
## `hermes profile rename`
@ -181,7 +181,7 @@ Renames a profile. Updates the directory and shell alias.
```bash
hermes profile rename mybot assistant
# ~/.hermes/profiles/mybot → ~/.hermes/profiles/assistant
# ~/.local/bin/hermes-mybot → ~/.local/bin/hermes-assistant
# ~/.local/bin/mybot → ~/.local/bin/assistant
```
## `hermes profile export`