Releases: gaelic-ghost/socket
Releases · gaelic-ghost/socket
v0.6.1
What changed:
- Renamed the Apple DocC skill to
author-swift-docc-docs. - Advertised the DocC workflow more clearly in
socketandapple-dev-skillsmetadata and docs. - Added DocC docs-source guidance for Dash
swiftlang/swift-docc, Xcode MCP DocC routing, andswiftlang/swift-docc-pluginreferences.
Breaking changes:
- The old skill name
docc-workflowis replaced byauthor-swift-docc-docs.
Migration/upgrade notes:
- Update any prompts, docs, or automation that referenced
$docc-workflowto 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.pycd plugins/apple-dev-skills && uv run pytest
socket v0.6.0
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
v0.5.0
What changed
- Added the new
maintain-project-accessibilityworkflow toproductivity-skillsso repositories can maintain a canonicalACCESSIBILITY.mdstandards document through deterministic audit and bounded apply modes. - Extended
maintain-project-contributingso contribution guides now carry an explicitAccessibility Expectationsmaintainer and contributor contract. - Added
productivity-skillsmaintainer 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
socketis now version0.5.0.productivity-skillsis now version4.5.0.- Repositories using
maintain-project-contributingshould expectDevelopment Expectations > Accessibility Expectationsto be part of the canonical contribution-guide structure.
Verification performed
- Ran
uv run pytestfromplugins/productivity-skillswith43 passed.
v0.4.0
Full Changelog: v0.3.1...v0.4.0
socket v0.3.1
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
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
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
v0.1.0
What changed
- Published the initial public
socketsuperproject for Gale. - Wired the repo-root marketplace to the packaged child plugin roots that already exist in-tree.
- Removed the stale vendored
agent-plugin-skillscopy from insidepython-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-skillsandthings-app, which live inside their imported subtrees. - Superproject maintainers should use
docs/maintainers/subtree-workflow.mdas the day-to-day subtree operations guide.
Verification performed
- Verified
.agents/plugins/marketplace.jsonparses as valid JSON. - Verified every listed socket marketplace path contains a real
.codex-plugin/plugin.json. - Verified only one surviving
agent-plugin-skillsCodex plugin manifest remains in the monorepo. - Reviewed root docs and maintainer guidance against the current imported repo layout.