Context management
ACP context management spans more than prompt text. It includes thread history, project scope, computer state, attached files, selected agent behavior, and the decisions you make about continuation versus reset.
Think in context layers
ACP context comes from multiple layers at once: project, thread, computer, agent, files, and runtime state. Good context management means being explicit about which of those layers a run should inherit.
Control context size and relevance
The best ACP workflows give agents enough state to act without drowning them in stale or irrelevant history. That means deciding when to continue, when to fork, and when to start a clean thread or computer.
Use context as an operational primitive
Context management in ACP is part of system design. It influences cost, execution quality, safety, and how easily work can be resumed or audited later.