mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-08 02:03:34 +08: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user