Capture M16 gap execution artifacts
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled

This commit is contained in:
mes123456
2026-08-21 21:09:40 -04:00
parent e8ce4f5d0c
commit 46c9ebfcb6
339 changed files with 20028 additions and 108 deletions

View File

@@ -11,7 +11,7 @@ verifyTaskIndex();
const bundle = buildTaskContext(task);
const report = contextSizeReport(bundle);
const { context } = bundle;
const governance = validateContextBundle(bundle);
const governance = validateContextBundle(bundle, { current: task === undefined });
assert.equal(report.withinBudget, true, `task context exceeds budget: ${JSON.stringify(report)}`);
assert.deepEqual(governance.violations, [], `task context governance failed: ${JSON.stringify(governance.violations)}`);
if (task) assert.equal(context.task, task);