mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 20:23:36 +00:00
- Create facade.ts with per-project factory pattern - Implement all 23 public methods from RESEARCH.md inventory: - Auto loop control: startAutoLoop, stopAutoLoop, isAutoLoopRunning, getAutoLoopConfig - Feature execution: executeFeature, stopFeature, resumeFeature, followUpFeature, verifyFeature, commitFeature - Status queries: getStatus, getStatusForProject, getActiveAutoLoopProjects, getActiveAutoLoopWorktrees, getRunningAgents, checkWorktreeCapacity, contextExists - Plan approval: resolvePlanApproval, waitForPlanApproval, hasPendingApproval, cancelPlanApproval - Analysis/recovery: analyzeProject, resumeInterruptedFeatures, detectOrphanedFeatures - Lifecycle: markAllRunningFeaturesInterrupted - Use thin delegation pattern to underlying services - Note: followUpFeature and analyzeProject require AutoModeService until full migration