refactor(linkedin)!: rename plugin linkedin-thought-leadership → linkedin-studio (v3.0.0)
BREAKING CHANGE: the marketplace slug, the agent namespace (linkedin-studio:<agent>), and the runtime state-file path (~/.claude/linkedin-studio.local.md) all change. Reinstall required; existing state migrated in place (post metrics, streak, history preserved). The /linkedin:* commands are unchanged — the command namespace is set per-command in frontmatter and was always independent of the plugin slug. Functionality is byte-identical to v2.4.0; this release is pure identity. - dir + manifests: plugins/linkedin-studio + plugin.json + root marketplace.json - agent namespace updated in commands/newsletter.md (only functional invoker) - state path updated in 4 hook scripts + topic-rotation prompt + state template - catch-all skill dir renamed skills/linkedin-studio (5 functional skills unchanged) - docs + version bump to 3.0.0 across README badge, CHANGELOG, root README/CLAUDE.md - historical records (CHANGELOG past entries, docs/ build artifacts, config-audit v5.0.0 snapshots) intentionally retain the old slug Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
34463e4585
commit
52fa87a255
59 changed files with 148 additions and 122 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Brief — LTL som fullspektrum LinkedIn-innholdsmotor (idé → publisering)
|
||||
|
||||
> **Til:** linkedin-thought-leadership-pluginens utviklingsrepo.
|
||||
> **Til:** linkedin-studio-pluginens utviklingsrepo.
|
||||
> **Skrevet:** 2026-05-26, etter produksjon av den første kronikkserien (Seres-serien, 6 deler).
|
||||
> **Type:** retningsbrief — beslutningsgrunnlag før planlegging/bygging. Selvstendig (kan leses uten annen kontekst).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
# Integration Test Guide: LinkedIn Thought Leadership Plugin
|
||||
# Integration Test Guide: LinkedIn Studio Plugin
|
||||
|
||||
Manual integration testing scenarios for commands, agents, and hooks in the plugin.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Before testing, ensure:
|
||||
- [ ] `~/.claude/linkedin-thought-leadership.local.md` exists (create from `config/state-file.template.md`)
|
||||
- [ ] `~/.claude/linkedin-studio.local.md` exists (create from `config/state-file.template.md`)
|
||||
- [ ] Voice samples exist in `assets/voice-samples/authentic-voice-samples.md`
|
||||
- [ ] Quality scorecard exists at `assets/checklists/quality-scorecard.md`
|
||||
- [ ] Plugin is installed: appears in Claude Code's skill/command list
|
||||
|
|
@ -62,7 +62,7 @@ Before testing, ensure:
|
|||
**Goal:** Graceful handling when state file doesn't exist.
|
||||
|
||||
**Steps:**
|
||||
1. Temporarily rename `~/.claude/linkedin-thought-leadership.local.md`
|
||||
1. Temporarily rename `~/.claude/linkedin-studio.local.md`
|
||||
2. Run `/linkedin:pipeline`
|
||||
3. Verify: no crash, reasonable fallback (e.g., "No posting data found. Starting fresh.")
|
||||
4. Complete the pipeline
|
||||
|
|
@ -220,7 +220,7 @@ Before testing, ensure:
|
|||
1. Run `/linkedin:pipeline` and create a post
|
||||
2. Note the topic and hook
|
||||
3. End the session (or let Stop hook fire)
|
||||
4. Read `~/.claude/linkedin-thought-leadership.local.md`
|
||||
4. Read `~/.claude/linkedin-studio.local.md`
|
||||
5. Verify:
|
||||
- `last_post_date` = today
|
||||
- `last_post_topic` = the topic used
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Plan — LTL som fullspektrum LinkedIn-innholdsmotor
|
||||
|
||||
> **Type:** Renoverings- og byggeplan for `linkedin-thought-leadership`-pluginen («LTL»).
|
||||
> **Type:** Renoverings- og byggeplan for `linkedin-studio`-pluginen («LTL»).
|
||||
> **Skrevet:** 2026-05-26. **Status:** Til godkjenning før bygging. **Versjonsmål:** v1.2.0 → v2.0.0.
|
||||
> **Følger av:** [brief-fullspektrum-innholdsmotor.md](./brief-fullspektrum-innholdsmotor.md) (samme mappe).
|
||||
>
|
||||
|
|
@ -16,7 +16,7 @@ Denne seksjonen gjør planen selvstendig. Hvis et begrep brukes senere uten fork
|
|||
|
||||
| Det | Hva | Absolutt sti | Rolle her |
|
||||
|-----|-----|--------------|-----------|
|
||||
| **LTL-pluginen** | Claude Code-plugin for LinkedIn thought leadership. v1.2.0. 27 kommandoer, 16 agenter, 9 hooks, 6 skills. | `/Users/ktg/.claude/plugins/marketplaces/ktg-plugin-marketplace/plugins/linkedin-thought-leadership/` | **DETTE er repoet vi bygger i.** All plugin-endring skjer her. |
|
||||
| **LTL-pluginen** | Claude Code-plugin for LinkedIn thought leadership. v1.2.0. 27 kommandoer, 16 agenter, 9 hooks, 6 skills. | `/Users/ktg/.claude/plugins/marketplaces/ktg-plugin-marketplace/plugins/linkedin-studio/` | **DETTE er repoet vi bygger i.** All plugin-endring skjer her. |
|
||||
| **Marketplace-rot** | Open-source plugin-marketplace (flere plugins + `shared/`). Distribueres via Forgejo: `git.fromaitochitta.com/open/ktg-plugin-marketplace` (aldri GitHub). | `/Users/ktg/.claude/plugins/marketplaces/ktg-plugin-marketplace/` | Rot-`README.md` må oppdateres ved feature-endring (doc-plikt). |
|
||||
| **maskinrommet** | Privat, lokalt repo (INGEN git-remote) der operatøren produserer alt LinkedIn-innhold. Inneholder `tools/` (4 render-skript + `fonts/`) og `serier/<slug>/` (én innholdsserie per mappe). | `/Users/ktg/repos/maskinrommet/` | **Annet repo enn pluginen.** Skriving hit krever eksplisitt instruks (cross-repo). Vi leser render-skriptene herfra i S1. |
|
||||
| **Voyage-pluginen** | En annen plugin i samme marketplace. Implementerer en kontrakt-drevet, multi-sesjons pipeline for KODE-prosjekter: kommandoene `/trekbrief` → `/trekresearch` → `/trekplan` → `/trekexecute` → `/trekreview`, med parallelle spesialist-agenter og adversarielle reviewere. | `/Users/ktg/.claude/plugins/marketplaces/ktg-plugin-marketplace/plugins/voyage/` | **Referanse/inspirasjon, IKKE avhengighet.** Vi løfter *mønsteret* (faset pipeline, parallelle agenter, adversariell review før lås, multi-sesjon), men kopierer ALDRI koden — Voyage er kode-spesifikk (`file:line`, kode-reviewere, RULE_CATALOGUE). Les den for mønster-inspirasjon. |
|
||||
|
|
@ -441,7 +441,7 @@ Enhver feature-endring oppdaterer i SAMME commit: plugin-`README.md`, plugin-`CL
|
|||
|
||||
## 12. Filmanifest
|
||||
|
||||
Alle stier relativt til pluginen `/Users/ktg/.claude/plugins/marketplaces/ktg-plugin-marketplace/plugins/linkedin-thought-leadership/` med mindre annet er angitt.
|
||||
Alle stier relativt til pluginen `/Users/ktg/.claude/plugins/marketplaces/ktg-plugin-marketplace/plugins/linkedin-studio/` med mindre annet er angitt.
|
||||
|
||||
**Nye filer:**
|
||||
- `commands/newsletter.md` — orkestrator-kommandoen (§5)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
## 1. Oppgave
|
||||
|
||||
Løft `linkedin-thought-leadership`-pluginen («LTL», v1.2.0) til **v2.0.0**: en fullspektrum-motor for ALT LinkedIn-innhold — fra kortform-post til nyhetsbrev-edition — samtidig som den totale kommando-/agent-overflaten **reduseres** gjennom konsolidering.
|
||||
Løft `linkedin-studio`-pluginen («LTL», v1.2.0) til **v2.0.0**: en fullspektrum-motor for ALT LinkedIn-innhold — fra kortform-post til nyhetsbrev-edition — samtidig som den totale kommando-/agent-overflaten **reduseres** gjennom konsolidering.
|
||||
|
||||
Tre arbeidskropper:
|
||||
1. **Renovering** — konsolider reell redundans (27→~23 kommandoer, 16→~14 agenter). Plan §4.
|
||||
|
|
@ -17,7 +17,7 @@ Tre arbeidskropper:
|
|||
|
||||
## 2. Orientering (kritisk — repoer og stier)
|
||||
|
||||
- **LTL-pluginen (bygg her):** `/Users/ktg/.claude/plugins/marketplaces/ktg-plugin-marketplace/plugins/linkedin-thought-leadership/`. Plugin-i-monorepo: steg-stier er relative til denne mappa (sett Execution Strategy `cwd:` deretter).
|
||||
- **LTL-pluginen (bygg her):** `/Users/ktg/.claude/plugins/marketplaces/ktg-plugin-marketplace/plugins/linkedin-studio/`. Plugin-i-monorepo: steg-stier er relative til denne mappa (sett Execution Strategy `cwd:` deretter).
|
||||
- **Marketplace-rot:** `/Users/ktg/.claude/plugins/marketplaces/ktg-plugin-marketplace/` (Forgejo, aldri GitHub).
|
||||
- **maskinrommet (annet repo):** `/Users/ktg/repos/maskinrommet/` — render-skriptene kopieres HERFRA inn i pluginen. Skriving TIL maskinrommet krever eksplisitt instruks (cross-repo, eget spor).
|
||||
- **Voyage:** `/Users/ktg/.claude/plugins/marketplaces/ktg-plugin-marketplace/plugins/voyage/` — harness for denne byggingen.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue