Tool Test Report — {runId}
Sandbox: {sandboxPrefix} Summary: {passCount} pass, {failCount} fail, {skipCount} skip
| Tool | Status | Notes |
|---|
Failures
Skipped
Incomplete
This section is only present if the run was interrupted before completing all tools. It lists the remaining tools that were not tested.
Incremental report rules:
- Create this file in
Forge/Output/Tool_Test_{runId}.mdat the start of the run (step 1) with0for all counts and empty table/sections. - After each test, append a table row and update the summary counts using
forge-filesystem__edit_file. - After each failure, append details under
## Failures. - After each skip, append details under
## Skipped. - If the run is interrupted, the file already contains all results up to the crash point.