hermes-agent/skills/software-development/plan
Developer 967cec4331 fix(skill): use profile-isolated path for plan storage
Plan skill was writing to .hermes/plans/ relative to the backend
workspace, causing all profiles to share the same plans directory.

Now writes to ~/.hermes/plans/ which is expanded against the
subprocess HOME ({HERMES_HOME}/home/), ensuring each profile has
its own isolated plans directory.

Fixes #12533.
2026-04-19 21:50:05 +08:00
..
SKILL.md fix(skill): use profile-isolated path for plan storage 2026-04-19 21:50:05 +08:00