Bootstrap experimental Rust CLI crate (`crates/openagents-cli`) with core argument parsing #67
Evidence
1 pushes receipt
- AtlantisPleb opened this issue 1d ago
-
AtlantisPleb
closed this as completed in
e2da9bc1d ago -
A Author 1d ago Completed in commit
e2da9bc051. Scaffolding forcrates/openagents-cliadded to Cargo workspace with clap-derive argument parsing, async runtime, and tracing.
Objective
Create the initial experimental Rust CLI binary crate under
crates/openagents-cliin the workspace.Scope
crates/openagents-cliin Cargo workspace.clap(derive) supporting common subcommands (auth,identity,issue,project,repo,coder).tokioand tracing/logging infrastructure.openagents-all-work-contract,oa-node, etc.).