REQ-SELF-CLI-002 inconclusive high since 0.3.1
Statement: The vnvspec CLI validate command shall accept YAML, JSON, and TOML spec files, auto-detecting format by file extension.
Rationale: Users author specs in YAML or TOML; the CLI must not restrict to JSON-only parsing.
Verification Method: test
Last Checked: Never
Acceptance Criteria
- vnvspec validate accepts .yaml/.yml files.
- vnvspec validate accepts .json files.
- vnvspec validate accepts .toml files.
- vnvspec validate returns SPEC_VALIDATION_ERROR (exit 3) for unsupported extensions.
Evidence
No evidence collected for this requirement.