Skip to content

plugin: add Apple extension workflows#147

Merged
gaelic-ghost merged 1 commit into
mainfrom
plugin/apple-extension-workflows
Jul 14, 2026
Merged

plugin: add Apple extension workflows#147
gaelic-ghost merged 1 commit into
mainfrom
plugin/apple-extension-workflows

Conversation

@gaelic-ghost

Copy link
Copy Markdown
Owner

Summary

  • add extension architecture, MailKit, and File Provider/Finder Sync workflows
  • export the three instruction-only workflows as Hermes skill taps
  • update Apple Dev documentation, metadata, and validation coverage

Verification

  • Apple Dev docs validator
  • Apple Dev test suite (254 passed)
  • Hermes export and compatibility validation
  • Socket metadata validation
  • configured root mypy check
  • root test suite (88 passed, 1 skipped)

Signed-off-by: Gale W <mail@galewilliams.com>
@gaelic-ghost gaelic-ghost merged commit 03bc16f into main Jul 14, 2026
1 check passed
@gaelic-ghost gaelic-ghost deleted the plugin/apple-extension-workflows branch July 14, 2026 19:03
@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@gaelic-ghost, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 55 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ae721f08-3651-4129-a7ab-b645180ff099

📥 Commits

Reviewing files that changed from the base of the PR and between 6a582f1 and 2e0b8bb.

