The APX CLI Is a Daily Loop, Not a Dashboard APX CLI is designed as a small daily loop rather than a comprehensive dashboard, maintaining a clear boundary between portable context (APC) and local runtime (APX). The developer advocates for a focused workflow using commands like `apx status`, `apx memory reviewer`, and `apx messages tail` to keep context drift under control. The easiest way to use APX is also the one that keeps APC honest: treat the CLI as a small daily loop, not as a giant control panel. That matters because the split between APC and APX is the whole design. APC is the portable context layer in the repo. APX is the local runtime and tooling layer on the machine. If you try to make the CLI hold everything, the boundary gets fuzzy fast. If you keep the CLI focused, the boundary stays useful. My rule is simple: That loop sounds boring. It is also what keeps context drift under control. A project becomes an APX project when it has AGENTS.md and .apc/project.json , then you register it with APX. apx init apx project add . From there, the repo stays portable. The committed .apc/ tree holds the project contract: agents, skills, MCP hints, and project config. APX keeps runtime state local under ~/.apx/projects/