fix(inbox): require exhaustive Gmail sweep manifests - #16
Merged
Conversation
The binary smoke test pins the CLI help contract; update its expected source:record-run line to the file-backed signature introduced in this branch. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
dshipper
added a commit
that referenced
this pull request
Sep 11, 2026
Native meeting readers (Codex and Claude CLI adapters on a frozen packet), blind card comparisons with feedback preserved in native events and Compound, reading-feed engagement recording, and verified PNG image sharing bound into approval digests. Branch was updated from main twice today: lockfile taken from main (#20), actionDigest now binds both the source mailbox (#22) and image attachments, AGENT_CONTRACT row kept from #16, smoke-script contract line kept, and the #24 cleanup-conflict guard kept alongside the widened verifyApprovedAction result type. Verified: CI green (build/test/smoke, Supabase, iOS) on the updated head; local run with Bun 1.3.11 passed (417 tests).
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.
Problem
Gmail's message-search endpoint can stop paginating while still omitting Inbox mail. In the reported sweep, the Inbox label exposed 112 message IDs, while search omitted 17 messages across 10 conversations. Tend's prior source-run contract could checkpoint that incomplete search universe.
Fix
gmail_search_email_ids(query: "", label_ids: ["INBOX"]).Verification
pnpm check(219 passed, 1 opt-in local Supabase test skipped)pnpm build