Corpus Analysis

Path: loom-builder-sol/gates/v1.1.0/corpus-analysis.jsonRelative: gates/v1.1.0/corpus-analysis.jsonSubproject: loom-builder-solCategory: configuration
Lines: 28Bytes: 1,079Imports: 0Exports: 0

Content Preview

  1. {
  2. "scope": "corpus-analysis",
  3. "description": "Analysis gate pack: digest PASS, report exists, word-count band, required sections, cards.jsonl parses",
  4. "extends": "default",
  5. "validation": [
  6. {
  7. "label": "analysis report file exists (single .analysis.md)",
  8. "cmd": ["bash", "-lc", "n=$(ls analysis/*.analysis.md 2>/dev/null | wc -l); [ \"$n\" -eq 1 ]"],
  9. "cwd": "."
  10. },
  11. {
  12. "label": "report word count in band [700, 2600]",
  13. "cmd": ["bash", "-lc", "f=$(ls anal