mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
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:
parent
f6db1b27ba
commit
b151d5f7a7
2 changed files with 99 additions and 141 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue