release: publish socket v6.0.12 roadmap cleanup - #22
Merged
Conversation
Why: GitHub exposes the managed repo-maintenance workflow check as the job context validate, not the display-style Validate Repo Maintenance / validate string. New repos could pass CI but stay blocked by branch protection when guidance used the display string. Verification: - uv run pytest skills/maintain-project-repo/tests/test_maintain_project_repo_workflow.py - uv run pytest tests/test_swift_package_guidance_sync_workflow.py tests/test_xcode_guidance_sync_workflow.py - bash .github/scripts/validate_repo_docs.sh - uv run scripts/validate_socket_metadata.py - uv run pytest (plugins/apple-dev-skills) - uv run pytest (plugins/productivity-skills) Closes #14
Why: - Fix maintain-project-repo release automation regressions reported in socket issues #19 and #20. - Keep the shared socket version surfaces aligned for the patch release. Verification: - sh -n plugins/productivity-skills/skills/maintain-project-repo/assets/repo-maintenance/release.sh - uv run pytest plugins/productivity-skills/skills/maintain-project-repo/tests - uv run pytest - uv run scripts/validate_socket_metadata.py - scripts/release.sh inventory
tests: cover SwiftPM generated workspace classification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification