diff options
| author | 2025-11-15 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-15 00:00:00 +0000 | |
| commit | 296beb1bdbc8eea53b7eabac58bb1b9e34036878 (patch) | |
| tree | e00de12028335d5ad154ae0ebbca472a852b1012 | |
| parent | State lineage better (diff) | |
| signature | ||
Scope
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,10 @@ We intend for repository objects to be freely usable across goroutines, which may enable long-running applications such as forges to keep a pool of recently used repos (including their `.idx` and `.pack` cache) for rapid access. +There is no specific plan for features yet, but we'll initially focus on +developing what forges like [Villosa](https://codeberg.org/lindenii/villosa) and +[tangled](https://tangled.org/@tangled.org/core)requires. + We currently do not intend to support flexible storage backends such as [storers in go-git](https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer); a standard UNIX-like filesystem with |
