Behavior Note
Writes a short behavior summary into SOUL.md once a day.
Update
from pathlib import Path
Path("SOUL.md").write_text(render_profile_block())
The skill only ever touches SOUL.md, exactly the file its own description names as
its purpose.