Skip to content

Glossary

Canonical vocabulary for Helix Flowgraph. Use these terms in new docs and UI copy.

Scan & graph

TermMeaning
ScanOne ingest run producing scans/<scanId>/ (or S3 helix/flowgraphs/<scanId>/)
Repository (repo)One codebase root, keyed by repoKey / repository on nodes
Technical graphFull AST-derived graph: all technical nodes and edges + feature membership
FeatureProduct capability node; legacy id prefix feature: (was flow: in older scans)
FlowGrouping / YAML domain — not the same as “Feature”

Technical node kinds (examples)

LabelRole
ApiEndpointBackend route/handler entry
ApiClientCallFrontend typed HTTP client call
ReactPage / ReactComponentUI structure
Controller / Service / MethodBackend stack
FeatureResolved product feature vertex

Artifacts

PathContent
reports/technical-graph.jsonMerged graph JSON
ai/feature-display-titles.jsonUI labels for features
ai/feature-insights/Per-feature insight bundles
ai/endpoint-qa/Per-endpoint Q&A

Full layout: Ingest artifacts.

API names

UseRoute
Full graphGET /query/technical-graph
Feature neighbourhoodGET /query/feature?featureId=
Single repo subgraphGET /query/repo-graph?repoKey=
Feature listGET /query/features

See Query REST API.

Helix Flowgraph — Igentify