ecc2/README.md
ecc2/ is the current Rust-based ECC 2.0 control-plane scaffold.
It is usable as an alpha for local experimentation, but it is not the finished ECC 2.0 product yet.
ECC 2.0 is the layer above individual harness installs.
The goal is:
This directory should be treated as:
Open issue clusters for the broader roadmap live in the main repo issue tracker under the ecc-2.0 label.
From the repo root:
cd ecc2
cargo run
Useful commands:
# Launch the dashboard
cargo run -- dashboard
# Start a new session
cargo run -- start --task "audit the repo and propose fixes" --agent claude --worktree
# List sessions
cargo run -- sessions
# Inspect a session
cargo run -- status latest
# Stop a session
cargo run -- stop <session-id>
# Resume a failed/stopped session
cargo run -- resume <session-id>
# Run the daemon loop
cargo run -- daemon
cd ecc2
cargo test
The alpha is missing the higher-level operator surface that defines ECC 2.0:
Do not market ecc2/ as done just because the scaffold builds.
The right framing is: