Releases: gaelic-ghost/socket
Releases · gaelic-ghost/socket
v6.0.1
What changed:
- Updated the
apple-dev-skillssubtree guidance so Swift package manifests may lower// swift-tools-version:from the scaffold default when real compatibility requires it, but never below6.0. - Synced that wording through the child repo's shared snippets, generated AGENTS assets, bootstrap references, and maintainer docs before pushing the subtree back to
apple-dev-skills. - Bumped the maintained shared-version surfaces in
socketto6.0.1.
Breaking changes:
- None.
Migration/upgrade notes:
- Refresh local installs from this checkout if you want the updated
apple-dev-skillsguidance and shared6.0.1metadata surfaces.
Verification performed:
- bash .github/scripts/validate_repo_docs.sh (from
plugins/apple-dev-skills) - uv run pytest (from
plugins/apple-dev-skills) - uv run scripts/validate_socket_metadata.py
v0.11.0
What changed:
- Pulled the latest SpeakSwiftlyServer upstream state into plugins/SpeakSwiftlyServer, including the newer plugin metadata, embedded live-speech surface, workflow simplification, and v4.2.x release docs.
- Revalidated the root marketplace after the subtree sync and confirmed the install surface for speak-swiftly-server remains ./plugins/SpeakSwiftlyServer.
- Bumped the socket root maintenance package version to 0.11.0 and recorded the coordinated release in ROADMAP.md.
Breaking changes:
- None.
Migration/upgrade notes:
- Refresh local plugin installs from the updated socket checkout if you want the imported Speak Swiftly plugin metadata and skills surface changes.
Verification performed:
- uv run scripts/validate_socket_metadata.py
- Verified main pushed to origin before tagging
- Pushed and verified tag v0.11.0 before creating this release
v0.9.0
What changed
- tightened the apple-dev-skills MARK guidance so section headings and secondary comments are only added when they provide real navigation value
- normalized the apple-dev-skills repo guidance into the canonical README, CONTRIBUTING, AGENTS, and ROADMAP boundary
- normalized the socket root README, CONTRIBUTING, AGENTS, and ROADMAP guidance and collapsed stale planning docs into the active maintainer docs plus roadmap history
Breaking changes
- none
Migration notes
- none
Verification performed
- cd plugins/apple-dev-skills && bash .github/scripts/validate_repo_docs.sh
- cd plugins/apple-dev-skills && uv run pytest
- uv run scripts/validate_socket_metadata.py
v5.3.2
What changed
- aligned socket, apple-dev-skills, productivity-skills, and python-skills roadmaps to the current productivity-skills roadmap contract
- tightened python-skills repo metadata validation to require canonical roadmap headings and milestone subsections
Breaking changes
- none
Migration or upgrade notes
- none
Verification performed
- roadmap check-only on all touched roadmap files
- uv run scripts/validate_repo_metadata.py in plugins/python-skills
- uv run pytest in plugins/python-skills
v0.8.2: docs: loosen socket main workflow guidance
What changed
- refreshed the bundled
apple-dev-skillssubtree to v5.3.1 with explicit Swift 6Package.swiftlanguage-mode guidance and the SwiftPM docs shortlist update - updated
socket's project guidance so direct work on localmainis the default workflow, with feature branches and worktrees kept as optional isolation tools - removed the
socketremotemainpull-request requirement so the repo workflow matches the documented direct-on-main path
Breaking changes
- none
Migration notes
- none
Verification performed
uv run scripts/validate_socket_metadata.pycd plugins/apple-dev-skills && uv run pytest
v0.8.1
What changed
- added the SpeakSwiftly LaunchAgent setup skill in the bundled subtree
- aligned SpeakSwiftly plugin MCP wording with the current Codex marketplace model
- refreshed patch release metadata for the shipped plugin surface
Breaking changes
- none
Migration notes
- none
Verification performed
- uv run scripts/validate_socket_metadata.py
- (cd plugins/SpeakSwiftlyServer && sh scripts/repo-maintenance/validate-all.sh)
v0.8.0
What changed:
- imported
SpeakSwiftlyServerintosocketas a live subtree-managed child repository - wired the root marketplace and maintainer docs for the new SpeakSwiftlyServer plugin surface
- bumped the bundled
apple-dev-skillssubtree tov5.3.0
Breaking changes:
- none
Migration notes:
- the standalone
~/Workspace/gaelic-ghost/speak-swiftly/SpeakSwiftlyServercheckout remains the source repository;socketnow carries a subtree copy atplugins/SpeakSwiftlyServer
Verification performed:
uv run scripts/validate_socket_metadata.py
v0.7.0
What changed:
- released socket v0.7.0 after landing the SwiftUI app architecture workflow in the apple-dev-skills subtree
- bumped apple-dev-skills to v5.2.0 and refreshed root and child lock metadata
Migration notes:
- no socket-specific migration steps are required for this release
Verification:
- uv run scripts/validate_socket_metadata.py
- bash plugins/apple-dev-skills/.github/scripts/validate_repo_docs.sh
- cd plugins/apple-dev-skills && uv run pytest tests/test_customization_template_paths.py tests/test_customization_cli.py tests/test_swiftui_app_architecture_workflow.py tests/test_repo_docs_validator.py
v0.6.3
What changed
- rolled
apple-dev-skillsforward to the newv5.1.5subtree state - refreshed the release-facing README surfaces so the superproject now describes the strengthened Swift cleanup workflow and direct Dash docs-routing milestone accurately
- bumped the root maintainer package metadata and lockfile to the new superproject patch version
Breaking changes
- None.
Migration/upgrade notes
socketcontinues to exposeapple-dev-skillsfrom./plugins/apple-dev-skills; no marketplace path changes were needed for this patch release.- The child
apple-dev-skillsrelease for this rollout isv5.1.5.
Verification performed
uv run scripts/validate_socket_metadata.pybash plugins/apple-dev-skills/.github/scripts/validate_repo_docs.shcd plugins/apple-dev-skills && uv run pytest
v0.6.2
What changed:
- bumped socket to the next patch release after publishing the latest apple-dev-skills subtree updates
- included the apple-dev-skills v5.1.4 subtree release work in the superproject history
- refreshed the root maintainer package and lockfile version surfaces for release consistency
Breaking changes:
- none
Migration notes:
- none
Verification performed:
- uv run scripts/validate_socket_metadata.py
- (cd plugins/apple-dev-skills && uv run pytest)