35 lines
851 B
JSON
35 lines
851 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"purpose": "Detects accidental and incompetent inventory drift within a checkout; does NOT survive an adversary who rewrites baseline, manifest, and verifier consistently — that guarantee requires RM-60's external boundary.",
|
|
"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"
|
|
}
|
|
]
|
|
}
|