chore: fix metadata gaps and add root CLAUDE.md
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
fd5f393a31
commit
96d4d3ee45
3 changed files with 50 additions and 3 deletions
44
CLAUDE.md
Normal file
44
CLAUDE.md
Normal file
|
|
@ -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
|
||||||
|
|
@ -4,5 +4,8 @@
|
||||||
"version": "3.0.1",
|
"version": "3.0.1",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Kjell Tore Guttormsen"
|
"name": "Kjell Tore Guttormsen"
|
||||||
}
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace",
|
||||||
|
"keywords": ["configuration", "audit", "optimization", "health-check", "scanner"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
|---------|-----------|
|
|---------|-----------|
|
||||||
| 3.0.x | Yes |
|
| 5.1.x | Yes |
|
||||||
| < 3.0 | No |
|
| < 5.0 | No |
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue