From a6aafddd23c4e63ea70b99073d410271a1397a4c Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 23 Jul 2026 09:16:17 -0700 Subject: [PATCH] Revert "fix(init): point soul-audit hint at the conversational skill, not a nonexistent CLI verb (#2486)" This reverts commit f8dbfca2f56fba603e521a39404f80d386531c87. --- src/commands/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/init.ts b/src/commands/init.ts index e22f4673d..69e3d5b93 100644 --- a/src/commands/init.ts +++ b/src/commands/init.ts @@ -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.