v2.0.2
Three bug fixes since 2.0.1:
- #12 — install no longer aborts on real-repo skills. Qualified IDs of the form
owner__repo__name(e.g.aictrl-dev__aictrl__kg-classify) now resolve to bare-name folders. Was a P1 data-loss bug — the first qualified-name skill aborted the entire install. - #13 — SKILL.md fetches retry on 429/5xx and network errors with jittered exponential backoff (
Retry-Afterhonored, capped at 30s).FETCH_BATCH_SIZElowered 10 → 4. Eliminates the ~37% silent-skip rate against moderately-sized orgs. Error messages now use a label instead of the raw URL (which contained the API key). - #14 —
postcssbumped to 8.5.10 (transitive dev dep, GHSA-qx2v-qp2m-jg93). No runtime impact.
Patch bump — bug fixes only, no API or feature changes.