docs: add promo audio and refresh marketplace readmes#50
Conversation
📝 WalkthroughWalkthroughThis PR releases version 6.7.22 across the socket superproject and all nested plugins. Documentation is updated to clarify that socket is maintained by Gale and to refine installation guidance. All plugin manifests and project metadata are version-bumped for consistency. ChangesVersion Release 6.7.22 Coordination
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@plugins/apple-dev-skills/README.md`:
- Around line 30-36: Fix the user-facing copy in the README intro: replace the
incorrect phrase "keeps helps" with "helps" (so the sentence reads "This plugin
helps agents..."), capitalize the sentence-starting "it's" to "It's", and remove
the trailing tilde "~" from the final sentence; update the motivation paragraph
accordingly to ensure clean, grammatical text.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 3895c646-10a9-4fa8-b66e-fdb03a0f730f
⛔ Files ignored due to path filters (10)
docs/media/socket-codex-marketplace-promo.mp3is excluded by!**/*.mp3plugins/agent-plugin-skills/uv.lockis excluded by!**/*.lockplugins/apple-dev-skills/docs/media/apple-dev-skills-codex-workflows-promo.mp3is excluded by!**/*.mp3plugins/apple-dev-skills/uv.lockis excluded by!**/*.lockplugins/cardhop-app/mcp/uv.lockis excluded by!**/*.lockplugins/productivity-skills/uv.lockis excluded by!**/*.lockplugins/python-skills/uv.lockis excluded by!**/*.lockplugins/things-app/mcp/uv.lockis excluded by!**/*.lockplugins/things-app/uv.lockis excluded by!**/*.lockuv.lockis excluded by!**/*.lock
📒 Files selected for processing (21)
README.mdplugins/agent-plugin-skills/.codex-plugin/plugin.jsonplugins/agent-plugin-skills/pyproject.tomlplugins/apple-dev-skills/.codex-plugin/plugin.jsonplugins/apple-dev-skills/README.mdplugins/apple-dev-skills/pyproject.tomlplugins/cardhop-app/.codex-plugin/plugin.jsonplugins/cardhop-app/mcp/pyproject.tomlplugins/dotnet-skills/.codex-plugin/plugin.jsonplugins/productivity-skills/.codex-plugin/plugin.jsonplugins/productivity-skills/pyproject.tomlplugins/python-skills/.codex-plugin/plugin.jsonplugins/python-skills/pyproject.tomlplugins/rust-skills/.codex-plugin/plugin.jsonplugins/spotify/.codex-plugin/plugin.jsonplugins/swiftasb-skills/.codex-plugin/plugin.jsonplugins/things-app/.codex-plugin/plugin.jsonplugins/things-app/mcp/pyproject.tomlplugins/things-app/pyproject.tomlplugins/web-dev-skills/.codex-plugin/plugin.jsonpyproject.toml
| Apple development work has sharp edges around framework behavior, Xcode project state, documentation, accessibility, and build tooling. This plugin keeps helps agents move *swiftly* through a challenging landscape, instead of fumbling over mountains of implicit behavior. | ||
|
|
||
| This repository is the canonical source of truth for Gale's Apple, Swift, and Xcode workflow skills. | ||
|
|
||
| ### Motivation | ||
|
|
||
| Apple development work has sharp edges around framework behavior, Xcode project state, documentation, accessibility, and build tooling. This plugin keeps those rules in one place so agents can move carefully without turning every Swift or Xcode task into guesswork. | ||
| I wanted to build stuff faster, but agents were struggling with Swift, declarative frameworks, Xcode and `.pbxproj`, the `swift build` `xcodebuild` split, etc. I figured I could improve that a bit. it's gone pretty well, so far~ |
There was a problem hiding this comment.
Fix user-facing copy errors in the new intro/motivation text.
There are visible wording issues in the changed text ("keeps helps", lowercase sentence start in "it's", and trailing ~), which reduces README quality.
Proposed edit
-Apple development work has sharp edges around framework behavior, Xcode project state, documentation, accessibility, and build tooling. This plugin keeps helps agents move *swiftly* through a challenging landscape, instead of fumbling over mountains of implicit behavior.
+Apple development work has sharp edges around framework behavior, Xcode project state, documentation, accessibility, and build tooling. This plugin helps agents move *swiftly* through a challenging landscape instead of fumbling over mountains of implicit behavior.
-I wanted to build stuff faster, but agents were struggling with Swift, declarative frameworks, Xcode and `.pbxproj`, the `swift build` `xcodebuild` split, etc. I figured I could improve that a bit. it's gone pretty well, so far~
+I wanted to build stuff faster, but agents were struggling with Swift, declarative frameworks, Xcode and `.pbxproj`, and the `swift build` vs `xcodebuild` split. I figured I could improve that a bit. It’s gone pretty well so far.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| Apple development work has sharp edges around framework behavior, Xcode project state, documentation, accessibility, and build tooling. This plugin keeps helps agents move *swiftly* through a challenging landscape, instead of fumbling over mountains of implicit behavior. | |
| This repository is the canonical source of truth for Gale's Apple, Swift, and Xcode workflow skills. | |
| ### Motivation | |
| Apple development work has sharp edges around framework behavior, Xcode project state, documentation, accessibility, and build tooling. This plugin keeps those rules in one place so agents can move carefully without turning every Swift or Xcode task into guesswork. | |
| I wanted to build stuff faster, but agents were struggling with Swift, declarative frameworks, Xcode and `.pbxproj`, the `swift build` `xcodebuild` split, etc. I figured I could improve that a bit. it's gone pretty well, so far~ | |
| Apple development work has sharp edges around framework behavior, Xcode project state, documentation, accessibility, and build tooling. This plugin helps agents move *swiftly* through a challenging landscape instead of fumbling over mountains of implicit behavior. | |
| This repository is the canonical source of truth for Gale's Apple, Swift, and Xcode workflow skills. | |
| ### Motivation | |
| I wanted to build stuff faster, but agents were struggling with Swift, declarative frameworks, Xcode and `.pbxproj`, and the `swift build` vs `xcodebuild` split. I figured I could improve that a bit. It's gone pretty well so far. |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@plugins/apple-dev-skills/README.md` around lines 30 - 36, Fix the user-facing
copy in the README intro: replace the incorrect phrase "keeps helps" with
"helps" (so the sentence reads "This plugin helps agents..."), capitalize the
sentence-starting "it's" to "It's", and remove the trailing tilde "~" from the
final sentence; update the motivation paragraph accordingly to ensure clean,
grammatical text.
Summary
Verification
Summary by CodeRabbit
Release Notes - Version 6.7.22