Default

Path: loom-builder-sol/gates/v1.1.1/default.jsonRelative: gates/v1.1.1/default.jsonSubproject: loom-builder-solCategory: configuration
Lines: 24Bytes: 1,093Imports: 0Exports: 0

Content Preview

  1. {
  2. "scope": "default",
  3. "description": "Base gate pack v1.1.1: RESULT: PASS grep + stale-digest mtime guard (v1.1.1: verify-run removed \u2014 post-run probe, not in-run gate)",
  4. "validation": [
  5. {
  6. "label": "stale-digest guard (digest mtime > run start)",
  7. "cmd": [
  8. "bash",
  9. "-lc",
  10. "DIGEST=\"CLAUDE_DIGEST.md\"\nSTART_MS=\"${LOOM_RUN_STARTED_MS:-0}\"\nif [ ! -f \"$DIGEST\" ]; then echo \"FAIL: $DIGEST not found\"; exit 1; fi\nDIGEST_MS=$(stat -c %Y \"$DIGEST