Skip to content

release: socket 6.5.0#43

Merged
gaelic-ghost merged 5 commits into
mainfrom
release/socket-6-5-0
May 3, 2026
Merged

release: socket 6.5.0#43
gaelic-ghost merged 5 commits into
mainfrom
release/socket-6-5-0

Conversation

@gaelic-ghost
Copy link
Copy Markdown
Owner

Summary

  • prefer current-session Codex harness routing in sync guidance
  • complete the SwiftASB skills plugin with AppKit and Swift package workflows
  • add SwiftASB explanation examples and temporary CODEX_HOME install coverage
  • bump maintained socket plugin surfaces to 6.5.0

Verification

  • uv run scripts/validate_socket_metadata.py
  • uv run pytest

Release

  • standard socket release; no subtree sync required for apple-dev-skills or SpeakSwiftlyServer

@gaelic-ghost gaelic-ghost added the enhancement New feature or request label May 3, 2026
@gaelic-ghost gaelic-ghost merged commit a0d6a4c into main May 3, 2026
1 check passed
@gaelic-ghost gaelic-ghost deleted the release/socket-6-5-0 branch May 3, 2026 16:47
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 20dff3c507

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +46 to +50
marketplace_path = REPO_ROOT / ".agents" / "plugins" / "marketplace.json"
assert marketplace_path.is_file()

plugin_root = REPO_ROOT / "plugins" / "swiftasb-skills"
assert (plugin_root / ".codex-plugin" / "plugin.json").is_file()
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Assert marketplace includes swiftasb-skills

These assertions only prove files exist in the checked-out repository, not that the socket marketplace you just added actually exposes swiftasb-skills to Codex. If .agents/plugins/marketplace.json drops or renames that plugin entry, codex plugin marketplace add can still succeed and this test will pass, so the intended install-surface regression is missed. Parse the marketplace JSON (or query the Codex plugin list under the temporary CODEX_HOME) and assert that swiftasb-skills is present.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant