Not Every Memory Belongs in APC

A lot of agent setups fail for the same reason: they treat all memory as one bucket.

That is not what APC and APX are trying to do.

APC is the portable context layer. It should keep only durable project facts that are safe to share, review, and commit.

APX is the daily runtime layer. It should keep local agent memory, cross-channel recall, sessions, and other runtime state outside the repo.