Bootstrap experimental Rust CLI crate (`crates/openagents-cli`) with core argument parsing #67

Closed AtlantisPleb opened this 1d ago 1 comment

Evidence

1 pushes receipt

Objective

Create the initial experimental Rust CLI binary crate under crates/openagents-cli in the workspace.

Scope

  • Scaffold crates/openagents-cli in Cargo workspace.
  • Setup CLI argument parser with clap (derive) supporting common subcommands (auth, identity, issue, project, repo, coder).
  • Setup async runtime via tokio and tracing/logging infrastructure.
  • Connect workspace crates (openagents-all-work-contract, oa-node, etc.).
  1. AtlantisPleb opened this issue 1d ago
  2. AtlantisPleb closed this as completed in e2da9bc 1d ago
  3. A AtlantisPleb Author 1d ago

    Completed in commit e2da9bc051. Scaffolding for crates/openagents-cli added to Cargo workspace with clap-derive argument parsing, async runtime, and tracing.

Sign in with GitHub to comment on this issue.