Running an an LLM wiki for a team...
Trying to work out the best way to run the Karpathy like LLM wiki for a team, not just solo, and want to see how people are actually doing it. Solo is relatively simple: raw folder in, Claude builds a linked wiki out, plus an index and a log. No vector DB, just markdown. Where it gets interesting is a team, say five people in a sales operation all feeding and querying the same brain. How are you handling the shared vault? One person owning the ingest to keep the structure clean, or everyone in at once? Git repo, Obsidian Sync, something else? Keen to hear what's actually holding up in practice. Thanks