fix(rm-02): narrow inventory drift guarantee
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
2026-08-01 15:09:57 -05:00
parent c5b0d510d7
commit e910a45ab3
13 changed files with 203 additions and 38 deletions
+25 -7
View File
@@ -1,16 +1,34 @@
{
"schemaVersion": 1,
"purpose": "Independent required-gate population baseline; manifest and verifier inventory must both match.",
"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": "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" }
{
"id": "hook-pre-commit",
"source": ".husky/pre-commit"
},
{
"id": "hook-pre-push",
"source": ".husky/pre-push"
}
]
}