src/features)Heavy UI for automation and reliability lives under src/features/ (shared by admin and marketing surfaces). Marketing copy for each feature still lives under docs/02-features/*.md and /help/docs.
src/features/automation/| Module | Role |
|---|---|
WorkflowManager.tsx | List/filter workflows, open editor, delete, pause/resume |
WorkflowList.tsx | Table of workflows with actions |
WorkflowEditor.tsx | Create/edit workflow metadata and panels |
WorkflowCanvas.tsx | React Flow canvas for workflow graph |
TriggerConfig.tsx | Webhook / schedule / manual triggers |
ActionConfig.tsx | Action configuration |
TemplateGallery.tsx | Browse and apply automation templates |
See Automation for API and behavior.
src/features/reliability/| Module | Role |
|---|---|
ReliabilitySection.tsx | Section shell for reliability admin UI |
QualityScorecard.tsx | Scorecard presentation |
QualityRuleEditor.tsx | Edit quality rules |
See Reliability.
Last updated: 2026-04-21