Go back

Feature UI source modules (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/

ModuleRole
WorkflowManager.tsxList/filter workflows, open editor, delete, pause/resume
WorkflowList.tsxTable of workflows with actions
WorkflowEditor.tsxCreate/edit workflow metadata and panels
WorkflowCanvas.tsxReact Flow canvas for workflow graph
TriggerConfig.tsxWebhook / schedule / manual triggers
ActionConfig.tsxAction configuration
TemplateGallery.tsxBrowse and apply automation templates

See Automation for API and behavior.

src/features/reliability/

ModuleRole
ReliabilitySection.tsxSection shell for reliability admin UI
QualityScorecard.tsxScorecard presentation
QualityRuleEditor.tsxEdit quality rules

See Reliability.


Last updated: 2026-04-21