docs(search): relocate /search setup to docs and fix dead URLs#170
Merged
Conversation
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.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.
Summary
/searchDocker setup out of the README "Getting Started" flow into a new## Setupsection at the top ofdocs/agentic-search.md(anchor:#setup). Adds an inline roadmap note that out-of-box/search(native sidecar or bundled images) is planned, but today still requires cloning the repo.#step-2-setup-the-search-sandbox-...everywhere it was linked:SandboxSetupCard.tsx(frontend setup-guide button),SandboxSetupCard.test.tsx(test assertion),src-tauri/src/search/types.rs(SandboxUnavailableuser-facing error message). All now point todocs/agentic-search.md#setup.src/config/commands.ts(generator source) so the/searchlimit prose links to the new setup anchor, and regeneratesdocs/commands.mdviabun run generate:commands. ThecommandArtifacts.test.tsparity gate is preserved.Test plan
bun run validate-buildpasses with zero warnings / errorsbun run test:all:coveragepasses; line coverage remains at 100%bun run generate:commandsis idempotent (regenerated output is byte-identical to the committeddocs/commands.md)Generated from/@generated/DO NOT EDIT); onlydocs/commands.mdcarries the marker/searchpre-flight in the app with the sandbox stopped and click the "Setup Guide" link in the offline card — confirm it opensdocs/agentic-search.md#setupin the browser