Revert "fix(init): point soul-audit hint at the conversational skill, not a nonexistent CLI verb (#2486)"

This reverts commit f8dbfca2f5.
This commit is contained in:
Garry Tan
2026-07-23 09:16:17 -07:00
parent c92af9a7d6
commit a6aafddd23
+1 -1
View File
@@ -1455,7 +1455,7 @@ export function reportModStatus(): void {
console.log(' cd ~/.claude/skills/gstack && ./setup');
}
console.log('Resolver: skills/RESOLVER.md');
console.log('Soul audit: ask your agent to "run a soul audit" to customize its identity (see skills/soul-audit)');
console.log('Soul audit: run `gbrain soul-audit` to customize agent identity');
// Retrieval Reflex (#1981): the deterministic pointer layer is ON by default
// (no action needed). The policy skill is installed into the HOST repo on
// request — we PRINT the command rather than silently mutating the host repo.