requirements-manager 0.1.1

Plain-text requirements management tool
Documentation
---
_version: '1'
uuid: f86dfe3c-ceb9-4e28-bbb4-66588076f2b2
created: 2025-10-25T16:15:59.599738744Z
parents:
- uuid: 12fcd31d-7b7a-41d1-a072-66248ad6f86f
  fingerprint: d7a6df07168a0b5e39ef8dea0fd0b33821f6e44630d20ea2d532f1520175baee
  hrid: USR-004
---
# SYS-009 Accept Individual Suspect Links

## Statement

The tool shall provide a CLI command `req accept` that accepts suspect links individually by updating stored fingerprints after manual review.

## Scope

This capability gives reviewers a precise way to acknowledge that a single parent change has been evaluated. The command shall guide the reviewer through targeting one child/parent pair, confirm the outcome, and help prevent accidental acceptance of non-suspect links.

Interaction flow, argument semantics, and messaging live in [SPC-001](./SPC-001.md).

## Verification

- Successful use of the command clears the suspect status for the chosen link.
- Files modified by the command retain their other metadata and content.
- Attempts to accept a non-existent or non-suspect link surface clear errors to the caller.