# Phase 06.5 — Deferred Items

Items discovered during execution that are out of scope for the current task / plan.

## Phase 06.5 — Plan 01

### Pre-existing test failures (not caused by Plan 06.5-01)

- `apps/server/test/admin-stubs.test.ts` — two failures asserting `apps/server/src/admin-stubs.ts` does NOT contain `handleExecuteString` / `handleClipboardRun` / `handleModExecute`. Verified pre-existing at the plan base commit `43d98ef` by `git stash`-then-rerun. Plan 06.5-01 does not touch `admin-stubs.ts` or `admin-stubs.test.ts`. Logged for follow-up under a separate plan (likely Phase 7 PAR-07 cleanup).

### Pre-existing typecheck context

- `pnpm --filter @rebno/server typecheck` requires `pnpm --filter @rebno/{db,protocol,game-logic} build` to run first so the workspace-published `dist/` barrels exist. The repo's normal `pnpm test` / CI flow handles this; cold-clone worktrees need the build step manually. Plan 06.5-01 added one shipping unit + integration test, both typecheck-clean against the freshly-built packages.
