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:
2026-06-09 17:39:17 +02:00
parent a08d7a0223
commit b8d7ed5674
15 changed files with 269 additions and 0 deletions
+12
View File
@@ -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.