Skip to content

Commit b59ff12

Browse files
committed
Make the 2.0 landing describe the product users will receive
The public README still led with 1.x screenshots even though the current source has moved to the Library → Collection → Mount lifecycle. Replace those images with the verified 2.0 window evidence, summarize the release changes, and make the 2.0.0 build identity explicit. Constraint: 2.0.0 remains an unsigned internal RC pending Developer ID signing and notarization Rejected: Keep the old Discover and Starred screenshots | they document the retired 1.x information architecture Confidence: high Scope-risk: narrow Directive: Keep README screenshots aligned with the current real-window interaction evidence Tested: 150 macOS tests; xcodebuild analyze; unsigned Release build and app identity check; TUI TypeScript build; npm production audit; visual verdict 94/100 Not-tested: GitHub-rendered README after push; signed or notarized distribution
1 parent 42da39f commit b59ff12

6 files changed

Lines changed: 24 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22

33
All notable changes to Skills Manager will be documented in this file.
44

5-
## [2.0.0] - 2026-07-29
5+
## [2.0.0] - 2026-08-04
66

77
### Changed
88

9+
- Added the Collections Control Center and the `Library → Collection → Mount` lifecycle, including per-agent mount intent and explicit reapply behavior.
10+
- Added agent home pages, conflict diagnosis, full-site Discover search, provider-aware updates and removal, and shared stars across the macOS and Blessed terminal interfaces.
11+
- Made OpenCode a first-class XDG-aware install target and expanded registry-based detection across supported coding agents.
912
- Formalized the 2.0 release line around stable identity, collection recovery, takeover recovery, and honest prerelease packaging.
1013
- Release automation now validates an existing main-line tag, tests and analyzes the macOS app, builds the TUI, and stages only an unsigned prerelease artifact for an environment-gated publish job.
1114

1215
### Fixed
1316

17+
- Shared roots such as `~/.agents/skills` are no longer attributed to OpenClaw, so Codex and other agents retain their real ownership labels.
18+
- Copy ID, Copy Path, and Show in Finder actions now perform their advertised clipboard and Finder operations from both row and context menus.
1419
- Collection mounting no longer hides missing or partially diverged state.
1520
- Skills CLI takeover recovery now avoids unsafe repair when provenance is ambiguous.
1621
- The maintained TUI dependency lock no longer contains known high-severity production advisories.

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,33 @@
22

33
A native macOS app to manage skills across all your coding agents — Claude Code, Cursor, Codex, Gemini CLI, Qwen Code, Roo Code, Continue, OpenHands, OpenClaw, and more.
44

5+
**Current source version: 2.0.0 (build 200).**
6+
57
<img src="SkillsManager_Logo.png" width="80" alt="Skills Manager Icon">
68

79
---
810

911
## Screenshots
1012

11-
![Discover](docs/screenshots/discover.png)
12-
*Discover skills from skills.sh and inspect them in the native detail view*
13+
![Collections Control Center](docs/screenshots/control-center.png)
14+
*Organize Library skills into Collections, then mount them into agents without moving or duplicating the originals*
1315

14-
![Starred Skills](docs/screenshots/starred.png)
15-
*Manage your library — filter by agent, source, or starred*
16+
![Mounted Collection](docs/screenshots/collection-detail.png)
17+
*Inspect Collection membership and mounted agents while keeping missing or diverged state visible*
1618

1719
---
1820

21+
## What's new in 2.0.0
22+
23+
Version 2.0 turns Skills Manager from a directory browser into a local skill lifecycle control plane built around `Library → Collection → Mount`.
24+
25+
- **Collections Control Center** — group Library skills once and mount or unmount the group for each agent without deleting the underlying skills
26+
- **Truthful mount state** — missing members, shared mounts, partial application, and on-disk divergence stay visible and can be reapplied explicitly
27+
- **Safer ownership and recovery** — provider-managed skills retain their real owner; native takeover preserves recoverable backups and refuses ambiguous destructive repairs
28+
- **Broader agent support** — OpenCode is a first-class XDG-aware install target, while neutral shared roots such as `~/.agents/skills` are no longer mislabeled as OpenClaw
29+
- **More useful Library navigation** — agent home pages, conflict diagnosis, full-site Discover search, and working Copy ID, Copy Path, and Show in Finder actions
30+
- **Stable identity across surfaces** — Collections, upgrades, shared stars, the macOS app, and the Blessed terminal UI now use the same durable skill identity
31+
1932
## What it does
2033

2134
Coding agent skills are scattered everywhere. Each agent has its own format, install path, and management story. Skills Manager brings them together in one place.
@@ -38,7 +51,7 @@ Coding agent skills are scattered everywhere. Each agent has its own format, ins
3851

3952
Download signed builds from the [Releases](../../releases) page and drag to Applications.
4053

41-
The current 2.0.0 artifact is an unsigned internal prerelease RC, not the GA download. Until Developer ID signing and notarization are complete, build from source below. RC testers should read the [2.0.0 upgrade and rollback guide](docs/releases/2.0.0.md) first.
54+
The current 2.0.0 artifact is still an unsigned internal prerelease RC, not the GA download. Until Developer ID signing and notarization are complete, build from source below. RC testers should read the [2.0.0 upgrade and rollback guide](docs/releases/2.0.0.md) first.
4255

4356
Or build from source:
4457

87.4 KB
Loading
90.6 KB
Loading

docs/screenshots/discover.png

-158 KB
Binary file not shown.

docs/screenshots/starred.png

-85.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)