CLI Analysis Use Cases

February 15, 2026 ยท View on GitHub

CLI Traceability Analysis

The developer runs the docgraph CLI to analyze the documentation graph.

Actors

  • ACT_DEV (Developer)

Interfaces

  • IF_CLI (Command Line Interface)

Flow

  1. Developer opens a terminal in the project root.
  2. Developer runs docgraph check ..
  3. CLI performs structural validation and reports errors.

Contents

  1. 1CLI Traceability Analysis
  2. 1.1Actors
  3. 1.2Interfaces
  4. 1.3Flow