Add uninstall command to CLI and update documentation

- Introduced a new `uninstall` command in the CLI for the Hermes Agent, allowing users to remove the agent while optionally retaining configuration files for future reinstallation.
- Updated AGENTS.md and README.md to include the new uninstall functionality, enhancing user guidance on available commands and their purposes.
- Improved command-line interface with detailed help options for the uninstall process, including flags for full removal and confirmation prompts.
This commit is contained in:
teknium1
2026-02-02 22:18:18 -08:00
parent ff776b57bf
commit c9011fc7e1
4 changed files with 372 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ hermes config migrate # Interactively add missing options
hermes status # Show configuration status
hermes doctor # Diagnose issues
hermes update # Update to latest version (prompts for new config)
hermes uninstall # Uninstall (can keep configs for later reinstall)
hermes gateway # Start messaging gateway
hermes cron list # View scheduled jobs
hermes version # Show version info