Readme
Path:
loom-builder-sol/README.mdRelative: README.mdSubproject: loom-builder-solCategory: documentationLines: 83Bytes: 2,027Imports: 0Exports: 0
Content Preview
- # loom-builder
- Dispatch system for agent pipelines (pi/Claude/Gemini orchestration).
- ## Gate packs (versioned, scoped validation)
- Gate packs are versioned, scoped validation bundles at `gates/v<X.Y.Z>/<scope>.json`.
- Specs opt in via the `"gates"` field:
- ```json
- {
- "id": "my-run",
- "gates": "v1.0.0/hubcli",
- "validation": [{"label": "extra", "cmd": ["echo", "ok"], "cwd": "."}]
- }
- ```
- Pack validation runs FIRST, then the spec's inline `validation` is appended.
- Specs without `"gates"` behave