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