17 lines
637 B
JSON
17 lines
637 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"purpose": "Independent required-gate population baseline; manifest and verifier inventory must both match.",
|
|
"gates": [
|
|
{ "id": "quality-typecheck", "source": "package.json" },
|
|
{ "id": "quality-lint", "source": "package.json" },
|
|
{ "id": "quality-format", "source": "package.json" },
|
|
{ "id": "checkout-preflight", "source": "scripts/preflight.mjs" },
|
|
{
|
|
"id": "ci-queue-wait",
|
|
"source": "packages/mosaic/framework/tools/git/ci-queue-wait.sh"
|
|
},
|
|
{ "id": "hook-pre-commit", "source": ".husky/pre-commit" },
|
|
{ "id": "hook-pre-push", "source": ".husky/pre-push" }
|
|
]
|
|
}
|