Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extraKnownMarketplaces": {
"sound-spirit": {
"source": {
"source": "github",
"repo": "Klangschalen/claude-config"
}
}
},
"enabledPlugins": {
"sound-spirit-core@sound-spirit": true
}
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2026-08-05 - Zentrales Claude-Plugin aktiviert (Konsolidierung Phase 1)

### Added
- `.claude/settings.json`: Marketplace `sound-spirit` (Klangschalen/claude-config)
registriert und Plugin `sound-spirit-core` aktiviert. Textpruefung laeuft ab jetzt
ueber den zentralen Skill `/text-check` (HWG aus Supabase-SSoT + Cialdini) statt
ueber repo-lokale Kopien. Details: claude-config docs/KONSOLIDIERUNG-2026-08.md

Alle nennenswerten Änderungen an diesem Projekt werden in dieser Datei dokumentiert.

Das Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.1.0/),
Expand Down
Loading