chore(ai-psychosis): release v1.2.1 (hookEventName fix)

Bump plugin.json + README badge to 1.2.1 and cut CHANGELOG [1.2.1].
The actual fix (hookEventName in hookSpecificOutput) landed in 7d53a73;
this release ships it so the catalog ref can move off the buggy v1.2.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Claude-Session: https://claude.ai/code/session_01DjqAo7X5tj36gtHXtP3RoY
This commit is contained in:
Kjell Tore Guttormsen 2026-06-24 17:16:02 +02:00
commit 38f2260d7c
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "ai-psychosis", "name": "ai-psychosis",
"version": "1.2.0", "version": "1.2.1",
"description": "Meta-awareness tools for healthy AI interaction patterns. Detects reinforcement loops, scope escalation, narrative crystallization, and other compulsive patterns.", "description": "Meta-awareness tools for healthy AI interaction patterns. Detects reinforcement loops, scope escalation, narrative crystallization, and other compulsive patterns.",
"author": { "name": "Kjell Tore Guttormsen" }, "author": { "name": "Kjell Tore Guttormsen" },
"license": "MIT", "license": "MIT",

View file

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [Unreleased] ## [1.2.1] — 2026-06-24
### Fixed ### Fixed

View file

@ -1,5 +1,5 @@
<!-- badges --> <!-- badges -->
![version](https://img.shields.io/badge/version-1.2.0-blue) ![version](https://img.shields.io/badge/version-1.2.1-blue)
![platform](https://img.shields.io/badge/platform-Claude_Code-7C3AED) ![platform](https://img.shields.io/badge/platform-Claude_Code-7C3AED)
![layers](https://img.shields.io/badge/layers-4-green) ![layers](https://img.shields.io/badge/layers-4-green)
![hooks](https://img.shields.io/badge/hooks-4-orange) ![hooks](https://img.shields.io/badge/hooks-4-orange)