requirements-manager 0.1.1

Plain-text requirements management tool
Documentation
---
_version: '1'
uuid: 96bcbcca-a8e4-450f-bdaa-0f23c93e1a36
created: 2025-10-25T16:15:33.158145580Z
parents:
- uuid: 12fcd31d-7b7a-41d1-a072-66248ad6f86f
  fingerprint: d7a6df07168a0b5e39ef8dea0fd0b33821f6e44630d20ea2d532f1520175baee
  hrid: USR-004
---
# SYS-008 Suspect Links CLI Command

## Statement

The tool shall provide a CLI command `req suspect` that lists all suspect links in the requirement graph.

## Scope

The command exposes suspect relationships so engineers can review upstream changes and decide on remediation. The experience shall support both quick interactive scans and scripted checks in CI.

Detailed interaction, messaging, and presentation are defined in [SPC-001](./SPC-001.md).

## Verification

- Running the command surfaces every suspect link produced by the detection engine.
- Output allows operators to identify the child and parent involved in each suspect relationship.
- Exit status communicates whether the repository still contains suspect links.