📒 Files selected for processing (76)
  • docs/maintainers/hermes-compatibility.md
  • plugins/apple-dev-skills/.codex-plugin/plugin.json
  • plugins/apple-dev-skills/.github/scripts/sync_shared_snippets.sh
  • plugins/apple-dev-skills/.github/scripts/validate_repo_docs.sh
  • plugins/apple-dev-skills/AGENTS.md
  • plugins/apple-dev-skills/README.md
  • plugins/apple-dev-skills/ROADMAP.md
  • plugins/apple-dev-skills/docs/maintainers/app-extension-workflows-plan.md
  • plugins/apple-dev-skills/docs/maintainers/customization-consolidation-review.md
  • plugins/apple-dev-skills/skills/app-extension-architecture-workflow/SKILL.md
  • plugins/apple-dev-skills/skills/app-extension-architecture-workflow/agents/openai.yaml
  • plugins/apple-dev-skills/skills/app-extension-architecture-workflow/references/customization-flow.md
  • plugins/apple-dev-skills/skills/app-extension-architecture-workflow/references/customization.template.yaml
  • plugins/apple-dev-skills/skills/app-extension-architecture-workflow/references/entitlements-shared-containers-and-data-flow.md
  • plugins/apple-dev-skills/skills/app-extension-architecture-workflow/references/extension-points-targets-and-lifecycle.md
  • plugins/apple-dev-skills/skills/app-extension-architecture-workflow/references/privacy-validation-signing-and-distribution.md
  • plugins/apple-dev-skills/skills/app-extension-architecture-workflow/references/snippets/apple-xcode-project-core.md
  • plugins/apple-dev-skills/skills/app-extension-architecture-workflow/scripts/customization_config.py
  • plugins/apple-dev-skills/skills/file-provider-and-finder-sync-workflow/SKILL.md
  • plugins/apple-dev-skills/skills/file-provider-and-finder-sync-workflow/agents/openai.yaml
  • plugins/apple-dev-skills/skills/file-provider-and-finder-sync-workflow/references/customization-flow.md
  • plugins/apple-dev-skills/skills/file-provider-and-finder-sync-workflow/references/customization.template.yaml
  • plugins/apple-dev-skills/skills/file-provider-and-finder-sync-workflow/references/file-provider-synchronization.md
  • plugins/apple-dev-skills/skills/file-provider-and-finder-sync-workflow/references/finder-sync-boundaries.md
  • plugins/apple-dev-skills/skills/file-provider-and-finder-sync-workflow/references/privacy-validation-and-recovery.md
  • plugins/apple-dev-skills/skills/file-provider-and-finder-sync-workflow/references/snippets/apple-xcode-project-core.md
  • plugins/apple-dev-skills/skills/file-provider-and-finder-sync-workflow/scripts/customization_config.py
  • plugins/apple-dev-skills/skills/mailkit-workflow/SKILL.md
  • plugins/apple-dev-skills/skills/mailkit-workflow/agents/openai.yaml
  • plugins/apple-dev-skills/skills/mailkit-workflow/references/customization-flow.md
  • plugins/apple-dev-skills/skills/mailkit-workflow/references/customization.template.yaml
  • plugins/apple-dev-skills/skills/mailkit-workflow/references/mailkit-capabilities-and-handler-boundaries.md
  • plugins/apple-dev-skills/skills/mailkit-workflow/references/privacy-security-and-validation.md
  • plugins/apple-dev-skills/skills/mailkit-workflow/references/snippets/apple-xcode-project-core.md
  • plugins/apple-dev-skills/skills/mailkit-workflow/scripts/customization_config.py
  • plugins/apple-dev-skills/tests/test_app_extension_workflows.py
  • plugins/apple-dev-skills/tests/test_apple_developer_provisioning_workflow.py
  • plugins/apple-dev-skills/tests/test_arkit_spatial_face_body_workflows.py
  • plugins/apple-dev-skills/tests/test_camera_capture_depth_workflow.py
  • plugins/apple-dev-skills/tests/test_customization_consolidation_review.py
  • plugins/apple-dev-skills/tests/test_devicecheck_app_attest_workflow.py
  • plugins/apple-dev-skills/tests/test_imaging_foundation_workflows.py
  • plugins/apple-dev-skills/tests/test_photos_library_editing_workflow.py
  • plugins/apple-dev-skills/tests/test_tipkit_workflow.py
  • plugins/apple-dev-skills/tests/test_video_codec_processing_workflow.py
  • plugins/apple-dev-skills/tests/test_vision_recognition_workflows.py
  • plugins/apple-dev-skills/tests/test_xcode_localization_workflow.py
  • scripts/export_hermes_skills.py
  • skills.sh.json
  • skills/app-extension-architecture-workflow/SKILL.md
  • skills/app-extension-architecture-workflow/agents/openai.yaml
  • skills/app-extension-architecture-workflow/references/customization-flow.md
  • skills/app-extension-architecture-workflow/references/customization.template.yaml
  • skills/app-extension-architecture-workflow/references/entitlements-shared-containers-and-data-flow.md
  • skills/app-extension-architecture-workflow/references/extension-points-targets-and-lifecycle.md
  • skills/app-extension-architecture-workflow/references/privacy-validation-signing-and-distribution.md
  • skills/app-extension-architecture-workflow/references/snippets/apple-xcode-project-core.md
  • skills/app-extension-architecture-workflow/scripts/customization_config.py
  • skills/file-provider-and-finder-sync-workflow/SKILL.md
  • skills/file-provider-and-finder-sync-workflow/agents/openai.yaml
  • skills/file-provider-and-finder-sync-workflow/references/customization-flow.md
  • skills/file-provider-and-finder-sync-workflow/references/customization.template.yaml
  • skills/file-provider-and-finder-sync-workflow/references/file-provider-synchronization.md
  • skills/file-provider-and-finder-sync-workflow/references/finder-sync-boundaries.md
  • skills/file-provider-and-finder-sync-workflow/references/privacy-validation-and-recovery.md
  • skills/file-provider-and-finder-sync-workflow/references/snippets/apple-xcode-project-core.md
  • skills/file-provider-and-finder-sync-workflow/scripts/customization_config.py
  • skills/mailkit-workflow/SKILL.md
  • skills/mailkit-workflow/agents/openai.yaml
  • skills/mailkit-workflow/references/customization-flow.md
  • skills/mailkit-workflow/references/customization.template.yaml
  • skills/mailkit-workflow/references/mailkit-capabilities-and-handler-boundaries.md
  • skills/mailkit-workflow/references/privacy-security-and-validation.md
  • skills/mailkit-workflow/references/snippets/apple-xcode-project-core.md
  • skills/mailkit-workflow/scripts/customization_config.py
  • tests/test_validate_hermes_compatibility.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch plugin/apple-extension-workflows

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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

Copy link
Copy Markdown

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: 2e0b8bb476

ℹ️ 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".

@@ -0,0 +1 @@
../../safari-extension-control-workflow/scripts/customization_config.py No newline at end of 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 Give each workflow its own customization helper

This symlink makes the new app-extension workflow run the Safari extension customization helper; because that helper uses Path(__file__).resolve() and hard-codes SKILL_NAME = "safari-extension-control-workflow", path, effective, apply, and reset operate on Safari's template/config instead of this workflow's state. The MailKit and File Provider/Finder Sync helpers added in this commit point to the same target, so users customizing any of the new workflows will overwrite/read Safari customization rather than the selected skill.

Useful? React with 👍 / 👎.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant