From 646a8d22d2d22c313498555aba103708058b62b6 Mon Sep 17 00:00:00 2001 From: Roland Groza Date: Wed, 12 Aug 2026 14:53:50 +0900 Subject: [PATCH] docs: add a maturity caveat to the README State plainly that it is young, single-maintainer, and not independently reviewed, so readers set expectations before relying on it. Assisted-by: Claude:claude-opus-4-8 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index abe429f..ff4f32a 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,10 @@ modern **v2** (`git-protocol` header, the default since Git 2.26) and the legacy **v0/v1** advertisement — covering full clone, incremental delta fetch, and push rejection. +This is early, single-maintainer software: no independent review or wide +deployment yet. Pin a version and try it against your own setup before you +rely on it. + Not yet implemented, in rough priority order: - LRU disk eviction of idle mirrors (the cache currently grows unbounded).