From 8a51a77ecc4ca2c8555c28fa66aa8d4d9ccf07c5 Mon Sep 17 00:00:00 2001 From: Kacy Fortner Date: Thu, 5 Feb 2026 22:38:35 -0500 Subject: [PATCH] docs: add project status to readme adds status table showing current progress: - phases 1-3 complete - 49 commands implemented - 487 tests passing - ~6k lines of code --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7a8cbda7..339bac0b 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,18 @@ ember uses a shared-nothing, thread-per-core design inspired by [Dragonfly](http | p99 latency | ~1ms | <200ยตs | | memory/key | ~90 bytes overhead | <40 bytes | +## status + +| phase | description | status | +|-------|-------------|--------| +| 1 | foundation (protocol, engine, expiration) | โœ… complete | +| 2 | persistence (AOF, snapshots, recovery) | โœ… complete | +| 3 | data types (sorted sets, lists, hashes, sets) | โœ… complete | +| 4 | clustering (raft, gossip, slots) | ๐Ÿšง not started | +| 5 | developer experience (observability, CLI, clients) | ๐Ÿšง not started | + +**current**: 49 commands, 487 tests, ~6k lines of code + ## security see [SECURITY.md](SECURITY.md) for: