mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 07:06:45 +03:00
Clarify no-change documentation handoffs
Preserve incumbent systems while requiring a checked documentation outcome. Add bounded post-review extension and new-world controls; record the remaining reference-loading miss rather than masking it. AI assistance: Codex, under maintainer direction.
This commit is contained in:
@@ -297,6 +297,10 @@ export const SUITES = {
|
||||
],
|
||||
commands: [
|
||||
{ runner: 'node', files: ['tests/skill-workflow-browser.test.mjs'] },
|
||||
{
|
||||
runner: 'node', timeoutMs: 240000, wallClockMs: 600000,
|
||||
files: ['tests/skill-workflow/finish-handoff.test.mjs'],
|
||||
},
|
||||
{
|
||||
runner: 'node',
|
||||
timeoutMs: 900000,
|
||||
|
||||
Reference in New Issue
Block a user