I'm a recent convert from Claude Code, where I use /add-dir pretty heavily to give the LLM access to related directories. For example I mostly work on @crossplane, which is a Go project. It's built using the crossplane-runtime library, which is a separate repo and thus checked out in a separate dir. Sometimes it helps the LLM have access to that directory to learn something about how the library works.
I couldn't find any way to do something like this in Crush.
I'm a recent convert from Claude Code, where I use
/add-dirpretty heavily to give the LLM access to related directories. For example I mostly work on @crossplane, which is a Go project. It's built using the crossplane-runtime library, which is a separate repo and thus checked out in a separate dir. Sometimes it helps the LLM have access to that directory to learn something about how the library works.I couldn't find any way to do something like this in Crush.