Conversation
… api accesses for metadaqa
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
byrro
reviewed
Feb 12, 2026
byrro
reviewed
Feb 12, 2026
byrro
approved these changes
Feb 13, 2026
sdserranog
approved these changes
Feb 13, 2026
fixing the links in the framework overvieww to link to the appropriate pages Co-authored-by: Rachel Lee Nabors <nearestnabors@users.noreply.github.com>
* Add CLAUDE.md for Claude Code onboarding Provides project overview, build commands, architecture map, content authoring guidelines, and key config file references so Claude Code can assist effectively in this repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Update CLAUDE.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Address PR review feedback on CLAUDE.md - Rename heading from redundant "CLAUDE.md" to "Arcade Docs" - Remove nonexistent app/es/ and app/pt-BR/ directories - Replace hardcoded framework/Node versions with references to source files - Add instruction to never bypass pre-commit hooks - Add Code Quality section forbidding lint/TS suppression comments - Remove LLM-Aware Features section (not useful for Claude Code) - Add missing config files (tsconfig, components.json, postcss) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Force preferred locale to English for now Co-authored-by: Teal Larson <LARSON.TEAL@GMAIL.COM> * Redirect non-English locale paths to English --------- Co-authored-by: Cursor Agent <cursoragent@cursor.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.
Note
Medium Risk
Touches request-routing and redirects in
middleware.ts/next.config.ts, so misconfigurations could break locale URLs or cause redirect loops; the rest is doc/nav data churn with low runtime risk.Overview
Toolkit docs generation/navigation: Updates the GitHub Action to run
sync-toolkit-sidebar.tswith--prune --verboseso removed categories/toolkits are cleaned up during automated docs refresh.Docs IA + routing changes: Removes the
resources/integrations/otherssection (including generated pages/meta) and adds a non-permanent redirect from/.../integrations/others/*back to/.../integrations. Middleware now always resolves locale toenand redirects any/esor/pt-BRpaths to their English equivalents.Content + metadata updates: Refreshes agent framework cards to point at new
/en/get-started/...routes, updates Figma auth-provider links to thedevelopment/figmaintegration, skipsdevelopers.google.comin external URL tests, and sets HubSpot toolkit JSONauth.providerIdfields tohubspot(previouslynull).Written by Cursor Bugbot for commit 6ccd81a. This will update automatically on new commits. Configure here.