From 4f3963a60630c522bb07c0b2e68c18ce4b157a80 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Mon, 6 Apr 2026 21:08:11 +0200 Subject: [PATCH] fix(ai-psychosis): author field must be object, not string Co-Authored-By: Claude Opus 4.6 --- plugins/ai-psychosis/.claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ai-psychosis/.claude-plugin/plugin.json b/plugins/ai-psychosis/.claude-plugin/plugin.json index d4c1e49..5a070b7 100644 --- a/plugins/ai-psychosis/.claude-plugin/plugin.json +++ b/plugins/ai-psychosis/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "ai-psychosis", "version": "1.0.0", "description": "Meta-awareness tools for healthy AI interaction patterns. Detects reinforcement loops, scope escalation, narrative crystallization, and other compulsive patterns.", - "author": "Kjell Tore Guttormsen", + "author": { "name": "Kjell Tore Guttormsen" }, "license": "MIT", "repository": "https://git.fromaitochitta.com/open/ai-psychosis" }