DD-338 Phase C Wave 5 Python catalog flips — apple-messages + apple-reminders#27
Merged
Conversation
…eminders Flip granularity.audit_surface: minimal → structured on 9 multi-record read tools across the apple-messages and apple-reminders Python blade-mcps: apple-messages-blade-mcp (0.1.1 → 0.2.0): - messages_chats, messages_messages, messages_recent, messages_search, messages_contacts, messages_attachments apple-reminders-blade-mcp (0.1.2 → 0.3.0): - reminders_items, reminders_search, reminders_due reminders_search keeps scope_filtering: client-side per Phase 0 divergence #1 (AppleScript enumerates all reminders then filters by title substring — genuine over-fetch). messages_unread and reminders_lists stay at audit_surface: minimal per OQ-5 PRIMARY lock (already-fully-returned personal data; no filter; trivial envelope adds zero contract value). Paired with the substrate PRs landing the actual `_meta` envelope emission in each blade. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
Catalog-side flip for the DD-338 Phase C Wave 5 Python sub-cohort: 9 multi-record read tools across two Apple Python blade-mcps move
granularity.audit_surface: minimal → structured.apple-messages-blade-mcp (0.1.1 → 0.2.0)
messages_chats·messages_messages·messages_recent·messages_search·messages_contacts·messages_attachmentsapple-reminders-blade-mcp (0.1.2 → 0.3.0)
reminders_items·reminders_search·reminders_dueHeld at minimal
messages_unreadandreminders_listsstay ataudit_surface: minimalper OQ-5 PRIMARY lock (already-fully-returned personal data; no filter; trivial envelope adds zero contract value).scope_filtering preserved
reminders_searchkeepsscope_filtering: client-sideper Phase 0 divergence #1 — AppleScript enumerates all reminders then filters by title substring (genuine over-fetch).Test plan
python -c "json.load(open(...))"— both files parsejsonschema.validateagainstschemas/catalog-entry.schema.json— VALIDRelated
2026-05-23-dd-338-c-w5-apple-python.md🤖 Generated with Claude Code