feat: add automation control policies

This commit is contained in:
Sucukdeluxe
2026-08-26 08:51:26 +02:00
parent 8c89077d2f
commit 9bc872bc00
5 changed files with 441 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ test('public release verifier accepts only the exact source manifest and target
assert.equal(baseline.status, 0, baseline.stderr);
assert.equal(
baseline.stdout,
`public-release-source-ok files=157 denied-paths=0 internal-terms=0 version=${currentVersion} scripts=8 build-files=7 layout=exact screenshot=deferred\n`
`public-release-source-ok files=159 denied-paths=0 internal-terms=0 version=${currentVersion} scripts=8 build-files=7 layout=exact screenshot=deferred\n`
);
fs.writeFileSync(path.join(stage, 'tests', 'unexpected.json'), '{}');