docs(turn): correct validation results for allowlist change

This commit is contained in:
dirtydishes 2026-05-17 12:01:45 -04:00
parent 8631a5342b
commit 219d3fd4be

View file

@ -114,12 +114,13 @@
<h2>Validation</h2> <h2>Validation</h2>
<ul> <ul>
<li> <li>
<code>bun test</code> was attempted and failed due missing local dependencies/modules <code>bun test</code> was run for the repository and reported 2 failing tests plus 1 module-loading error:
(for example <code>zod</code>, <code>nats</code>, and workspace package resolution). <code>services/api/tests/live.test.ts</code> (hot-head cap expectation mismatch) and
<code>apps/web/app/terminal.test.ts</code> (Next navigation export mismatch).
</li> </li>
<li> <li>
<code>bun install</code> was started to remediate environment dependencies but was interrupted; full The user requested skipping dependency-install remediation before completion, so no additional test-fix work
test re-run was skipped per user instruction. was performed in this turn.
</li> </li>
<li><code>git diff</code> review to confirm only intended allowlist and documentation updates were included.</li> <li><code>git diff</code> review to confirm only intended allowlist and documentation updates were included.</li>
</ul> </ul>