Hubcli

loom-builderconfigjson
Path: loom-builder/gates/v1.0.0/hubcli.jsonRelative: gates/v1.0.0/hubcli.jsonSubproject: loom-builderCategory: dispatch-gates
Lines: 23Bytes: 692Imports: 0Exports: 0

Content Preview

  1. {
  2. "scope": "hubcli",
  3. "description": "Fidelity gates for hubcli corpus porting: pytest, retention/structure counts on COMMENT-STRIPPED content, no style=, site build",
  4. "extends": "default",
  5. "validation": [
  6. {
  7. "label": "pytest passes (uv run pytest -q)",
  8. "cmd": ["bash", "-lc", "uv run pytest -q"],
  9. "cwd": "."
  10. },
  11. {
  12. "label": "no inline style= attributes",
  13. "cmd": ["bash", "-lc", "! grep -q 'style=' $(find . -name '*.astro' -not -path '*/node_modules/*'