mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
Update auto-mode-service.ts to use centralized Task Execution prompts from settings, making all 9 task execution prompts customizable via UI: - buildFeaturePrompt: uses implementationInstructions and playwrightVerificationInstructions from settings - buildTaskPrompt: uses taskPromptTemplate with variable substitution - buildPipelineStepPrompt: updated to pass prompts through - executeFeatureWithContext: uses resumeFeatureTemplate - resolvePlanApproval recovery: uses continuationAfterApprovalTemplate - Multi-agent continuation: uses continuationAfterApprovalTemplate - recordLearningsFromFeature: uses learningExtractionSystemPrompt and learningExtractionUserPromptTemplate All 12 prompt categories are now fully customizable from the UI. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>