mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
Settings needed a faster way to find local skills, and the plugin overview was wasting space by forcing summary cards into a tall right rail. Keep skill discovery client-side over the already-loaded list and flatten plugin metrics into a compact header so release notes can point issue #513 at the exact user-facing fix. Fixes #513 Constraint: Settings skills data is already loaded locally through /api/skills Rejected: Add server-side skill search | unnecessary API surface for a small local filter Confidence: high Scope-risk: narrow Directive: Keep Settings extension browsing read-only unless an install/edit flow is explicitly added Tested: bun run check:desktop Related: #513