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
LLMs work best with references. If you're like me, every project has loose repositories lying around half a dozen places because some LLM needed it.
3
14
4
15
Instead, keep a cache of such repositories and use `dotllm` to link them to `.llm`. Check in `.llm/dotllm.json`, and a simple `dotllm sync` will restore all of your references.
@@ -9,7 +20,7 @@ bun install -g @spader/dotllm
9
20
```
10
21
11
22
# usage
12
-
Register a repository (by HTTPS, SSH, or path)
23
+
Register a repository (by HTTPS, SSH, or local path)
0 commit comments