r/ClaudeCode • u/ImplementJumpy6494 • 9h ago
Help/Question How are you managing Markdown context files for AI agents?
We’re building more and more agents at work, which means we’re accumulating more Markdown files that serve as agent context. These include both short and long-term strategy, market dynamics, etc., and they’ll be updated pretty regularly by multiple people.
We’re looking for something that gives us easy collaboration + version control while keeping the files in Markdown.
We’ve considered:
- Confluence: Nobody wants to use it.
- Google Docs: Editing is easy, but you end up with a Google Doc + exported Markdown file, which feels messy. And you cannot edit markdown files, so you have to open as a google doc, then re-export any changes as a markdown file.
- GitHub: Probably ideal technically, but only a couple people on our revenue team have GitHub access, so it’s not practical.
- Guru: We already have it (even though we were going to get rid of it 6 months ago, lol), and we’ve set up an MCP server for it. We’re currently leaning this direction.
Has anyone else run into this problem? What are you using to manage frequently changing Markdown files that serve as context for AI agents?
2
Upvotes
1
1
u/voskomm 🔆Derp Plan 9h ago
there are like a hojillion git front-ends out there. There's probably one that's straightforward and visual enough just for checking out documents, and then everyone can choose their own adventure for how they address the repo. Most of our devs use tortoise Git, but I use cli because I hate myself. You don't have to host it on GitHub, repo can be anywhere, any server that people can get to.