feat(figma): add source API integration - #327
Merged
Merged
Conversation
siisee11
enabled auto-merge (squash)
July 27, 2026 07:23
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
onequery-landing | 9665060 | Commit Preview URL Branch Preview URL |
Jul 27 2026, 07:25 AM |
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.
One-Line Summary
Connect Figma as a read-only source and prepare implementation-ready design context from selected frames.
User-Facing Changes
fetch_apifor read-only Figma REST API requests.prepare_design_contextto bundle node data, renders, image fills, and optional local variables.Why This Changed
Figma designs could not be connected through the shared source API surface, so agents had no product-level credential storage or reusable operation for gathering the data needed to implement a selected frame.
How It Changed
figmacredential schema and provider catalog entry.https://api.figma.com.Extra Context / Decisions (Optional)
Verification
bun run typecheckbun run buildbun run testbunx turbo test --filter @onequery/ui --filter @onequery/landingbunx turbo typecheck --filter @onequery/ui --filter @onequery/landinggit ls-files ... | xargs oxlint --type-aware --type-check(changed files pass; full tracked-file run only reports pre-existing deprecations inlinear.ts)git ls-files ... | xargs oxfmt --checkONEQUERY_PGLITE_DIR=... bun run knip(no Figma findings; existing repository findings remain)Video / Screenshot (Optional)