๐ณ What is issutree?
issutree is a simple, merge-safe, offline-friendly issue tracking system that lives entirely inside your Git repo. Just like Git, it works offline, syncs via branches, and avoids central servers.
๐ ๏ธ How it works
- Each issue is a folder in
.issues/
- Metadata like title, labels, status are stored in simple text files
- Comments are markdown files
- Conflicts are avoided by splitting data into atomic files
๐ฏ Goals
- Git-first, zero-infrastructure
- Merge-safe design with no conflicts
- Offline-first collaboration
- CLI + Web-friendly
๐งช Coming soon
A CLI tool to manage issues is in development.