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

This commit is contained in:
Sean Gearin
2026-07-23 05:12:14 -07:00
committed by GitHub
parent b7f70970c1
commit f8dbfca2f5
+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: run `gbrain soul-audit` to customize agent identity');
console.log('Soul audit: ask your agent to "run a soul audit" to customize its identity (see skills/soul-audit)');
// 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.