Beagle, a source code management system that stores AST trees
Summary
Beagle is an experimental source code management system that stores AST trees instead of binary blobs, acting as a code-data hub on top of a key-value store ( RocksDB ). The project provides design rationale, a storage model, and usage examples, but remains early-stage and self-hosted. Useful for developers exploring alternative code storage and auditability approaches.