Files
cleveragents-core/features
HAL9000 8b6799dcd0
CI / lint (pull_request) Failing after 35s
CI / helm (pull_request) Successful in 25s
CI / push-validation (pull_request) Successful in 23s
CI / quality (pull_request) Successful in 47s
CI / build (pull_request) Successful in 35s
CI / typecheck (pull_request) Failing after 1m7s
CI / security (pull_request) Successful in 1m11s
CI / unit_tests (pull_request) Failing after 1m5s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / integration_tests (pull_request) Failing after 11m43s
CI / status-check (pull_request) Failing after 3s
fix(cli): replace private _commit_plan calls with public save_plan API (PR #8661)
Resolve the SOLID principle violation where CLI layer accessed private
_lifecycle._commit_plan() method directly, breaking encapsulation. All
four CLI call sites and two PlanService call sites now use the public
save_plan() method which is designed as the intended persistence interface.

ISSUES CLOSED: #8628
2026-06-02 04:48:02 -04:00
..