Update research/ecc2-codebase-analysis.md

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Anurag Saxena
2026-03-26 17:34:50 -04:00
committed by GitHub
parent f471f27658
commit 2d0fddf174

View File

@@ -123,7 +123,7 @@ The untested modules are the ones doing I/O (spawning processes, writing to SQLi
### P0 — Quick Wins
1. **Remove `git2` from `Cargo.toml`** — unused dependency, reduces build time and binary size.
2. **Add environment variable support to `Config::load()`**`ECC_DB_PATH`, `ECC_WORKTREE_ROOT`, `ECC_DEFAULT_AGENT`. Standard practice for CLI tools.
2. **Add environment variable support to `Config::load()`**`ECC_DB_PATH`, `ECC_WORKTREE_ROOT`, `ECC_DEFAULT_AGENT`. Standard practice for CLI tools.
### P1 — Feature Completions