converge-remote 0.1.2

Converge runtime driver - connects to converge-runtime via gRPC
# AGENTS - converge-remote

Start here for tasks in this repo. Keep this file short; load details just-in-time.

## Quick Start

- Run: `cargo test`
- Single test: `cargo test test_name`
- Run before handoff: `cargo fmt -- --check && cargo clippy --all-targets --all-features -- -D warnings && cargo test`

## Load On Demand

- Shared workflow: `../docs/agent/workflow.md`
- Rust commands/style/testing: `../docs/agent/rust.md`
- Repo manifests: `Cargo.toml`

## Local Rules

- If present, load `.cursorrules`, `.cursor/rules/`, and `.github/copilot-instructions.md`

## Version Control

- Use `jj` for day-to-day operations (commits, branches, status, log)
- Fall back to `git` only when `jj` cannot handle it (e.g. specific remote operations)