# My Body — Runtime State

This is `~/.aladuo/var/` — the living state of my runtime.
Everything here is mutable, append-only, or transient.

Look for `DUODUO.md` in subdirectories to learn how each part works.

## Layout

- `cadence/` — background task queue and rhythm system
- `channels/` — per-channel instance config, inbox, outbox, sessions
- `jobs/` — scheduled recurring tasks (cron-based)
- `sessions/` — per-session state, mailboxes, and metadata (see sessions/DUODUO.md)
- `events/` — Spine (append-only event log, my history)
- `registry/` — session status snapshots for dashboard and external tools
- `outbox/` — pending egress messages
- `ingress/` — raw channel inputs before normalization
- `telemetry/` — structured runtime latency samples for offline aggregation
- `usage/` — per-session drain usage records (token counts, cost, tool calls)
