Corpus Analysis
Path:
loom-builder-sol/gates/v1.1.0/corpus-analysis.jsonRelative: gates/v1.1.0/corpus-analysis.jsonSubproject: loom-builder-solCategory: configurationLines: 28Bytes: 1,079Imports: 0Exports: 0
Content Preview
- {
- "scope": "corpus-analysis",
- "description": "Analysis gate pack: digest PASS, report exists, word-count band, required sections, cards.jsonl parses",
- "extends": "default",
- "validation": [
- {
- "label": "analysis report file exists (single .analysis.md)",
- "cmd": ["bash", "-lc", "n=$(ls analysis/*.analysis.md 2>/dev/null | wc -l); [ \"$n\" -eq 1 ]"],
- "cwd": "."
- },
- {
- "label": "report word count in band [700, 2600]",
- "cmd": ["bash", "-lc", "f=$(ls anal