converge-application 0.1.1

Converge distribution - packages domain packs, providers, and runtime into a deployable product
# AGENTS - converge-application

Short entrypoint for agent work. Load deeper docs only when needed.

## Quick Start

- Read `README.md`
- Commands: `just --list`, `just test`, `just check`
- Single test: `cargo test test_name`

## Load On Demand

- Shared workflow: `../docs/agent/workflow.md`
- Rust commands/style/testing: `../docs/agent/rust.md`
- Repo command map: `Justfile`

## 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)