Skip to content

Releases: gaelic-ghost/socket

v0.6.1

14 Apr 18:11

Choose a tag to compare

What changed:

  • Renamed the Apple DocC skill to author-swift-docc-docs.
  • Advertised the DocC workflow more clearly in socket and apple-dev-skills metadata and docs.
  • Added DocC docs-source guidance for Dash swiftlang/swift-docc, Xcode MCP DocC routing, and swiftlang/swift-docc-plugin references.

Breaking changes:

  • The old skill name docc-workflow is replaced by author-swift-docc-docs.

Migration/upgrade notes:

  • Update any prompts, docs, or automation that referenced $docc-workflow to use $author-swift-docc-docs.
  • Customization state for the DocC skill now lives under the new skill name.

Verification performed:

  • uv run scripts/validate_socket_metadata.py
  • cd plugins/apple-dev-skills && uv run pytest

socket v0.6.0

14 Apr 16:18

Choose a tag to compare

What changed

  • published the next socket superproject minor after the apple-dev-skills 5.1.0 subtree release
  • bumped the root socket-maintenance version to 0.6.0 and kept the root lockfile aligned

Breaking changes

  • none

Migration/upgrade notes

  • none

Verification performed

  • uv run scripts/validate_socket_metadata.py

v0.5.0

14 Apr 14:55

Choose a tag to compare

v0.5.0

What changed

  • Added the new maintain-project-accessibility workflow to productivity-skills so repositories can maintain a canonical ACCESSIBILITY.md standards document through deterministic audit and bounded apply modes.
  • Extended maintain-project-contributing so contribution guides now carry an explicit Accessibility Expectations maintainer and contributor contract.
  • Added productivity-skills maintainer planning and release notes for the new accessibility maintenance baseline, including the canonical document schema and rollout guidance.
  • Corrected stale workflow-atlas wording so maintainer docs now match the actual maintenance-script output contract.

Breaking changes

  • None.

Migration/upgrade notes

  • socket is now version 0.5.0.
  • productivity-skills is now version 4.5.0.
  • Repositories using maintain-project-contributing should expect Development Expectations > Accessibility Expectations to be part of the canonical contribution-guide structure.

Verification performed

  • Ran uv run pytest from plugins/productivity-skills with 43 passed.

v0.4.0

13 Apr 16:14

Choose a tag to compare

Full Changelog: v0.3.1...v0.4.0

socket v0.3.1

12 Apr 16:56

Choose a tag to compare

What changed

  • aligned root and plugin README, AGENTS, and roadmap guidance across the socket monorepo
  • added missing README surfaces for marketplace-listed plugin roots
  • bumped patch versions for the root maintenance package and packaged plugin surfaces

Breaking changes

  • none

Migration notes

  • none

Verification performed

  • cd plugins/agent-plugin-skills && uv run pytest
  • cd plugins/productivity-skills && uv run pytest
  • cd plugins/apple-dev-skills && uv run pytest
  • cd plugins/python-skills && uv run scripts/validate_repo_metadata.py && uv run pytest
  • cd plugins/things-app && uv run pytest
  • cd plugins/things-app/mcp/things-app-mcp && uv run pytest

v0.3.0

11 Apr 21:55

Choose a tag to compare

What changed

  • rebuilt maintain-project-contributing around a bundled template plus config-backed schema
  • rebuilt maintain-project-agents around a bundled template plus config-backed schema aligned with official Codex AGENTS.md guidance

Breaking changes

  • none

Migration/upgrade notes

  • downstream customizations can now specialize CONTRIBUTING.md and AGENTS.md through project-local customization files instead of relying on repo-profile inference

Verification performed

  • uv run --project plugins/productivity-skills pytest plugins/productivity-skills/skills/maintain-project-contributing/tests/test_maintain_project_contributing.py
  • uv run --project plugins/productivity-skills pytest plugins/productivity-skills/skills/maintain-project-agents/tests/test_maintain_project_agents.py

v0.2.0

11 Apr 18:58

Choose a tag to compare

What changed:

  • imported and aligned the current public subtree/plugin set in the socket superproject
  • rebuilt the project README maintainer skill around a bundled template plus config-backed base contract
  • rebuilt the project roadmap maintainer skill around a bundled template, config-backed schema, milestone status modeling, and history tracking

Breaking changes:

  • none

Migration notes:

  • README and ROADMAP maintainer skills now enforce stronger canonical base structures, so downstream customizations should be reviewed against the new template/config surfaces

Verification performed:

  • uv run --project plugins/productivity-skills pytest plugins/productivity-skills/skills/maintain-project-readme/tests/test_maintain_project_readme.py
  • uv run --project plugins/productivity-skills pytest plugins/productivity-skills/skills/maintain-project-roadmap/tests/test_maintain_project_roadmap.py

v0.1.0

09 Apr 17:41

Choose a tag to compare

v0.1.0

What changed

  • Published the initial public socket superproject for Gale.
  • Wired the repo-root marketplace to the packaged child plugin roots that already exist in-tree.
  • Removed the stale vendored agent-plugin-skills copy from inside python-skills.
  • Expanded the root README and added maintainer guidance for subtree imports, syncs, and marketplace upkeep.

Breaking changes

  • None.

Migration or upgrade notes

  • The socket root marketplace now points at the real packaged plugin roots for python-skills and things-app, which live inside their imported subtrees.
  • Superproject maintainers should use docs/maintainers/subtree-workflow.md as the day-to-day subtree operations guide.

Verification performed

  • Verified .agents/plugins/marketplace.json parses as valid JSON.
  • Verified every listed socket marketplace path contains a real .codex-plugin/plugin.json.
  • Verified only one surviving agent-plugin-skills Codex plugin manifest remains in the monorepo.
  • Reviewed root docs and maintainer guidance against the current imported repo layout.