Skip to content

fix(installer): refresh stale Hermes SOUL.md during install phase - #3490

Open
patil2001 wants to merge 1 commit into
Osmantic:mainfrom
patil2001:fix/hermes-soul-refresh-installphase
Open

fix(installer): refresh stale Hermes SOUL.md during install phase#3490
patil2001 wants to merge 1 commit into
Osmantic:mainfrom
patil2001:fix/hermes-soul-refresh-installphase

Conversation

@patil2001

Copy link
Copy Markdown
Contributor

Summary

The install-phase Invoke-HermesSoulRefresh (used during ods setup) guarded cleanup on -PathType Container for a file path, so an existing data/persona/SOUL.md was never replaced and the fallback render was skipped.

Fix

Test -PathType Leaf and remove the stale file before re-rendering, mirroring the corrected CLI refresh path.

Closes #3343

The install-phase Invoke-HermesSoulRefresh guarded cleanup on -PathType
Container for a file path, so an existing SOUL.md was never replaced and the
fallback render was skipped. Check -PathType Leaf and remove the stale file.

Closes Osmantic#3343
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant