Files
cleveragents-core/features
HAL9000 7ab95a8641 fix(acms): wire PlanExecutionACMSIntegration into plan execution engine
Wire PlanExecutionACMSIntegration into PlanExecutor and RuntimeExecuteActor
via dependency injection. PlanExecutor now accepts an optional acms_integration
parameter and passes it to RuntimeExecuteActor, which uses it to assemble
context via ACMS policies before LLM calls instead of passing raw file dumps.

Added BDD tests verifying the DI wiring and context assembly integration.
Updated CHANGELOG to document the plan execution engine integration.

ISSUES CLOSED: #9584
2026-06-17 23:15:50 -04:00
..