SkillSpace/skills/skill-publisher/CHANGELOG.md
sinohqb df4635a1da Integrate SkillHub CLI into publish lifecycle
- Rewrite skill-publisher with 7-step flow: target → checklist → format
  adaptation → dry-run → publish → verify → registry update
- Add format adapter: skill.json + prompt.md → SKILL.md for Qoder/Codex/Claude Code
- Add namespace auto-mapping for 4 frameworks (sola-*-work)
- Update skill-discover with SkillHub as primary search source
- Update skill-retire with skillhub remove --remote for server-side deletion
- Add SkillHub platform section to README
2026-07-01 20:07:32 +08:00

24 lines
884 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Changelog
## 0.2.0 - 2026-07-01
- 完整集成 SkillHub CLI`@astron-team/skillhub` v0.1.8
- 新增 7 步发布流程(确定目标 → 检查 → 适配 → dry-run → 发布 → 验证 → 注册)
- 新增格式适配层Qoder/Codex/Claude Code 的 skill.json + prompt.md → SKILL.md
- 新增命名空间自动映射4 个框架 → 4 个 SkillHub 命名空间)
- 新增 dry-run 校验步骤
- 新增可见性选择public / namespace-only / private
- 新增发布后验证(搜索确认 + 安装测试)
- 新增排坑指南和 CLI 命令速查
- 保留 ClawHub 发布支持OpenClaw 框架)
- Hermes Agent 标记为暂不支持
## 0.1.0 - 2026-07-01
- 初始版本
- 发布前 10 项检查清单
- ClawHub / Qoder 平台发布流程指导
- SkillHub 支持预留(待规范提供后补充)
- 本地注册表更新引导
- 发布后验证流程