forked from cleveragents/cleveragents-core
2cb82f8acc
Implements M7 (v3.6.0) acceptance criterion: an end-to-end porting task completes autonomously using the full CleverAgents pipeline. Changes: - Add reproducible E2E porting task fixture (examples/actions/e2e-porting.yaml) with invariants, typed arguments, and supervised automation profile - Add E2EPortingService that ties together ACMS context assembly, plan lifecycle (Strategize → Execute → Apply), subplan decomposition, correction engine, and apply phase - Add validate_ported_output() for Python 3 syntax, type annotation, and Python 2 construct checks - Add _apply_stub_porting() deterministic Python 2→3 transformation for test path (no LLM required) - Add Behave BDD tests (features/e2e_porting_task.feature) covering fixture validation, action registration, plan lifecycle, output validation, and lifecycle observability - Add Robot Framework E2E acceptance test (robot/e2e/m7_e2e_porting.robot) covering all M7 acceptance criteria Closes #857