From dafc9bcd6049d1f7e70a96a5f897321cc8f46c8e Mon Sep 17 00:00:00 2001 From: Anurag Saxena Date: Thu, 26 Mar 2026 17:35:00 -0400 Subject: [PATCH] Update research/ecc2-codebase-analysis.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- research/ecc2-codebase-analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research/ecc2-codebase-analysis.md b/research/ecc2-codebase-analysis.md index 7113fd18..1fd72831 100644 --- a/research/ecc2-codebase-analysis.md +++ b/research/ecc2-codebase-analysis.md @@ -163,7 +163,7 @@ The codebase follows ratatui conventions well: | Dashboard file exceeds 1500 lines (projected) | High | Medium | At 1,273 lines currently (Section 2); extract panes into modules before it grows further | | SQLite lock contention | Low | High | DbWriter pattern already handles this | | No agent diversity | Medium | Medium | Pluggable agent support | -| Stale `git2` dependency | Low | Low | Remove from Cargo.toml | +| SQLite lock contention | Low | High | DbWriter pattern already handles this | ---