Markdown 26 lines
---
description: Search eeco's knowledge layer with a deterministic, no-AI-spend ranked search over memory and project knowledge. Flags --limit N, --json.
argument-hint: "[query] [--limit N] [--json]"
---
Run eeco's knowledge search for the user's query.
Use the Bash tool to run:
```
eeco ask $ARGUMENTS
```
`eeco ask` runs a deterministic ranked search over memory facts and project
knowledge. No AI call is made and nothing is sent anywhere — it is a local,
zero-spend lookup. Read the ranked results and use them to answer the user.
Notable flags you can pass through `$ARGUMENTS`:
- `--limit N` — cap results at N (default 10).
- `--json` — emit results as JSON.
If the command fails because `eeco` is not found, tell the user the plugin
requires the `eeco` binary on `PATH` and point them to the install instructions
at https://github.com/ajhahnde/eeco — do not attempt to install it yourself.