feat: add ai-psychosis plugin to open marketplace
Meta-awareness tools for healthy AI interaction patterns. Detects reinforcement loops, scope escalation, and compulsive patterns. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f93d6abdae
commit
297867f847
19 changed files with 1920 additions and 0 deletions
18
plugins/ai-psychosis/.gitignore
vendored
Normal file
18
plugins/ai-psychosis/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Claude Code
|
||||
*.local.md
|
||||
.claude/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Node (for future use)
|
||||
node_modules/
|
||||
dist/
|
||||
|
||||
# Data/logs
|
||||
data/
|
||||
*.jsonl
|
||||
Loading…
Add table
Add a link
Reference in a new issue