Skip to content

Releases: gaelic-ghost/socket

v6.0.1

21 Apr 19:12

Choose a tag to compare

What changed:

  • Updated the apple-dev-skills subtree guidance so Swift package manifests may lower // swift-tools-version: from the scaffold default when real compatibility requires it, but never below 6.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 socket to 6.0.1.

Breaking changes:

  • None.

Migration/upgrade notes:

  • Refresh local installs from this checkout if you want the updated apple-dev-skills guidance and shared 6.0.1 metadata 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

19 Apr 16:28

Choose a tag to compare

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

18 Apr 23:17
c062484

Choose a tag to compare

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

17 Apr 20:21

Choose a tag to compare

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

17 Apr 19:00

Choose a tag to compare

What changed

  • refreshed the bundled apple-dev-skills subtree to v5.3.1 with explicit Swift 6 Package.swift language-mode guidance and the SwiftPM docs shortlist update
  • updated socket's project guidance so direct work on local main is the default workflow, with feature branches and worktrees kept as optional isolation tools
  • removed the socket remote main pull-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.py
  • cd plugins/apple-dev-skills && uv run pytest

v0.8.1

17 Apr 04:06
cdee2f4

Choose a tag to compare

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

16 Apr 23:11

Choose a tag to compare

What changed:

  • imported SpeakSwiftlyServer into socket as a live subtree-managed child repository
  • wired the root marketplace and maintainer docs for the new SpeakSwiftlyServer plugin surface
  • bumped the bundled apple-dev-skills subtree to v5.3.0

Breaking changes:

  • none

Migration notes:

  • the standalone ~/Workspace/gaelic-ghost/speak-swiftly/SpeakSwiftlyServer checkout remains the source repository; socket now carries a subtree copy at plugins/SpeakSwiftlyServer

Verification performed:

  • uv run scripts/validate_socket_metadata.py

v0.7.0

16 Apr 15:39

Choose a tag to compare

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

15 Apr 18:00

Choose a tag to compare

What changed

  • rolled apple-dev-skills forward to the new v5.1.5 subtree 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

  • socket continues to expose apple-dev-skills from ./plugins/apple-dev-skills; no marketplace path changes were needed for this patch release.
  • The child apple-dev-skills release for this rollout is v5.1.5.

Verification performed

  • 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

v0.6.2

15 Apr 16:33

Choose a tag to compare

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)