feat: add 15 commands from fuji — cart, index, issue, pass, receive, recall, remember, search, status, summary, plan, work, why, insight, ask
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
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 <query...>` → call `index_search` with `query=<rest>`.
|
||||
- `docs <query...>` → call `index_search` with `query=<rest>`.
|
||||
- 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.
|
||||
Reference in New Issue
Block a user