gsxdsm
b6ac5f2e51
FN-6608: bound engine verification runs
Add durable engine-level guardrails for verification command timeouts.
- Add project-level verificationCommandTimeoutMs settings plumbing and docs.
- Enforce configured verification budgets and hard caps in executor and merger verification paths.
- Detect marathon verification commands, soft-cap them by default, and require allowFullSuite for explicit full-suite runs.
- Cover timeout defaults, marathon detection, and guidance updates with engine/core tests.
Files changed:
.changeset/fn-6608-verification-bound.md | 5 +
docs/settings-reference.md | 1 +
docs/testing.md | 2 +
.../src/__tests__/settings-consistency.test.ts | 5 +
packages/core/src/agent-prompts.ts | 6 +-
packages/core/src/settings-schema.ts | 7 +-
packages/core/src/types.ts | 6 +
.../engine/src/__tests__/executor-core.test.ts | 3 +
.../src/__tests__/run-verification-command.test.ts | 176 ++++++++++++++++++++-
packages/engine/src/executor.ts | 11 +-
packages/engine/src/merger.ts | 9 +-
packages/engine/src/run-verification-tool.ts | 142 +++++++++++++++--
packages/engine/src/verification-utils.ts | 13 +-
13 files changed, 360 insertions(+), 26 deletions(-)
Fusion-Task-Id: FN-6608
Fusion-Task-Lineage: c593a96d-eb8b-492c-82c7-8943c239f588
2026-06-18 01:27:09 -07:00
..
2026-06-15 14:38:19 -07:00
2026-06-16 22:44:16 -07:00
2026-06-15 21:09:14 -07:00
2026-04-25 09:09:31 -07:00
2026-06-14 15:56:26 -07:00
2026-06-15 02:29:08 -07:00
2026-06-15 02:29:08 -07:00
2026-06-15 02:30:41 -07:00
2026-06-15 02:30:41 -07:00
2026-06-16 15:08:24 -07:00
2026-06-16 17:56:09 -07:00
2026-06-16 19:31:33 -07:00
2026-06-16 18:43:48 -07:00
2026-06-16 19:40:56 -07:00
2026-06-16 19:25:32 -07:00
2026-06-16 19:49:45 -07:00
2026-06-16 20:13:13 -07:00
2026-06-17 02:39:36 -07:00
2026-06-16 22:29:07 -07:00
2026-06-17 03:07:05 -07:00
2026-06-17 02:06:32 -07:00
2026-06-17 03:36:14 -07:00
2026-06-17 01:45:36 -07:00
2026-06-17 04:16:10 -07:00
2026-06-17 04:51:31 -07:00
2026-06-17 06:14:10 -07:00
2026-06-17 14:52:55 -07:00
2026-06-17 14:52:55 -07:00
2026-06-17 14:52:56 -07:00
2026-06-17 16:53:29 -07:00
2026-06-17 17:49:20 -07:00
2026-06-17 18:48:53 -07:00
2026-06-17 18:37:01 -07:00
2026-06-17 19:52:20 -07:00
2026-06-18 01:27:09 -07:00
2026-06-17 21:12:53 -07:00
2026-06-17 19:46:47 -07:00
2026-06-17 20:45:32 -07:00
2026-06-17 21:45:50 -07:00
2026-06-17 22:21:34 -07:00
2026-06-18 00:01:32 -07:00
2026-06-16 22:59:08 -07:00
2026-06-17 14:52:55 -07:00
2026-06-16 21:09:20 -07:00
2026-06-14 13:50:17 -07:00
2026-06-15 21:09:14 -07:00
2026-06-14 19:26:55 -07:00
2026-06-15 20:19:16 -07:00
2026-06-15 19:23:23 -07:00
2026-06-15 20:34:52 -07:00