Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading