A Hermes plugin for tracking what gets installed
Hermes can run many setup actions while helping with coding tasks. One task may install packages with npm or pip, install tools with Homebrew, pull , or clone Git . After a few days, it can become unclear which package, container, or copied project came from which Hermes session.
Agent Install Monitor is an plugin that records installation and environment setup actions done through Hermes. It tracks package installs, , Git clones, services, and similar setup work. The history is stored locally in SQLite, and it does not send .
It does not offer rollback or approval controls; its purpose is into what Hermes installed during each session.
Key points
- It records what Hermes installs or sets up during each session.
- It can track package installs, , Git clones, services, and similar setup tasks.
- The data stays local in SQLite and is not sent.
- It does not include rollback or approval features.
- It helps identify where unknown packages or came from later.