mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-21 03:39:54 +00:00
739eb6702e
Authored by aydnOktay. Adds _atomic_write_text() helper using tempfile.mkstemp() + os.replace() to prevent skill file corruption on crash/interrupt. All 7 write_text() calls in skill_manager_tool.py converted, including rollback writes during security scans.