mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
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:
parent
f471f27658
commit
2d0fddf174
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ The untested modules are the ones doing I/O (spawning processes, writing to SQLi
|
||||||
|
|
||||||
### P0 — Quick Wins
|
### 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.
|
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
|
### P1 — Feature Completions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue