24 lines
520 B
YAML
24 lines
520 B
YAML
profiles:
|
|
project-review:
|
|
required_files:
|
|
brief:
|
|
- review-brief.md
|
|
- "*brief*.md"
|
|
manifest:
|
|
- review-manifest.json
|
|
- "*manifest*.json"
|
|
validation_sidecar:
|
|
- validation-sidecar.json
|
|
- "*validation*sidecar*.json"
|
|
optional_files:
|
|
report:
|
|
- "*report*.md"
|
|
zip:
|
|
- "*.zip"
|
|
changed_files:
|
|
- "*changed*files*.md"
|
|
- "*changed-files*.json"
|
|
allowed_extra_patterns:
|
|
- notes/*.md
|
|
- README.md
|