feat: deliver policy-driven Git Validator 2.0

This commit is contained in:
NuklearRabbit
2026-07-29 18:24:27 +02:00
parent 7b05c953b6
commit a0733875c4
18 changed files with 502 additions and 133 deletions
+4 -2
View File
@@ -221,12 +221,14 @@ test("Git Validator exposes scored best-practice checks and bounded repairs", as
"utf8",
);
assert.match(renderer, /function renderGitValidator/);
assert.match(renderer, /git-validator-repair-safe/);
assert.match(renderer, /check\.safe/);
assert.match(renderer, /gitValidatorPreviewRepair/);
assert.match(renderer, /git-validator-suppress/);
assert.match(renderer, /git-validator-policy/);
assert.match(styles, /\.validator-score/);
assert.match(styles, /@container \(max-width: 900px\)/);
assert.match(preload, /gitValidatorScan/);
assert.match(preload, /gitValidatorRepair/);
assert.match(preload, /gitValidatorExport/);
});
test("renderer guards accessible names, labels and uncertain inventory evidence", async () => {