This repository was archived by the owner on Sep 1, 2026. It is now read-only.
Apple Dev Skills v6.14.1
What changed
- Converted the standalone Apple Dev Skills marketplace into a compatibility pointer to the Socket-hosted plugin payload.
- Updated the standalone README to lead users to
gaelic-ghost/socketwhile preserving the existingapple-dev-skillsmarketplace upgrade path. - Added a regression test that verifies
.agents/plugins/marketplace.jsonpoints athttps://github.com/gaelic-ghost/socket.gitwithsource: git-subdirandpath: ./plugins/apple-dev-skills.
Breaking changes
- None for Codex marketplace users. Existing standalone marketplace users can continue running
codex plugin marketplace upgrade apple-dev-skills.
Migration/upgrade notes
- Preferred new install path:
codex plugin marketplace add gaelic-ghost/socket. - Compatibility path remains:
codex plugin marketplace add gaelic-ghost/apple-dev-skills. - If both marketplaces are configured, prefer
apple-dev-skills@socket.
Verification performed
- Ran
bash .github/scripts/validate_repo_docs.sh. - Ran
uv run pytestwith the expected siblingproductivity-skillscheckout available. - Ran
uv run pytest tests/test_compatibility_marketplace.pyafter merging tomain. - Ran Git-backed standalone marketplace add and upgrade smoke testing with an isolated
CODEX_HOME.