Expand description
Filesystem path helpers for capo’s per-user agent directory.
Mirrors pi’s layout: ~/.capo/agent/ is the global app dir
(overridable via CAPO_AGENT_DIR), and everything else
(sessions, settings, auth, permissions) lives underneath.
Functions§
- agent_
dir - Resolve the per-user agent directory.
- agent_
dir_ with - Test seam: lookup env vars through a closure. Production calls
agent_dirwhich delegates toenv::var.