ruflo

⚙️ Background Workers

/docs/core-features/background-workers

Workers run automatically based on context, or dispatch manually via MCP tools.

WorkerTriggerPurposeAuto-Triggers On
UltraLearnultralearnDeep knowledge acquisitionNew project, major refactors
OptimizeoptimizePerformance suggestionsSlow operations detected
ConsolidateconsolidateMemory consolidationSession end, memory threshold
AuditauditSecurity vulnerability analysisSecurity-related file changes
MapmapCodebase structure mappingNew directories, large changes
DeepDivedeepdiveDeep code analysisComplex file edits
DocumentdocumentAuto-documentationNew functions/classes created
RefactorrefactorRefactoring detectionCode smell patterns
BenchmarkbenchmarkPerformance benchmarkingPerformance-critical changes
TestGapstestgapsTest coverage analysisCode changes without tests
bash
npx ruflo@latest worker dispatch --trigger audit --context "./src"
npx ruflo@latest worker status