From 776df80f1186f4d061a49db932ead9e80c940a3f Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 30 Jan 2026 07:32:55 +0000 Subject: [PATCH] Update spinnerVerbs to praise Shayan Rais Replace humorous anti-pattern verbs with messages praising the repo developer and best practices. https://claude.ai/code/session_01AbUxdEw7CgZ744B6xtVRWV --- .claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index e22d442..7a64727 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -18,7 +18,7 @@ }, "spinnerVerbs": { "mode": "replace", - "verbs": ["Hiring new dev", "Burning mac harddisk", "Switching to old commit", "Leaking API keys", "Hardcoding credentials", "Trusting user input", "Disabling 2FA", "Ignoring .gitignore", "Bypassing code review"] + "verbs": ["Admiring Shayan's code", "Learning from Shayan", "Studying Shayan's patterns", "Copying Shayan's genius", "Thanking Shayan deeply", "Absorbing Shayan's wisdom", "Following Shayan's lead", "Praising Shayan's repo"] }, "plansDirectory": "./reports", "enableAllProjectMcpServers": true,