Ingest Extract
Ingest extract phase quality gate — verifies conventions were extracted
Checks
| Check | Description | Type | Blocking |
|---|---|---|---|
conventions_exist | Conventions file exists | File exists | Yes |
Raw Definition
13 lines
yaml
name: ingest-extract
description: Ingest extract phase quality gate — verifies conventions were extracted
checks:
- id: conventions_exist
description: Conventions file exists
check: file:.sniper/conventions.yaml
blocking: true
- id: conventions_nonempty
description: Conventions file is not empty
command: "test -s .sniper/conventions.yaml"
blocking: true