shithub: furgit

Download patch

ref: dc634ee5daef8268203b26c1b14ab59c11f7f59c
parent: 5eb07f6e0817d77fbe980d40168ee3e1998285e6
author: Runxi Yu <me@runxiyu.org>
date: Sat Mar 7 17:40:13 EST 2026

README: Flatten features section

--- a/README.md
+++ b/README.md
@@ -19,13 +19,8 @@
 * Prioritize APIs for forges and other server-side uses first
 * Aim for clear architecture then high performance
 
-## Features
+## Implemented
 
-Succinct ideas of the areas that we lack.
-Some may be a few minutes of work, others may be months.
-
-### Implemented
-
 * Parsing configs
 * Object ID and hash algorithms (SHA-256, SHA-1)
 * Object type enums
@@ -72,7 +67,7 @@
 * Receiving
 * Hooks (functions, not files)
 
-### Planned
+## Planned
 
 * Fetching
 * Verify pack
--