# UI (Flowchart / Renderer / Panels)
This subset documents the UI projection layer that presents analysis results and flowchart visualizations.
Scope and positioning
- UI is a projection layer over analysis outputs; it does not create or modify facts.
- Analysis (CFG/SAE/PFI/observed) is the single source of truth for facts and provenance.
- CLI/commands are the execution surface for running analysis and collecting traces; UI consumes their outputs.
- UI panels are views plus controls for visibility, filtering, and layout; they cannot change computed edges or metrics.
Related canon
- Technical/analysis (facts, ERP, provenance)
- Technical/cli (execution, re-run analysis, trace ingestion)
- Technical/flowchart (this subset)