From 12112772c5401f4acda15cc2d230cd7900d1c1c7 Mon Sep 17 00:00:00 2001 From: argenis de la rosa Date: Sat, 14 Feb 2026 03:36:48 -0500 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20README=20stats=20=E2=80=94=208=20?= =?UTF-8?q?traits,=209=20subcommands,=2017,800+=20lines,=207=20lib=20modul?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22fbc99..b1021ae 100644 --- a/README.md +++ b/README.md @@ -335,8 +335,8 @@ cargo test --test memory_comparison -- --nocapture ``` src/ -├── main.rs # CLI (clap) — 10 subcommands -├── lib.rs # Library exports (8 modules) +├── main.rs # CLI (clap) — 9 subcommands +├── lib.rs # Library exports (7 modules) ├── agent/ # Agent loop + memory context injection │ ├── mod.rs │ └── loop_.rs @@ -422,7 +422,7 @@ tests/ └── memory_comparison.rs # SQLite vs Markdown benchmark ``` -**64 source files · 17,500 lines of Rust · 1,017 tests · 0 clippy warnings** +**64 source files · 17,800+ lines of Rust · 1,017 tests · 0 clippy warnings** ## License