From 05e6207cc052201eb3bcff9502f678563b443ef7 Mon Sep 17 00:00:00 2001 From: guanhl Date: Mon, 27 Jul 2026 19:24:28 +0800 Subject: [PATCH] Release cross-platform packaging update --- .codex-plugin/plugin.json | 2 +- docs/CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 27780eb..e9b4756 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "computer-usage-summary-skill", - "version": "0.2.0", + "version": "0.2.1", "description": "Privacy-first, cross-platform local ActivityWatch summaries for Codex.", "author": { "name": "liuyewang", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5626672..95e2f7b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -26,3 +26,12 @@ Which private report is used repeatedly enough to justify a paid local Pro trial: client timesheets, personal weekly reviews, or long-term app trends? See [VALIDATION_SCORECARD.md](VALIDATION_SCORECARD.md) for the evidence gate. + +## 2026-07-27 - v0.2.1 Cross-Platform Packaging + +### Shipped + +- Moved the real skill directory to the repository-root `skills/` layout so + Codex and community skill registries can discover the same package. +- Removed the symlink-based compatibility layer and updated installation, + test, CI, and local marketplace paths.