mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 08:13:37 +00:00
The facade had stubs for runAgentFn that threw errors, causing feature execution to fail with "runAgentFn not implemented in facade". This fix wires both ExecutionService and PipelineOrchestrator runAgentFn callbacks to properly call AgentExecutor.execute() with: - Provider from ProviderFactory.getProviderForModel() - Bare model from stripProviderPrefix() - Proper AgentExecutorCallbacks for waitForApproval, saveFeatureSummary, etc. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>