You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agents: name mgrep/rg/fd in the searching guidance (#303)
Folds concrete search-tool selection into the shared `searching`
fragment so consumers (including ix) inherit it:
semantic/natural-language questions go through `mgrep search -c
"<query>" <path>`, exact strings and symbols use `rg`, and known
file-path patterns use `fd` or a glob tool. Documents the flags an agent
actually reaches for (`-r`, `-m N`, `-a`, `-w`, `--agentic`, `-s`/`mgrep
watch`) based on the real `mgrep search` CLI surface.
This generalizes the ix-only "ix search invariants" note; ix keeps only
its repo-specific invariant (run mgrep from the main checkout) once it
picks this up via `nix flake update index`.
Regenerated `AGENTS.md` and `CLAUDE.md` via `nix run .#agents-md --
--write`.
0 commit comments