Skip to content

docs(wix-headless): state docs-search API is tried before web search#300

Open
gonengar wants to merge 1 commit into
mainfrom
docs/docs-search-api-first
Open

docs(wix-headless): state docs-search API is tried before web search#300
gonengar wants to merge 1 commit into
mainfrom
docs/docs-search-api-first

Conversation

@gonengar

Copy link
Copy Markdown
Contributor

Problem

Agents in the wix-headless skill default straight to WebSearch for Wix API lookups instead of the docs-search REST API, because nothing states the precedence.

Fix

One tiny line in references/shared/DOCS_SEARCH.md making the lookup order explicit:

Lookup order for any Wix API: bundled references → docs-search API → WebSearch.

Web search stays allowed — it's just a fallback after the docs-search API, per the requested behavior.

Scope

Single line, single file (source only). The plugins/wix/ mirror is left to the existing chore: sync process. The broken SDK_KB_ID value is fixed separately in #299.

🤖 Generated with Claude Code

Agents were defaulting straight to WebSearch for Wix API lookups. Add a
one-line lookup-order note to DOCS_SEARCH.md making the precedence
explicit: bundled references -> docs-search API -> WebSearch. Web search
stays allowed, just as a fallback after the docs-search API.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant