diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1a32ea0..31ac15a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Skills shared by Baoyu for improving daily work efficiency", - "version": "1.59.1" + "version": "1.60.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d616e0..d5c742f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ English | [中文](./CHANGELOG.zh.md) +## 1.60.0 - 2026-03-11 + +### Features +- `baoyu-url-to-markdown`: support reusing existing Chrome CDP instances and fix port detection order + +### Fixes +- `baoyu-post-to-x`: add missing `fs` import in x-article + +### Refactor +- Unify all CDP skills to use shared `baoyu-chrome-cdp` package with vendored copies +- Simplify CLAUDE.md, move detailed documentation to `docs/` directory +- Publish skills directly from synced vendor, removing separate artifact preparation step + ## 1.59.1 - 2026-03-11 ### Fixes diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index f764770..dec735e 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,19 @@ [English](./CHANGELOG.md) | 中文 +## 1.60.0 - 2026-03-11 + +### 新功能 +- `baoyu-url-to-markdown`:支持复用已有 Chrome CDP 实例,修复端口检测顺序问题 + +### 修复 +- `baoyu-post-to-x`:补充 x-article 缺失的 `fs` 导入 + +### 重构 +- 统一所有 CDP 技能使用共享 `baoyu-chrome-cdp` 包,各技能内置 vendor 副本 +- 精简 CLAUDE.md,将详细文档移至 `docs/` 目录 +- 从 synced vendor 直接发布技能,移除单独的 artifact 准备步骤 + ## 1.59.1 - 2026-03-11 ### 修复 diff --git a/CLAUDE.md b/CLAUDE.md index b397eb2..ad795d2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # CLAUDE.md -Claude Code marketplace plugin providing AI-powered content generation skills. Version: **1.59.1**. +Claude Code marketplace plugin providing AI-powered content generation skills. Version: **1.60.0**. ## Architecture