From 96d4d3ee45ac83628d4cd08266b8fd66933fe036 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Wed, 8 Apr 2026 13:10:22 +0200 Subject: [PATCH] chore: fix metadata gaps and add root CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - llm-security SECURITY.md: update supported versions 3.0.x → 5.1.x - config-audit plugin.json: add license, repository, keywords - Add root CLAUDE.md with repo structure and conventions Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 44 +++++++++++++++++++ .../config-audit/.claude-plugin/plugin.json | 5 ++- plugins/llm-security/SECURITY.md | 4 +- 3 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..9b2a23a --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,44 @@ +# ktg-plugin-marketplace + +Open-source Claude Code plugin marketplace. Solo project by Kjell Tore Guttormsen. + +## Repo-struktur + +``` +plugins/ + ai-psychosis/ v1.0.0 — Interaction awareness (sycophancy, reinforcement loops) + config-audit/ v3.0.1 — Configuration intelligence (health, opportunities, auto-fix) + linkedin-thought-leadership/ v1.1.0 — LinkedIn content pipeline + analytics + llm-security/ v5.1.0 — Security scanning, auditing, threat modeling + ms-ai-architect/ v1.7.0 — Microsoft AI architecture (Cosmo Skyberg persona) + ultraplan-local/ v1.6.0 — Deep planning, research, execution +``` + +Hvert plugin er selvstendig med egen CLAUDE.md, README, hooks, agents og commands. + +## Konvensjoner + +- **Språk:** Norsk dialog, engelsk kode/docs +- **Commits:** Conventional Commits — `type(scope): description` +- **Git:** Forgejo (`git.fromaitochitta.com/open/ktg-plugin-marketplace`). Aldri GitHub. +- **Hooks:** Alltid Node.js (.mjs), aldri bash. Cross-platform. +- **Avhengigheter:** Null npm dependencies i hooks/scannere. `node:test` for tester. +- **PRs:** Aksepteres ikke. Issues velkommen. +- **Lisens:** MIT, alle plugins + +## Sesjonsfiler (lokale, gitignored) + +Alle plugins + root har: +- `REMEMBER.md` — Sesjonsstatus, sist gjort, viktige beslutninger +- `TODO.md` — Nærliggende oppgaver (1-4 uker) +- `ROADMAP.md` — Langsiktig retning (kvartal/halvår) + +Disse trackes IKKE i git. Oppdater ved sesjonsslutt. + +## Arbeidsflyt + +1. `cd` til riktig plugin-mappe +2. Les pluginets CLAUDE.md for kontekst +3. Les REMEMBER.md og TODO.md for sesjonsstatus +4. Jobb innenfor scope +5. Oppdater REMEMBER.md ved avslutning diff --git a/plugins/config-audit/.claude-plugin/plugin.json b/plugins/config-audit/.claude-plugin/plugin.json index 8c1f01e..b12bd80 100644 --- a/plugins/config-audit/.claude-plugin/plugin.json +++ b/plugins/config-audit/.claude-plugin/plugin.json @@ -4,5 +4,8 @@ "version": "3.0.1", "author": { "name": "Kjell Tore Guttormsen" - } + }, + "license": "MIT", + "repository": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace", + "keywords": ["configuration", "audit", "optimization", "health-check", "scanner"] } diff --git a/plugins/llm-security/SECURITY.md b/plugins/llm-security/SECURITY.md index 4b9684a..dc3a87d 100644 --- a/plugins/llm-security/SECURITY.md +++ b/plugins/llm-security/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | |---------|-----------| -| 3.0.x | Yes | -| < 3.0 | No | +| 5.1.x | Yes | +| < 5.0 | No | ## Reporting a Vulnerability