Hubcli
Path:
loom-builder/gates/v1.1.1/hubcli.jsonRelative: gates/v1.1.1/hubcli.jsonSubproject: loom-builderCategory: dispatch-gatesLines: 23Bytes: 692Imports: 0Exports: 0
Content Preview
- {
- "scope": "hubcli",
- "description": "Fidelity gates for hubcli corpus porting: pytest, retention/structure counts on COMMENT-STRIPPED content, no style=, site build",
- "extends": "default",
- "validation": [
- {
- "label": "pytest passes (uv run pytest -q)",
- "cmd": ["bash", "-lc", "uv run pytest -q"],
- "cwd": "."
- },
- {
- "label": "no inline style= attributes",
- "cmd": ["bash", "-lc", "! grep -q 'style=' $(find . -name '*.astro' -not -path '*/node_modules/*'