ktg-plugin-marketplace/plugins/linkedin-thought-leadership/CHANGELOG.md
Kjell Tore Guttormsen 39f8b275a6 feat(linkedin-thought-leadership): v1.0.0 — initial open-source import
Build LinkedIn thought leadership with algorithmic understanding,
strategic consistency, and AI-assisted content creation. Updated for
the January 2026 360Brew algorithm change.

16 agents, 25 commands, 6 skills, 9 hooks, 24 reference docs.

Personal data sanitized: voice samples generalized to template,
high-engagement posts cleared, region-specific references replaced
with placeholders.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 22:09:03 +02:00

2.9 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2026-04-07

Summary

Public release for open-source marketplace. All runtime bugs fixed, documentation aligned, agent model tiering implemented.

Fixed

  • Agent model assignments — all 16 agents corrected from opus to proper tiering (12 Sonnet, 4 Haiku)
  • Queue manager references — 10 stale queue-manager.sh references replaced with queue-manager.mjs Node.js invocations
  • Quick-import references — 2 stale quick-import.sh references updated to .mjs
  • Personalization score import bug — standalone execution block now guarded to prevent stdout contamination on import
  • Regex anchor — invalid \Z JavaScript regex replaced with $ in user-prompt-context.mjs
  • Agent color mismatches — 8 agent frontmatter colors unified with CLAUDE.md documentation
  • Version inconsistency — unified from 3 conflicting versions (0.6.0/1.7.0/2.0.1) to 1.0.0

Added

  • plugin.json — added license, repository, keywords fields for marketplace compliance
  • README — attribution note, "What This Plugin Does Not Cover" section, Node.js 18+ prerequisite, hooks badge
  • CONTRIBUTING.md — replaced GitHub PR template with solo-project boilerplate
  • Quality scorecard — added "Voice Authenticity" criterion (total now /81)
  • Commands/linkedin:react and /linkedin:first-post added to README command tables
  • agents/README.md — updated from 14 to 16 agents, added personalization-scorer and post-feedback-monitor
  • SKILL.md — added 5 missing commands to router command table

Changed

  • CLAUDE.md — compacted from 237 to 90 lines, removed duplicated content
  • All hooks — 100% Node.js (.mjs), no bash dependencies (cross-platform: macOS/Linux/Windows)
  • Error handling — added JSON.parse guards in queue-manager.mjs and analytics storage.ts

Removed

  • Skill version fields — removed non-standard version: from all 6 SKILL.md frontmatter
  • Development artifacts — removed internal evaluation note from collab.md
  • Orphaned files — deleted outdated docs/commands-reference.md
  • BACKLOG.md and DEVELOPMENT-LOG.md — gitignored (internal development files)

[0.6.0] - 2026-02-07

Note

First formal version. Previously unversioned.

What exists today

  • 20 commands covering full content lifecycle
  • 15 specialized agents
  • 8 hooks for workflow automation
  • Analytics system with CSV import
  • 360Brew profile optimization (January 2026 algorithm update)
  • Content matrix system (40+ post ideas from single topic)
  • Personalization engine
  • 20 reference documents for LinkedIn best practices
  • Full content pipeline from ideation to post-publish monitoring