fix(ai-psychosis): author field must be object, not string

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-04-06 21:08:11 +02:00
commit 4f3963a606

View file

@ -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"
}