Scaffold Rust Workspace #43

Closed
opened 2026-04-26 15:22:38 -04:00 by dohertj2 · 2 comments
Owner

Source: $file
Milestone: $currentMilestone

Labels: area:client-rust, type:infra, priority:p0

Deliverables:

  • clients/rust/Cargo.toml,
  • client crate,
  • CLI crate,
  • build.rs protobuf generation,
  • generated module organization.

Acceptance criteria:

  • cargo test runs,
  • generated code compiles,
  • MSVC linker works.
Source: $file Milestone: $currentMilestone Labels: `area:client-rust`, `type:infra`, `priority:p0` Deliverables: - `clients/rust/Cargo.toml`, - client crate, - CLI crate, - `build.rs` protobuf generation, - generated module organization. Acceptance criteria: - `cargo test` runs, - generated code compiles, - MSVC linker works.
dohertj2 added this to the clients-rust milestone 2026-04-26 15:22:38 -04:00
dohertj2 added the area:client-rusttype:infrapriority:p0 labels 2026-04-26 15:22:38 -04:00
dohertj2 added a new dependency 2026-04-26 15:28:41 -04:00
dohertj2 added a new dependency 2026-04-26 15:28:42 -04:00
Author
Owner

Worker 3 is taking this issue. Branch: agent-3/issue-43-scaffold-rust-workspace. Worktree: C:\Users\dohertj2\Desktop\mxaccessgw-agent-3.

Worker 3 is taking this issue. Branch: agent-3/issue-43-scaffold-rust-workspace. Worktree: C:\Users\dohertj2\Desktop\mxaccessgw-agent-3.
Author
Owner

Verified and merged by orchestrator in PR #90.

Implementation commit: ee88f9d647
Merge/update commit on branch: f049d3e434cfcdba9c9177dd5e909df4a0ec1fe5
Merge commit: 160343aff4
Branch: agent-3/issue-43-scaffold-rust-workspace

Independent verification:

  • C:\Users\dohertj2.cargo\bin\cargo.exe fmt --all --check
  • C:\Users\dohertj2.cargo\bin\cargo.exe test --workspace
  • C:\Users\dohertj2.cargo\bin\cargo.exe check --workspace
  • C:\Users\dohertj2.cargo\bin\cargo.exe clippy --workspace --all-targets -- -D warnings
  • dotnet build src\MxGateway.sln
  • dotnet test src\MxGateway.sln --no-build

Result: all checks passed (5 Rust tests; full suite 1 integration, 179 gateway, 114 worker).

Verified and merged by orchestrator in PR #90. Implementation commit: ee88f9d6470cbf9901ba7c73ea35c3336c3f6cca Merge/update commit on branch: f049d3e434cfcdba9c9177dd5e909df4a0ec1fe5 Merge commit: 160343aff444903be44cbc8e502c3a39d2a5cfbc Branch: agent-3/issue-43-scaffold-rust-workspace Independent verification: - C:\Users\dohertj2\.cargo\bin\cargo.exe fmt --all --check - C:\Users\dohertj2\.cargo\bin\cargo.exe test --workspace - C:\Users\dohertj2\.cargo\bin\cargo.exe check --workspace - C:\Users\dohertj2\.cargo\bin\cargo.exe clippy --workspace --all-targets -- -D warnings - dotnet build src\MxGateway.sln - dotnet test src\MxGateway.sln --no-build Result: all checks passed (5 Rust tests; full suite 1 integration, 179 gateway, 114 worker).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Reference: dohertj2/mxaccessgw#43