[MUDA] SOUL.md exists in 3 repos with divergent content #378
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
SOUL.md is duplicated across three repos and has already drifted:
4b73b1fc5dtimmy-home and timmy-config are nearly identical but have subtle differences (e.g.
(Count: 2)annotation). the-nexus has an entirely different version — shorter, different structure, different opening.This creates a real problem: Timmy reads SOUL.md on startup. Which one does he load? If it depends on which repo the agent harness clones, his identity changes depending on deployment context.
Recommendation
timmy-home is the canonical home for SOUL.md. The repo name literally means "Timmy's home" — identity documents belong there.
timmy-home/SOUL.mdas the single source of truthtimmy-config/SOUL.md— config repo is for runtime config, not identitythe-nexus/SOUL.mdwith a one-liner pointing to timmy-home (or delete it)Acceptance Criteria