1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# IXCHEL AGENTS (ix-cli)

## Scope

Applies to the `apps/ix-cli/` crate.

## Guidelines

- Keep CLI “thin”: argument parsing + formatting only.
- No direct adapter usage; call into `ix-core` (domain) and `ix-app` (wiring).

## Commands

```bash
cargo test -p ix-cli
dprint fmt
```