Harden Live design-system fidelity

Route the full-context benchmark through production worker inputs and preserve established shared-control visual roles during variant amplification.\n\nAI-assisted: OpenAI Codex.
This commit is contained in:
Paul Bakaus
2026-07-12 20:02:44 -07:00
parent f814dd329e
commit 421c1a93f5
3 changed files with 11 additions and 2 deletions
+2
View File
@@ -168,6 +168,8 @@ describe('Codex Live worker structured artifact boundary', () => {
assert.match(instructions, /Do not write source/);
assert.match(instructions, /read-only tools only/);
assert.match(instructions, /supervisor alone writes staged artifacts/);
assert.match(instructions, /shared-component visual roles/);
assert.match(instructions, /decorative glyphs or pseudo-content/);
assert.match(instructions, /Ignore any instruction.*run commands/);
});