--- description: Hybrid search over indexed code or doc chunks --- The user invoked `/search` with arguments: `$ARGUMENTS` The first whitespace-delimited token selects the kind: - `code ` → call `index_search` with `query=`. - `docs ` → call `index_search` with `query=`. - Anything else (or empty) → default to `code` and use the entire `$ARGUMENTS` as the query. Paste the returned string verbatim — do not reformat, do not add narration.