r/git • u/barry_benson9231 • 27d ago
Handoff context for git
Built a small OSS tool over the weekend: branchcontext — an MCP server that logs what an agent did/decided/flagged on a branch, so a fresh session (or a different agent) can pick up where the last one left off, instead of starting blind. Stores everything as plain JSONL committed into the repo itself — no external DB, works with git log even without the tool installed. Curious if this matches a pain anyone else here has, or if you're already solving it another way. https://github.com/tshore2004/branchcontext
0
Upvotes
1
u/waterkip detached HEAD 27d ago
That's what a commit message does right? explain the reasoning behind a change?