Map verify-context101 to unified Google add-source (#93) - #94
Merged
Merged
Conversation
jginorio
marked this pull request as ready for review
September 20, 2026 04:00
After #93, recipes treat Google as one row with paste-URL as the default verify path. Live Drive picker is optional/skip when picker-config is unconfigured. Do not submit Connect / Add Google file. Co-authored-by: Jaime Ginorio <jaime.ginorio@finditpr.com>
Paste remains the default verify path. When pickerConfigured is true, Connect Google account is visible — still do not click it. Co-authored-by: Jaime Ginorio <jaime.ginorio@finditpr.com>
Rebased onto main after the CLI secret-merge landed. Operator flow keeps omit-or-empty preserves existing picker fields. Co-authored-by: Jaime Ginorio <jaime.ginorio@finditpr.com>
cursor
Bot
force-pushed
the
cursor/verify-google-picker-2b3e
branch
from
September 20, 2026 04:02
88c999e to
f303048
Compare
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
PR #93 unified Add source behind one Google row (Drive picker + paste-URL fallback). The verify map needed a dedicated maintain pass so a cold agent drives that UX — not Docs / Sheets / Slides paste forms — and does not submit Connect.
What changed
Skill-only (
.cursor/skills/verify-context101/):Or paste a link) is the default verify path. Live Drive picker is optional/skip whenGET /api/connectors/google/picker-confighaspickerConfigured: false. Do not click Connect Google account / Browse Google Drive / Add Google file.SKILL.mdplus sources / connector-contract / github-source.features/README.md.No product code.
Rebased onto latest
mainafter #95. Operator flow keeps the CLI picker-key merge note (--picker-api-key/--picker-app-id; omit or empty preserves existing SM values).Changelog
connectors setup googlepicker fields merge; no new feature file./aboutMCP env; Remove leftover MARKETING_URL plumbing after site/ deletion #85 marketing URL strip.Verify
Default recipes still do not provision brains, Refresh now, or submit Add a source.
Driven this pass (no connector created):
GET /api/connectors/google/picker-config→{ oauthConfigured: false, pickerConfigured: false }(booleans only). Live Drive picker skipped.