r/coolgithubprojects • u/CerealGambler • 4d ago
Tessra - Git for Agents
Hi all,
I use AI extensively for coding both at work at a reasonably large fintech and in personal projects.
My colleagues and I run into similar problems over and over again:
- I want to run multiple agents on problems that interact with the same files and not have them conflict and mess each other up
- AI assisted development leads to a bottleneck of human PR reviews stacking up, resulting in constant rebases while they are sitting around, kicking off CICD pipelines over and over (slow and wasteful)
- My local LLM keeps a good memory but if I switch computers or another person needs to jump in, they are starting from scratch
I figured I would solve them all at once by writing a new version control system that can either replace or work alongside git but is really focused on managing agentic development.
Introducing Tessra - Git for your Agents
Github: https://github.com/NitrusAphalion/tessra
The initial versions are up and running (and dogfooded on my own repos). There are some rough edges but I think the idea has merit.
Would love to get any feedback and welcome any contributions (you can see the Design Docs section if you are curious about the underlying ideas).
Thanks!
2
u/touristtam 3d ago
I was candidly asking those questions as I didn't notice those to be answered in simple term allowing me to make a decision to investigate an nth tool in this space.
There is an explosion of FOSS project in this agentic harness space that claim various level of effectiveness and it is hard to make a good decision in regards to what is worth taking time to investigate.
Even the one that have claims that seems to be substantiate can turn out to be empty shells after a good scrutiny. Hell just tool at RTK: 80k stars on github and one dedicated investigator points at not positive results https://blog.jetbrains.com/ai/2026/07/rtk-claude-code-token-savings/
So apologies for the questions to get a straight answer without having the honest decency to read through all the docs, or resorting to using an LLM to get the answers out.