gx setup and gx doctor SHALL create a root CLAUDE.md symlink to AGENTS.md when the target repository has no root CLAUDE.md.
- WHEN
gx setup --target <repo>runs in a repo with no rootAGENTS.mdorCLAUDE.md - THEN
AGENTS.mdcontains the Guardex managed guidance block - AND
CLAUDE.mdis a symlink whose target isAGENTS.md.
- GIVEN the target repo already has a root
CLAUDE.md - WHEN
gx setup --target <repo>runs - THEN Guardex SHALL leave the existing
CLAUDE.mdcontent and file type unchanged.